Releases: nystudio107/spin-up-craft
Releases · nystudio107/spin-up-craft
Version 1.0.5
Added
- Detect when we're running in Codespaces, and swap in the dynamic URL for the
PRIMARY_SITE_URL
env var automatically
Changed
- Refactor the banner to a separate
banner_message.sh
Version 1.0.4
Added
- Add PHP 8.1 as the default image
Changed
- Use
#!/bin/sh
for the scripts shebang - Updated to
"craftcms/cms": "^4.3.8"
Version 1.0.3
Added
- Added
nystudio107/craft-autocomplete
to allow for Craft API autocomplete in PhpStorm
Changed
- Updated to
"craftcms/cms": "^4.3.7.1"
- Removed
craftcms/generator
to lighten the dependency graph - Removed
yiisoft/yii2-shell
to lighten the dependency graph - Use
PHPIZE_DEPS
inspin-up-craft-base
Docker image
Version 1.0.2
Added
- Build docker images via Github Actions CI
Changed
- Use a pre-built
spin-up-craft-base
for faster cold starts - Removed vestigial
redis
container for faster cold starts
Version 1.0.1
Fixed
- Fixed an issue with the default database seed and the
make db-admin-reset
had the wrong password
Version 1.0.0
Added
- Initial release