Skip to content

Commit

Permalink
Merge branch 'release/2.3.7' into craft-webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Sep 7, 2020
2 parents 14fb2fc + 2926042 commit 4340d0b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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.3.7 - 2020.09.07
### Changed
* Remove the use of `craft on` and `craft off` because they create pointless `dateUpdated` changes to `project.yaml`

## 2.3.6 - 2020.09.05
### Added
* Added image optimizers to the `php-dev-craft` Docker image
Expand Down
4 changes: 1 addition & 3 deletions cms/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,11 @@
"@post-craft-update"
],
"pre-craft-update": [
"@php craft install/check && php craft off --retry=60 || return 0"
],
"post-craft-update": [
"@php craft install/check && php craft clear-caches/all || return 0",
"@php craft install/check && php craft migrate/all || return 0",
"@php craft install/check && php craft project-config/apply || return 0",
"@php craft install/check && php craft on || return 0"
"@php craft install/check && php craft project-config/apply || return 0"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "craftcms/craft",
"description": "nystudio107 Craft 3.4 CMS scaffolding project",
"version": "2.3.5",
"version": "2.3.7",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 4340d0b

Please sign in to comment.