Releases: nystudio107/craft
Releases · nystudio107/craft
Version 2.4.49
Added
- Use
tty: true
for nicer output in terminal from the PHP & webpack Docker containers
Changed
- Move Craft Autocomplete to
require-dev
poll
->usePolling
Version 2.4.48
Changed
- Updated the
Makefile
to accommodate the change in Docker to using-
instead of_
in container names
Version 2.4.47
Added
- Handle both
XDEBUG_SESSION
andXDEBUG_PROFILE
cookies - Added
compiled_templates
as a bind mount indocker-compose.yaml
for IDE autocompletion - Added
nystudio107/craft-autocomplete
for autocomplete of variables in Twig templates
Version 2.4.46
Added
- Added
putyourlightson/craft-autocomplete
for the Twig + Symfony plugin auto-complete, removed FauxTwigExtension.php
Version 2.4.45
Fixed
- Add
publicPath
back in, and fixallowedHosts
location in the config
Version 2.4.44
Fixed
- Fix breaking changes due to
webpack-dev-server
^4.0.0-rc.0
Version 2.4.43
Changed
- Remove
storage/
dir
Version 2.4.42
Changed
- Continue running the
php-fpm
containers as root (sincephp-fpm
uses worker pools with the proper user/group), but switch tosu-exec
to ensure any craft CLI commands are run aswww-data
Version 2.4.41
Fixed
- Fixed typo in Dockerfile that would cause the PHP container to not build
Version 2.4.40
Changed
- Removed
USER
directive in the PHP containers, since the pool runs aswww-data
already - Fix permissions regression