Releases: nystudio107/plugindev
Releases · nystudio107/plugindev
Version 1.1.1
Added
- Add updated Project Config files for
craft_v3
Version 1.1.0
Added
- Added a dual Craft CMS 3 & Craft CMS 4 setup
Version 1.0.39
Version 1.0.38
Fixed
- Use
su-exec www-data
in the Makefile socraft
andcomposer
commands are not run as root
Version 1.0.37
Fixed
- Fix Composer 2.2.0 error by adding
allow-plugins
Version 1.0.36
Changed
- Updated to use a unified
bootstrap.php
- Updated to use
vlucas/phpdotenv
^5.4.0
Version 1.0.35
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 containerentrypoint.sh
(#3)
Version 1.0.34
Changed
- Updated the
Makefile
to accommodate another change in Docker that switches back to using_
instead of-
in container names
Version 1.0.33
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
Changed
- Updated the
Makefile
to accommodate the change in Docker to using-
instead of_
in container names