Skip to content

Releases: nystudio107/matrixfacades

Version 1.0.11

03 May 23:15
Compare
Choose a tag to compare

Changed

  • Use docker-compose to test the version, rather than the newer docker compose, to be backwards compatible

Version 1.0.10

03 May 20:10
Compare
Choose a tag to compare

Changed

  • Determine the separator character by checking the Docker Compose API version at runtime

Version 1.0.9

02 May 19:17
Compare
Choose a tag to compare

Changed

  • Use su-exec for the craft, composer, and ssh commands from the Makefile

Version 1.0.8

02 May 16:57
Compare
Choose a tag to compare

Fixed

  • Clean up initial check for composer.lock or vendor/autoload.php to ensure the first-time install is done

Version 1.0.7

23 Apr 03:06
Compare
Choose a tag to compare

Fixed

  • Ensure that the mysql/mysql-server image can pick from the ARM64 architecture by using latest tag

Version 1.0.6

27 Mar 03:53
Compare
Choose a tag to compare

Added

  • Added more logging to indicate when a container is waiting for another service to start up, and when seeding a database is complete
  • Run composer craft-update after a composer install is done via composer_install.sh

Changed

  • Moved permissions setting to Docker image creation

Version 1.0.5

26 Mar 20:26
Compare
Choose a tag to compare

Changed

  • Updated to Craft CMS 3.7.37

Version 1.0.4

26 Mar 20:13
Compare
Choose a tag to compare

Added

  • Dramatically sped up the startup time for the PHP containers by moving the permissions setting script to run asynchronously in the queue container via the run_queue.sh script

Version 1.0.3

18 Mar 03:38
Compare
Choose a tag to compare

Added

  • Significantly increased startup times via a composer_install.sh script that only runs composer install at container startup time if composer.lock or vendor/ is missing
  • Run migrations / project config changes via the run_queue.sh script, only after the db container responds

Version 1.0.2

11 Feb 17:41
Compare
Choose a tag to compare

Changed

  • Minor tweaks to the config so it can run with other local dev environments still running