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_SESSION
cookie is set, so regular requests are more performant
Version 2.3.13
Added
- Add
run_queue.sh
keep alive script
Version 2.3.12
Added
- Added a
db-seed
directory, and moved theseed_db.sql
there - Added
--set-gtid-purged=OFF
to thecommon_mysql.sh
to avoid permissions issues with some database dumps - Explicitly set the
user
that the PHP & queue containers run as towww-data
Changed
- Removed unneeded
composer dump-autoload
from the projectcomposer.json
Version 2.3.11
Changed
- Explicitly set
id
from APP_ID and usekeyPrefix
for 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
queue
docker 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 on
andcraft off
because they create pointlessdateUpdated
changes toproject.yaml
Version 2.3.6
Added
- Added image optimizers to the
php-dev-craft
Docker image - Added the default
DB_PORT
of3306
toexample.env
andexample.env.sh
Changed
- Updated the
css-loader
config to ignore embedded URLs
Version 2.3.5
Changed
- Changed
project-config/sync
->project-config/apply
- Updated the
buddy.yaml
with the latest Prep Craft script
Version 2.3.4
Added
- Added a
queue
component 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