Releases: nystudio107/plugindev
Releases · nystudio107/plugindev
Version 1.0.20
Changed
- Explicitly designate the
rebrand
mount
Version 1.0.18
Added
- Use the
mysql/mysql-server:8.0
Docker image because the "official" image doesn't support M1 Apple Silicon
Changed
- Don't
.gz
compress themysql-db-seed
database seed, because the entrypoint.sh script doesn't support it ref - Silence errors from the root
post-create-project-cmd
script - Don't remove the
README.md
file
Version 1.0.17
Changed
- Bring the debug container in line with the production container, allowing it to work with either Postgres or MySQL
Version 1.0.16
Changed
- Use separate
phpSessionName
s for MySQL and Postgres, to keep us logged in when switching between them
Version 1.0.15
Added
- Added
make craft
to the Makefile commands
Version 1.0.14
Changed
- Use
rm -f
to ensure no errors if the file doesn’t exist
Version 1.0.13
Added
- Added
make update
to update Composer & NPM packages - Added
make update-clean
to completely removevendor/
andnode_modules/
, then update Composer & NPM packages
Version 1.0.12
Changed
- Better login background pattern
Version 1.0.11
Fixed
- Fixed the rebrand by adding a bind mount for
storage/rebrand/
in thedocker-compose.yaml
Version 1.0.10
Changed
- Add rebrand logo & icon, updated login background
- Updated database seed with entry types & category group
Fixed
- Fixed
make up
command by removing an errant$