From a08970d643878296f37c66785760395af245c158 Mon Sep 17 00:00:00 2001 From: Fredrik Johansson Date: Mon, 13 Nov 2023 17:19:03 +0100 Subject: [PATCH] chore(release): Publish new version --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ municipio-gatsby.php | 2 +- package.json | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5ba88c..2d75800 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +## [3.0.0](https://github.com/municipio-se/wordpress-plugin-municipio-gatsby/compare/v2.0.0...v3.0.0) (2023-11-13) + + +### ⚠ BREAKING CHANGES + +* Remove landing page template and add `whitespace_a11ystack_page_templates` filter +* Move code to whitespace-a11ystack plugin +* Move menu item fields to a11ystack plugin +* Remove theme color from manually input posts + +### Features + +* Add "Hide title" field to page appearance ([c924648](https://github.com/municipio-se/wordpress-plugin-municipio-gatsby/commit/c9246482415417736783917014ffafea66c0727d)) +* Move menu item fields to a11ystack plugin ([5059171](https://github.com/municipio-se/wordpress-plugin-municipio-gatsby/commit/505917103afb5ea8d646b8ba5964783f505a1c3f)) +* Remove landing page template and add `whitespace_a11ystack_page_templates` filter ([62b7842](https://github.com/municipio-se/wordpress-plugin-municipio-gatsby/commit/62b7842c9251c196c0275af24e7e951c0f721cc8)) +* Remove theme color from manually input posts ([a437c99](https://github.com/municipio-se/wordpress-plugin-municipio-gatsby/commit/a437c9983af988fe0ea3a225cd0b66024d99d50c)) + + +### Bug Fixes + +* Remove theme color from manually input posts ([a763e58](https://github.com/municipio-se/wordpress-plugin-municipio-gatsby/commit/a763e5872aed01b3a8a89830ffdb1326333e81dc)) + + +### Code Refactoring + +* Move code to whitespace-a11ystack plugin ([e5fc409](https://github.com/municipio-se/wordpress-plugin-municipio-gatsby/commit/e5fc409c60c3b02410ec99b4db5a30f3bbbc1701)) + ## [2.0.0](https://github.com/municipio-se/wordpress-plugin-municipio-gatsby/compare/v1.3.1...v2.0.0) (2023-06-08) diff --git a/municipio-gatsby.php b/municipio-gatsby.php index ae44b60..c8f09b1 100644 --- a/municipio-gatsby.php +++ b/municipio-gatsby.php @@ -3,7 +3,7 @@ /** * Plugin Name: Municipio Gatsby * Description: Adapts Municipio for Gatsby - * Version: 2.0.0 + * Version: 3.0.0 * Author: Whitespace Dev * Text Domain: municipio-gatsby * Domain Path: /languages/ diff --git a/package.json b/package.json index c734ffa..6afe953 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.0", + "version": "3.0.0", "license": "AGPL-3.0-or-later", "devDependencies": { "@prettier/plugin-php": "^0.17.1",