Skip to content

Commit

Permalink
Merge branch 'release/2.5.12' into craft-vite
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed May 31, 2022
2 parents 2019f42 + 7c6d5ba commit c0ae345
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# nystudio107/craft Change Log

## 2.5.12 - 2022.05.31
### Changed
* Use `craft up` to run migrations & apply Project Config changes

## 2.5.11 - 2022.05.03
### Added
* Determine the container name separator character by checking the Docker Compose API version at runtime
Expand Down
3 changes: 1 addition & 2 deletions cms/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
"post-craft-update": [
"Composer\\Config::disableProcessTimeout",
"@php craft install/check && php craft clear-caches/all --interactive=0 || exit 0",
"@php craft install/check && php craft migrate/all --interactive=0 || exit 0",
"@php craft install/check && php craft project-config/apply --interactive=0 || exit 0"
"@php craft install/check && php craft up --interactive=0 || exit 0"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
Expand Down

0 comments on commit c0ae345

Please sign in to comment.