You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[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