Skip to content

Releases: moderntribe/square1-global-docker

5.2.1

24 Aug 22:41
606545f
Compare
Choose a tag to compare
  • [FIXED]: Migrations should properly run during upgrades and also allow users to force them by deleting the ~/.config/squareone/.migrated file. Clearing the ~/.config/squareone/store/migrations folder will rerun previously run migrations.
  • [FIXED]: #78 by letting the user know this request is cached, and showing them the last time the cache was updated.
  • [FIXED]: so global:myadmin properly runs the container in the background and displays the container download output if the user doesn't have the image on their system.
  • [FIXED]: #76 -so bootstrap will no longer hard exit and loop until validation properly passes when entering WordPress admin information.
  • [FIXED]: Removed the bash only <<< here-string and replace with -e for better shell support when creating tables in the MariaDB container during project creation/bootstrapping.
  • [ADDED]: Automatic installation & configuration via install.sh for Debian flavored Linux distributions (e.g. Ubuntu, Zorin, PopOS, anything that uses apt). Fixes #41

5.2.0

17 Aug 19:35
fca733f
Compare
Choose a tag to compare
  • [ADDED]: so share --content-dir=<custom-wp-content-directory> to support projects where the wp-content directory is named something non-standard, e.g. content.
  • [ADDED]: so test: Support a custom path to a codeception tests directory if that is not in a standard location.

5.1.1

03 Aug 21:56
df2189c
Compare
Choose a tag to compare
  • [UPDATED]: Cache release checks for 2 days instead of 7
  • [FIXED]: Allow migrations/update checks to run when the default command is run (e.g. so or so --version etc...)

Developer

  • [ADDED]: Run feature tests in a /tmp directory instead of using the user's home directory

5.1.0

28 Jul 17:39
398ead1
Compare
Choose a tag to compare
  • [UPDATED]: global docker-compose.yml to add a fixed version for the Nginx proxy image (0.9.0) and general clean up.
  • [ADDED]: Docker health checking to the MariaDB container (docker ps will show the health status of the container).
  • [ADDED]: so bootstrap --multisite to install WP core as multisite.
  • [FIXED]: Building frontend assets with so bootstrap or so create due to yarn missing for specific node versions.
  • [FIXED]: so bootstrap/so create trying to create databases/tables before the MariaDB container is ready by waiting for health checks to pass.
  • [FIXED]: --only-new error showing up when running a command that doesn't exist.
  • [ADDED]: CLI spinner for longer running processes like building the frontend.

5.0.2

30 Jun 15:46
Compare
Choose a tag to compare

5.0.1

03 Jun 18:18
9f9b10a
Compare
Choose a tag to compare
  • Fixes so share on multi-site: #69

5.0.0

29 Apr 23:18
Compare
Choose a tag to compare
  • [Removed]: Removes Xdebug 2.x support, replaces it with Xdebug 3.0 support.
  • [Feature]: After this version, updates will display a link to the release to the user to read notes like these.
  • [Fixed]: Docker Compose Yaml files not actually overriding the data they should.
  • [Experimental]: Allows for experimentation with the embedded Docker Compose CLI, although this not recommend.

4.0.0

23 Feb 23:17
3514a55
Compare
Choose a tag to compare
  • Fixes #60
  • Fixes #59
  • Adds php8.0 support
  • Removes php7.2 support, minimum is now 7.3
  • Documentation improvements

3.2.1

21 Jan 20:23
f44b46f
Compare
Choose a tag to compare

Bugfix: so share to disable canonical redirects when sharing to prevent infinite redirects on WordPress multisite.

3.2.0

21 Jan 03:16
Compare
Choose a tag to compare

Share your local project temporarily on the internet with Ngrok

  1. cd anywhere in your SquareOne project.
  2. Run so share and follow the on-screen instructions.
  3. Copy the displayed https://...ngrok.io URL to share your local project with someone.
  4. Press "ctrl+c" to stop sharing.