Releases: universityofadelaide/shepherd-drupal-scaffold
Releases · universityofadelaide/shepherd-drupal-scaffold
Mariadb LTS and memcache host fix
Docker compose and mailpit
Adds dynamic support for "docker compose" and still support docker-compose.
Switches out mailhog for mailpit.
D9 & D10 compatbibility
6.0.3 6.0.3
Fix xdebug 3 support
Fixes the issues with xdebug 3.
D10 compatibility
Bring the scaffold in line with upstream Drupal changes.
Remove install.php
Add removal of the install.php from Drupal to the composer scaffolding so that drupal doesn't try and do installation if the db isn't available.
Config install support
Reinstates config-install functionality during robo build
, which disappeared in the 5.0.0 release.
Composer 2 image and bug fixes
Fixes
- Composer 2 installed on the image
- OSX xdebug host changes
- Bash as the default shell
- Adds missing OS packages
- Blackfire update
- Removes setting permissions on settings files for local development
Drupal 9 support
- Switches to Drupal core config management.
- Switches to Composer 2 and removes no longer needed plugins etc.
- Adds phpcsfixer.
- Removes setting permissions from Robo.
- Refactors scaffold file tasks.
- Appends to .gitignore files in projects.
Okta settings support
Also returns to the latest redis:alpine, as the bug has been fixed upstream.