Skip to content

Releases: nystudio107/craft

Version 2.3.14

25 Oct 23:30
Compare
Choose a tag to compare

Added

  • Added /cms/web/dist/* to root .gitignore
  • Use a separate php_xdebug container only when the XDEBUG_SESSION cookie is set, so regular requests are more performant

Version 2.3.13

26 Sep 02:42
Compare
Choose a tag to compare

Added

  • Add run_queue.sh keep alive script

Version 2.3.12

25 Sep 20:16
Compare
Choose a tag to compare

Added

  • Added a db-seed directory, and moved the seed_db.sql there
  • Added --set-gtid-purged=OFF to the common_mysql.sh to avoid permissions issues with some database dumps
  • Explicitly set the user that the PHP & queue containers run as to www-data

Changed

  • Removed unneeded composer dump-autoload from the project composer.json

Version 2.3.11

15 Sep 19:02
Compare
Choose a tag to compare

Changed

  • Explicitly set id from APP_ID and use keyPrefix for cache component
  • Add docker_prod_build script

Version 2.3.9

09 Sep 13:38
Compare
Choose a tag to compare

Changed

  • Better nginx config for local dev, based on nystudio107/nginx

Version 2.3.8

09 Sep 04:26
Compare
Choose a tag to compare

Added

  • Added a queue docker container to run queue jobs via ./craft queue/listen

Changed

Version 2.3.7

07 Sep 04:43
Compare
Choose a tag to compare

Changed

  • Remove the use of craft on and craft off because they create pointless dateUpdated changes to project.yaml

Version 2.3.6

06 Sep 02:08
Compare
Choose a tag to compare

Added

  • Added image optimizers to the php-dev-craft Docker image
  • Added the default DB_PORT of 3306 to example.env and example.env.sh

Changed

  • Updated the css-loader config to ignore embedded URLs

Version 2.3.5

03 Sep 03:30
Compare
Choose a tag to compare

Changed

  • Changed project-config/sync -> project-config/apply
  • Updated the buddy.yaml with the latest Prep Craft script

Version 2.3.4

02 Sep 22:04
Compare
Choose a tag to compare

Added

  • Added a queue component with a longer ttr

Changed

  • Refactor composer scripts to handle Craft not being installed, leveraging craft install/check
  • Boilerplate now requires craftcms/cms ^3.5.8