Skip to content

Releases: moderntribe/square1-global-docker

5.6.1

21 Feb 00:16
3317a38
Compare
Choose a tag to compare
  • Bugfix so bootstrap: Compiled phar was missing doctrine, which Laravel validation requires.

Full Changelog: 5.6.0...5.6.1

5.6.0

18 Feb 02:37
Compare
Choose a tag to compare

Features

  • Full PHP 8.1 support!
  • Much better support/bugfixes for Windows on WSL2, including documentation until more can be automated on the Windows side of things.
  • Containers on macOS will no longer have their entire file system permissions needlessly changed on startup, which should improve start up/composer performance.

Changelog

Full Changelog: 5.5.4...5.6.0

5.5.4

31 Jan 16:16
2c5b05a
Compare
Choose a tag to compare

What's Changed

  • Bugfix/invalid docker permissions when using exec by @defunctl in #105

Full Changelog: 5.5.3...5.5.4

Use the following to fix permissions in containers that already had files/folders created by the root user:

Start the project:

so start

Shell into the container as the root user:

so shell --user root

Change the ownership of all the files/folders back to the squareone user/group:

chown -R --verbose squareone:squareone *

5.5.3

18 Jan 17:28
8042472
Compare
Choose a tag to compare

What's Changed

  • Fix mysql ping command / docker health check by @defunctl in #104

Note: this will run a migration to update your global ~/.config/squareone/global/docker-compose.yml file (after making a backup) on the first command you run. Make sure you run so global:stop-all after the migration is complete.

Full Changelog: 5.5.2...5.5.3

5.5.2

14 Jan 21:30
f0245e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.5.1...5.5.2

5.5.1

12 Jan 19:13
1b9c5c4
Compare
Choose a tag to compare

What's Changed

  • Bugfix: make docker exec commands interactive by @defunctl in #102

Full Changelog: 5.5.0...5.5.1

5.5.0

23 Dec 17:48
96c30e7
Compare
Choose a tag to compare

Each SquareOne project can now have project specific custom commands, see the README for more details. 🥳

What's Changed

  • Docker Compose v2 support by @defunctl in #94
  • Custom command system by @defunctl in #96
  • Adds preliminary PHP 8.1 support by @defunctl in #97
  • Logging bug fixes @defunctl in #99
  • Issue/98/allow sharing non wp projects by @defunctl in #100
  • Composer proxy command will warn the user if the project is not started. Fixes #89

Full Changelog: 5.4.0...5.5.0

5.4.0

17 Nov 18:43
4f31810
Compare
Choose a tag to compare

What's Changed

You can now add the following to your project's squareone.yml to skip frontend building when running so bootstrap if the project isn't exactly Square One compatible or uses different build tools:

# Build options for this project
build:
  # Skip building frontend with "so bootstrap"
  skip-fe: true

Full Changelog: 5.3.1...5.4.0

5.3.1

14 Nov 19:23
1a6beb4
Compare
Choose a tag to compare

What's Changed

  • 5.3.1: Issue/91/wp db import working dir by @defunctl in #92

The following commands will now properly work without having to provide a full path in the container:

  • so wp db export: Success: Exported to 'tribe_square1-2021-11-12-761a289.sql'.
  • so wp db import tribe_square1-2021-11-12-761a289.sql

Full Changelog: 5.3.0...5.3.1

5.3.0

15 Sep 15:19
Compare
Choose a tag to compare
  • [ADDED]: automatically detect composer version in the container during so start to bypass installing hirak/prestissimo on versions 2.0.0+