Releases: nystudio107/craft
Releases · nystudio107/craft
Version 2.3.14
Added
- Added
/cms/web/dist/*to root.gitignore - Use a separate php_xdebug container only when the
XDEBUG_SESSIONcookie is set, so regular requests are more performant
Version 2.3.13
Added
- Add
run_queue.shkeep alive script
Version 2.3.12
Added
- Added a
db-seeddirectory, and moved theseed_db.sqlthere - Added
--set-gtid-purged=OFFto thecommon_mysql.shto avoid permissions issues with some database dumps - Explicitly set the
userthat the PHP & queue containers run as towww-data
Changed
- Removed unneeded
composer dump-autoloadfrom the projectcomposer.json
Version 2.3.11
Changed
- Explicitly set
idfrom APP_ID and usekeyPrefixfor cache component - Add docker_prod_build script
Version 2.3.9
Changed
- Better nginx config for local dev, based on
nystudio107/nginx
Version 2.3.8
Added
- Added a
queuedocker container to run queue jobs via./craft queue/listen
Changed
- Removed
dotenvy - Removed https://repo.repman.io from
repositories
Version 2.3.7
Changed
- Remove the use of
craft onandcraft offbecause they create pointlessdateUpdatedchanges toproject.yaml
Version 2.3.6
Added
- Added image optimizers to the
php-dev-craftDocker image - Added the default
DB_PORTof3306toexample.envandexample.env.sh
Changed
- Updated the
css-loaderconfig to ignore embedded URLs
Version 2.3.5
Changed
- Changed
project-config/sync->project-config/apply - Updated the
buddy.yamlwith the latest Prep Craft script
Version 2.3.4
Added
- Added a
queuecomponent with a longerttr
Changed
- Refactor composer scripts to handle Craft not being installed, leveraging craft
install/check - Boilerplate now requires
craftcms/cms^3.5.8