Skip to content

5.2.1

Compare
Choose a tag to compare
@defunctl defunctl released this 24 Aug 22:41
· 50 commits to master since this release
606545f
  • [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