Skip to content

Releases: nystudio107/craft

Version 2.4.49

20 Nov 06:14
Compare
Choose a tag to compare

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

20 Oct 14:53
Compare
Choose a tag to compare

Changed

  • Updated the Makefile to accommodate the change in Docker to using - instead of _ in container names

Version 2.4.47

08 Aug 03:22
Compare
Choose a tag to compare

Added

  • Handle both XDEBUG_SESSION and XDEBUG_PROFILE cookies
  • Added compiled_templates as a bind mount in docker-compose.yaml for IDE autocompletion
  • Added nystudio107/craft-autocomplete for autocomplete of variables in Twig templates

Version 2.4.46

29 Jul 15:31
Compare
Choose a tag to compare

Added

  • Added putyourlightson/craft-autocomplete for the Twig + Symfony plugin auto-complete, removed FauxTwigExtension.php

Version 2.4.45

20 Jul 20:48
Compare
Choose a tag to compare

Fixed

  • Add publicPath back in, and fix allowedHosts location in the config

Version 2.4.44

20 Jul 19:21
Compare
Choose a tag to compare

Fixed

  • Fix breaking changes due to webpack-dev-server ^4.0.0-rc.0

Version 2.4.43

19 Jul 18:23
Compare
Choose a tag to compare

Changed

  • Remove storage/ dir

Version 2.4.42

22 Jun 19:13
Compare
Choose a tag to compare

Changed

  • Continue running the php-fpm containers as root (since php-fpm uses worker pools with the proper user/group), but switch to su-exec to ensure any craft CLI commands are run as www-data

Version 2.4.41

15 Jun 18:54
Compare
Choose a tag to compare

Fixed

  • Fixed typo in Dockerfile that would cause the PHP container to not build

Version 2.4.40

15 Jun 17:17
Compare
Choose a tag to compare

Changed

  • Removed USER directive in the PHP containers, since the pool runs as www-data already
  • Fix permissions regression