Skip to content

Releases: nystudio107/plugindev

Version 1.0.20

27 Apr 17:01
Compare
Choose a tag to compare

Changed

  • Explicitly designate the rebrand mount

Version 1.0.18

22 Apr 18:45
Compare
Choose a tag to compare

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 the mysql-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

17 Apr 22:44
Compare
Choose a tag to compare

Changed

  • Bring the debug container in line with the production container, allowing it to work with either Postgres or MySQL

Version 1.0.16

17 Apr 21:40
Compare
Choose a tag to compare

Changed

  • Use separate phpSessionNames for MySQL and Postgres, to keep us logged in when switching between them

Version 1.0.15

10 Apr 18:26
Compare
Choose a tag to compare

Added

  • Added make craft to the Makefile commands

Version 1.0.14

06 Apr 19:17
Compare
Choose a tag to compare

Changed

  • Use rm -f to ensure no errors if the file doesn’t exist

Version 1.0.13

05 Apr 18:49
Compare
Choose a tag to compare

Added

  • Added make update to update Composer & NPM packages
  • Added make update-clean to completely remove vendor/ and node_modules/, then update Composer & NPM packages

Version 1.0.12

02 Apr 02:37
Compare
Choose a tag to compare

Changed

  • Better login background pattern

Version 1.0.11

01 Apr 13:44
Compare
Choose a tag to compare

Fixed

  • Fixed the rebrand by adding a bind mount for storage/rebrand/ in the docker-compose.yaml

Version 1.0.10

01 Apr 03:07
Compare
Choose a tag to compare

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 $