Releases: moderntribe/square1-global-docker
Releases · moderntribe/square1-global-docker
5.2.1
- [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
- [ADDED]:
so share --content-dir=<custom-wp-content-directory>
to support projects where thewp-content
directory is named something non-standard, e.g.content
. - [ADDED]:
so test
: Support a custom path to a codeceptiontests
directory if that is not in a standard location.
5.1.1
- [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
orso --version
etc...)
Developer
- [ADDED]: Run feature tests in a
/tmp
directory instead of using the user's home directory
5.1.0
- [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
orso 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
- [SECURITY]: Bumps Flysystem to v1.1.4: GHSA-9f46-5r25-5wfm
5.0.1
5.0.0
- [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
3.2.1
3.2.0
Share your local project temporarily on the internet with Ngrok
- cd anywhere in your SquareOne project.
- Run
so share
and follow the on-screen instructions. - Copy the displayed https://...ngrok.io URL to share your local project with someone.
- Press "ctrl+c" to stop sharing.