Skip to content

Releases: nystudio107/plugindev

Version 1.1.1

08 Mar 21:07
Compare
Choose a tag to compare

Added

  • Add updated Project Config files for craft_v3

Version 1.1.0

08 Mar 03:50
Compare
Choose a tag to compare

Added

  • Added a dual Craft CMS 3 & Craft CMS 4 setup

Version 1.0.39

18 Feb 14:39
Compare
Choose a tag to compare

Added

  • Add new make ssh command to open up a shell inside the PHP container (#4)

Fixed

  • fix: Go back to using dashes & the Docker Composer v2 API ref

Version 1.0.38

08 Jan 01:29
Compare
Choose a tag to compare

Fixed

  • Use su-exec www-data in the Makefile so craft and composer commands are not run as root

Version 1.0.37

25 Dec 19:53
Compare
Choose a tag to compare

Fixed

Version 1.0.36

22 Dec 18:20
Compare
Choose a tag to compare

Changed

  • Updated to use a unified bootstrap.php
  • Updated to use vlucas/phpdotenv ^5.4.0

Version 1.0.35

20 Dec 19:28
Compare
Choose a tag to compare

Fixed

  • Fixed a regression where the Postgres db seed was in .zip format, when it should have been in .gz format to work with the container entrypoint.sh (#3)

Version 1.0.34

07 Dec 06:17
Compare
Choose a tag to compare

Changed

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

Version 1.0.33

20 Nov 06:07
Compare
Choose a tag to compare

Added

  • Use tty: true for nicer output in terminal from the PHP Docker containers

Changed

  • Move Craft Autocomplete to require-dev

Version 1.0.32

20 Oct 14:28
Compare
Choose a tag to compare

Changed

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