Skip to content

Commit

Permalink
Merge branch 'release/3.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
terryupton committed Oct 22, 2020
2 parents 04e7167 + a2aab7b commit c758723
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 28 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.2.2] - 2020-10-21
### Removed
Removed Commented out post composer scripts for after initial installation due to breaking the composer.json file


## [3.2.1] - 2020-10-21
### Changed
Clean and tidy up of composer.json for correct plugins and versions
Expand Down
28 changes: 1 addition & 27 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terryupton/boilerplate-craft",
"description": "A starting boilerplate for Craft Projects",
"version": "3.2.1",
"version": "3.2.2",
"license": "MIT",
"type": "project",
"require": {
Expand Down Expand Up @@ -38,31 +38,5 @@
"@php -r \"copy('README.md.default', 'README.md');\"",
"@php -r \"unlink('README.md.default');\""
]
// "post-update-cmd": [
// "@php craft migrate/all",
// "@php craft project-config/sync",
// "@php craft clear-caches/compiled-templates",
// "@php craft clear-caches/cp-resources",
// "@php craft clear-caches/data",
// "@php craft clear-caches/seomatic-frontendtemplate-caches",
// "@php craft clear-caches/seomatic-metabundle-caches",
// "@php craft clear-caches/seomatic-sitemap-caches",
// "@php craft clear-caches/twigpack-manifest-cache ",
// "@php craft clear-caches/temp-files",
// "php craft invalidate-tags/template"
// ],
// "post-install-cmd": [
// "@php craft migrate/all",
// "@php craft project-config/sync",
// "@php craft clear-caches/compiled-templates",
// "@php craft clear-caches/cp-resources",
// "@php craft clear-caches/data",
// "@php craft clear-caches/seomatic-frontendtemplate-caches",
// "@php craft clear-caches/seomatic-metabundle-caches",
// "@php craft clear-caches/seomatic-sitemap-caches",
// "@php craft clear-caches/twigpack-manifest-cache ",
// "@php craft clear-caches/temp-files",
// "php craft invalidate-tags/template"
// ]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "craft-bp",
"version": "3.2.1",
"version": "3.2.2",
"description": "Craft CMS boilerplate and starter project",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit c758723

Please sign in to comment.