Skip to content

Releases: nystudio107/spin-up-craft

Version 1.0.5

14 Feb 16:40
Compare
Choose a tag to compare

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

08 Feb 14:26
Compare
Choose a tag to compare

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

06 Feb 04:46
Compare
Choose a tag to compare

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 in spin-up-craft-base Docker image

Version 1.0.2

05 Feb 03:54
Compare
Choose a tag to compare

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

02 Feb 22:52
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with the default database seed and the make db-admin-reset had the wrong password

Version 1.0.0

02 Feb 21:15
Compare
Choose a tag to compare

Added

  • Initial release