From 9d8c48b90f2c213388d7c6cb22412cf6fc07d258 Mon Sep 17 00:00:00 2001 From: Terry Upton Date: Thu, 22 Oct 2020 10:02:15 +0100 Subject: [PATCH 1/2] Removed Commented out post composer scripts for after initial installation due to breaking the composer.json file --- CHANGELOG.md | 5 +++++ composer.json | 26 -------------------------- 2 files changed, 5 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba37bb0..8c50f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/composer.json b/composer.json index d09c2f1..e5f804b 100644 --- a/composer.json +++ b/composer.json @@ -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" - // ] } } From a2aab7b0d413bf6561d69d7e484d15d0c2d7e6ee Mon Sep 17 00:00:00 2001 From: Terry Upton Date: Thu, 22 Oct 2020 10:02:41 +0100 Subject: [PATCH 2/2] Version 3.2.2 --- composer.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e5f804b..84b842c 100644 --- a/composer.json +++ b/composer.json @@ -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": { diff --git a/package.json b/package.json index 35fe62e..ee59904 100644 --- a/package.json +++ b/package.json @@ -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": [