diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c6c34a4a..755bceb1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.80.0](https://github.com/Automattic/newspack-theme/compare/v1.79.2...v1.80.0) (2023-11-13) + + +### Bug Fixes + +* clears woo template cache ([#2201](https://github.com/Automattic/newspack-theme/issues/2201)) ([b279d0d](https://github.com/Automattic/newspack-theme/commit/b279d0d9267a10456abaf2e60d4d4d2a1bb8f1b7)) +* reinstate WC CSS modifications ([aeb4439](https://github.com/Automattic/newspack-theme/commit/aeb4439ce861ff7610f38b10b69a6ab74be45743)), closes [#2191](https://github.com/Automattic/newspack-theme/issues/2191) + + +### Features + +* **woocommerce:** remove woocommerce templates and dequeueing ([c79953e](https://github.com/Automattic/newspack-theme/commit/c79953e61a7dacbf3e67291192742bf74a0f640f)) + # [1.80.0-alpha.4](https://github.com/Automattic/newspack-theme/compare/v1.80.0-alpha.3...v1.80.0-alpha.4) (2023-11-10) diff --git a/newspack-joseph/sass/theme-description.scss b/newspack-joseph/sass/theme-description.scss index 4de94ec76..5037bbf0b 100644 --- a/newspack-joseph/sass/theme-description.scss +++ b/newspack-joseph/sass/theme-description.scss @@ -5,7 +5,7 @@ Author: Automattic Author URI: https://newspack.com Description: Requires at least: WordPress 4.9.6 -Version: 1.80.0-alpha.4 +Version: 1.80.0 License: GNU General Public License v2 or later License URI: LICENSE Template: newspack-theme diff --git a/newspack-katharine/sass/theme-description.scss b/newspack-katharine/sass/theme-description.scss index c18bec031..31b8dcfdb 100644 --- a/newspack-katharine/sass/theme-description.scss +++ b/newspack-katharine/sass/theme-description.scss @@ -5,7 +5,7 @@ Author: Automattic Author URI: https://newspack.com Description: Requires at least: WordPress 4.9.6 -Version: 1.80.0-alpha.4 +Version: 1.80.0 License: GNU General Public License v2 or later License URI: LICENSE Template: newspack-theme diff --git a/newspack-nelson/sass/theme-description.scss b/newspack-nelson/sass/theme-description.scss index 69049383c..e3f7fa6b1 100644 --- a/newspack-nelson/sass/theme-description.scss +++ b/newspack-nelson/sass/theme-description.scss @@ -5,7 +5,7 @@ Author: Automattic Author URI: https://newspack.com Description: Requires at least: WordPress 4.9.6 -Version: 1.80.0-alpha.4 +Version: 1.80.0 License: GNU General Public License v2 or later License URI: LICENSE Template: newspack-theme diff --git a/newspack-sacha/sass/theme-description.scss b/newspack-sacha/sass/theme-description.scss index 4580b5cfb..e5261dc54 100644 --- a/newspack-sacha/sass/theme-description.scss +++ b/newspack-sacha/sass/theme-description.scss @@ -5,7 +5,7 @@ Author: Automattic Author URI: https://newspack.com Description: Requires at least: WordPress 4.9.6 -Version: 1.80.0-alpha.4 +Version: 1.80.0 License: GNU General Public License v2 or later License URI: LICENSE Template: newspack-theme diff --git a/newspack-scott/sass/theme-description.scss b/newspack-scott/sass/theme-description.scss index 07f7cd2ff..0bad1ec6a 100644 --- a/newspack-scott/sass/theme-description.scss +++ b/newspack-scott/sass/theme-description.scss @@ -5,7 +5,7 @@ Author: Automattic Author URI: https://newspack.com Description: Requires at least: WordPress 4.9.6 -Version: 1.80.0-alpha.4 +Version: 1.80.0 License: GNU General Public License v2 or later License URI: LICENSE Template: newspack-theme diff --git a/newspack-theme/sass/theme-description.scss b/newspack-theme/sass/theme-description.scss index cf31c24df..16283f03e 100644 --- a/newspack-theme/sass/theme-description.scss +++ b/newspack-theme/sass/theme-description.scss @@ -5,7 +5,7 @@ Author: Automattic Author URI: https://newspack.com Description: Requires at least: WordPress 4.9.6 -Version: 1.80.0-alpha.4 +Version: 1.80.0 License: GNU General Public License v2 or later License URI: LICENSE Text Domain: newspack diff --git a/package-lock.json b/package-lock.json index 77786c05f..5f7b7373d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack", - "version": "1.80.0-alpha.4", + "version": "1.80.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack", - "version": "1.80.0-alpha.4", + "version": "1.80.0", "devDependencies": { "@octokit/rest": "^19.0.13", "@rushstack/eslint-patch": "^1.3.2", diff --git a/package.json b/package.json index 861479439..0ea9286c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack", - "version": "1.80.0-alpha.4", + "version": "1.80.0", "description": "A theme for Newspack. https://newspack.com", "bugs": { "url": "https://github.com/Automattic/newspack-theme/issues"