From 5977b9da095bd1d3e04282792f6b68dc198ba294 Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Mon, 18 Jul 2022 14:41:27 -0600 Subject: [PATCH 1/2] Version bumps to 1.2.1 --- package-lock.json | 2 +- package.json | 2 +- publisher-media-kit.php | 4 ++-- readme.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 92e0562..a2287c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "publisher-media-kit", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6a91fa2..9de3806 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "publisher-media-kit", - "version": "1.2.0", + "version": "1.2.1", "scripts": { "start": "10up-toolkit start", "watch": "10up-toolkit watch", diff --git a/publisher-media-kit.php b/publisher-media-kit.php index 34acdf7..63efbc2 100755 --- a/publisher-media-kit.php +++ b/publisher-media-kit.php @@ -3,7 +3,7 @@ * Plugin Name: Publisher Media Kit * Plugin URI: https://github.com/10up/publisher-media-kit * Description: Pre-configured Media Kit Page using Gutenberg Block Patterns. - * Version: 1.2.0 + * Version: 1.2.1 * Requires at least: 5.5 * Requires PHP: 7.0 * Author: 10up @@ -17,7 +17,7 @@ */ // Useful global constants. -define( 'PUBLISHER_MEDIA_KIT_VERSION', '1.2.0' ); +define( 'PUBLISHER_MEDIA_KIT_VERSION', '1.2.1' ); define( 'PUBLISHER_MEDIA_KIT_URL', plugin_dir_url( __FILE__ ) ); define( 'PUBLISHER_MEDIA_KIT_PATH', plugin_dir_path( __FILE__ ) ); define( 'PUBLISHER_MEDIA_KIT_BLOCKS_PATH', plugin_dir_path( __FILE__ ) . 'includes/blocks/block-editor/' ); diff --git a/readme.txt b/readme.txt index 34f1968..79e79bf 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: 10up, jeffpaul, faisal03 Tags: media kit, audience profiles, digital ad specs, ad rates Requires at least: 5.5 Tested up to: 6.0 -Stable tag: 1.2.0 +Stable tag: 1.2.1 Requires PHP: 7.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html From dbcf3fb345dc91a9c9022d2cc11cc77348a4b7f9 Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Mon, 18 Jul 2022 14:48:26 -0600 Subject: [PATCH 2/2] Update changelogs with new PRs --- CHANGELOG.md | 11 ++++++++++- readme.txt | 4 ++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfd4b46..e64657b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file, per [the Ke ## [Unreleased] - TBD +## [1.2.1] - 2022-07-19 + +### Changed +- Updated the `CONTRIBUTING.md` file (props [@faisal-alvi](https://github.com/faisal-alvi), [@jeffpaul](https://github.com/jeffpaul) via [#89](https://github.com/10up/publisher-media-kit/pull/89)) + +### Fixed +- Bring back the `/assets/images` directory to avoid broken images (props [@dkotter](https://github.com/dkotter), [@kmwilkerson](https://github.com/kmwilkerson), [@faisal-alvi](https://github.com/faisal-alvi) via [#91](https://github.com/10up/publisher-media-kit/pull/91)) + ## [1.2.0] - 2022-06-27 ### Added -- Dependency security scanning. (props [@jeffpaul.](https://github.com/jeffpaul), [@faisal-alvi](https://github.com/faisal-alvi) via [#84](https://github.com/10up/publisher-media-kit/pull/84)) +- Dependency security scanning. (props [@jeffpaul](https://github.com/jeffpaul), [@faisal-alvi](https://github.com/faisal-alvi) via [#84](https://github.com/10up/publisher-media-kit/pull/84)) ### Changed - Bump WordPress "tested up to" version 6.0. (props [@ajmaurya99](https://github.com/ajmaurya99), [@faisal-alvi](https://github.com/faisal-alvi), [@vikrampm1](https://github.com/vikrampm1) via [#83](https://github.com/10up/publisher-media-kit/pull/83)) @@ -45,6 +53,7 @@ All notable changes to this project will be documented in this file, per [the Ke - Initial private plugin release 🎉 [Unreleased]: https://github.com/10up/publisher-media-kit/compare/trunk...develop +[1.2.1]: https://github.com/10up/publisher-media-kit/compare/1.2.0...1.2.1 [1.2.0]: https://github.com/10up/publisher-media-kit/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/10up/publisher-media-kit/compare/1.0.0...1.1.0 [1.0.0]: https://github.com/10up/publisher-media-kit/compare/0.9.0...1.0.0 diff --git a/readme.txt b/readme.txt index 79e79bf..43828ce 100644 --- a/readme.txt +++ b/readme.txt @@ -57,6 +57,10 @@ We require WordPress 5.5 and above as this is when `register_block_pattern_categ == Changelog == += 1.2.1 = 2022-07-19 +* **Changed:** Updated the `CONTRIBUTING.md` file (props [@faisal-alvi](https://github.com/faisal-alvi), [@jeffpaul](https://github.com/jeffpaul) via [#89](https://github.com/10up/publisher-media-kit/pull/89)) +* **Fixed:** Bring back the `/assets/images` directory to avoid broken images (props [@dkotter](https://github.com/dkotter), [@kmwilkerson](https://github.com/kmwilkerson), [@faisal-alvi](https://github.com/faisal-alvi) via [#91](https://github.com/10up/publisher-media-kit/pull/91)) + = 1.2.0 = 2022-06-27 * **Added:** Dependency security scanning. (props [@jeffpaul.](https://github.com/jeffpaul), [@faisal-alvi](https://github.com/faisal-alvi)) via [#84](https://github.com/10up/publisher-media-kit/pull/84)) * **Changed:** Bump WordPress "tested up to" version 6.0. (props [@ajmaurya99](https://github.com/ajmaurya99), [@faisal-alvi](https://github.com/faisal-alvi), [@vikrampm1](https://github.com/vikrampm1)) via [#83](https://github.com/10up/publisher-media-kit/pull/83))