From 4e0a00c4bced95a4fcf2814a7fe65e013b26e1b2 Mon Sep 17 00:00:00 2001 From: faisal-alvi Date: Tue, 30 Jul 2024 23:44:59 +0530 Subject: [PATCH 1/6] Bump the version number --- package-lock.json | 2 +- package.json | 2 +- publisher-media-kit.php | 4 ++-- readme.txt | 6 +++++- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 744dac1..72a1cf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "publisher-media-kit", - "version": "1.3.4", + "version": "1.3.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ef893b9..749d6ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "publisher-media-kit", - "version": "1.3.4", + "version": "1.3.5", "scripts": { "start": "10up-toolkit start", "watch": "10up-toolkit watch", diff --git a/publisher-media-kit.php b/publisher-media-kit.php index 09adbfa..9a06811 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.3.4 + * Version: 1.3.5 * Requires at least: 6.4 * Requires PHP: 7.4 * Author: 10up @@ -17,7 +17,7 @@ */ // Useful global constants. -define( 'PUBLISHER_MEDIA_KIT_VERSION', '1.3.4' ); +define( 'PUBLISHER_MEDIA_KIT_VERSION', '1.3.5' ); 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 5a4beeb..d5aa502 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: 10up, jeffpaul, faisal03 Tags: media kit, audience profiles, digital ad specs, ad rates Tested up to: 6.6 -Stable tag: 1.3.4 +Stable tag: 1.3.5 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -55,6 +55,10 @@ The plugin specifically checks for the page slug `media-kit`, meaning that even == Changelog == += 1.3.5 - 2024-07-31 = + + + = 1.3.4 - 2024-07-08 = * **Added:** PHP version check to ensure >= 7.4 support (props [@bmarshall511](https://github.com/bmarshall511), [@faisal-alvi](https://github.com/faisal-alvi), [@ankitguptaindia](https://github.com/ankitguptaindia) via [#165](https://github.com/10up/publisher-media-kit/pull/165)). * **Added:** Margin to the top of Why Digital Group, Padding to Why Digital Group, and Background and text color to even table rows (props [@claytoncollie](https://github.com/claytoncollie), [@faisal-alvi](https://github.com/faisal-alvi) via [#187](https://github.com/10up/publisher-media-kit/pull/187)). From 2f4c7581410b162e134ce9c379ebec6328c490c2 Mon Sep 17 00:00:00 2001 From: faisal-alvi Date: Tue, 30 Jul 2024 23:46:10 +0530 Subject: [PATCH 2/6] Changelog: Add/update the changelog in CHANGELOG.md and readme.txt --- CHANGELOG.md | 10 ++++++++++ readme.txt | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 892f319..017dacb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file, per [the Ke ## [Unreleased] - TBD +## [1.3.5] - 2024-07-31 +**Note that this release bumps the minimum required version of WordPress from 6.2 to 6.4.** + +### Changed +- Bump WordPress minimum to version 6.4 and "tested up to" version 6.6 (props [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter), [@sudip-md](https://github.com/sudip-md) via [#195](https://github.com/10up/publisher-media-kit/pull/195)). + +### Fixed +- Fatal error caused by redeclared functions (props [@claudiulodro](https://github.com/claudiulodro), [@Sidsector9](https://github.com/Sidsector9), [@shelb-elliott](https://github.com/shelb-elliott), [@iamdharmesh](https://github.com/iamdharmesh) via [#197](https://github.com/10up/publisher-media-kit/pull/197)). + ## [1.3.4] - 2024-07-08 **Note that this release bumps the minimum required version of WordPress from 5.7 to 6.2.** @@ -135,6 +144,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.3.4]: https://github.com/10up/publisher-media-kit/compare/1.3.4...1.3.5 [1.3.4]: https://github.com/10up/publisher-media-kit/compare/1.3.3...1.3.4 [1.3.3]: https://github.com/10up/publisher-media-kit/compare/1.3.2...1.3.3 [1.3.2]: https://github.com/10up/publisher-media-kit/compare/1.3.1...1.3.2 diff --git a/readme.txt b/readme.txt index d5aa502..a95c5bd 100644 --- a/readme.txt +++ b/readme.txt @@ -57,7 +57,8 @@ The plugin specifically checks for the page slug `media-kit`, meaning that even = 1.3.5 - 2024-07-31 = - +* **Changed:** Bump WordPress minimum to version 6.4 and "tested up to" version 6.6 (props [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter), [@sudip-md](https://github.com/sudip-md) via [#195](https://github.com/10up/publisher-media-kit/pull/195)). +* **Fixed:** Fatal error caused by redeclared functions (props [@claudiulodro](https://github.com/claudiulodro), [@Sidsector9](https://github.com/Sidsector9), [@shelb-elliott](https://github.com/shelb-elliott), [@iamdharmesh](https://github.com/iamdharmesh) via [#197](https://github.com/10up/publisher-media-kit/pull/197)). = 1.3.4 - 2024-07-08 = * **Added:** PHP version check to ensure >= 7.4 support (props [@bmarshall511](https://github.com/bmarshall511), [@faisal-alvi](https://github.com/faisal-alvi), [@ankitguptaindia](https://github.com/ankitguptaindia) via [#165](https://github.com/10up/publisher-media-kit/pull/165)). From e298a5dbd9a75242e4fe8e5738c150ea4c5bce03 Mon Sep 17 00:00:00 2001 From: faisal-alvi Date: Tue, 30 Jul 2024 23:49:44 +0530 Subject: [PATCH 3/6] update the CREDITS.md --- CREDITS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CREDITS.md b/CREDITS.md index c13d105..15acc11 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -10,7 +10,7 @@ The following individuals are responsible for curating the list of issues, respo Thank you to all the people who have already contributed to this repository via bug reports, code, design, ideas, project management, translation, testing, etc. -[Katie Wilkerson Rethman (@kmwilkerson)](https://github.com/kmwilkerson), [Stephanie Campbell](https://10up.com), [Tina Castillo Macko (@tinacastillo1)](https://github.com/tinacastillo1), [Lea Alcantara (@lea10up)](https://github.com/lea10up), [Adrian Duffell (@adrianduffell)](https://github.com/adrianduffell), [Ryan Welcher (@ryanwelcher)](https://github.com/ryanwelcher), [Maggie Serino (@mserino)](https://github.com/mserino), [Faisal Alvi (@faisal-alvi)](https://github.com/faisal-alvi), [Ajay Maurya (@ajmaurya99)](https://github.com/ajmaurya99), [Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul), [Diana Padron](https://profiles.wordpress.org/dianapadron/), [Darin Kotter (@dkotter)](https://github.com/dkotter), [Siddharth Thevaril (@Sidsector9)](https://github.com/Sidsector9), [Tung Du (@dinhtungdu)](https://github.com/dinhtungdu), [Mehidi Hassan (@mehidi258)](https://github.com/mehidi258), [David Godleman (@cldhmmr)](https://github.com/cldhmmr), [Trey Kane (@treykane)](https://github.com/treykane), [Peter Wilson (@peterwilsoncc)](https://github.com/peterwilsoncc), [Ankit K Gupta (@ankitguptaindia)](https://github.com/ankitguptaindia), [Sudip Dadhaniya (@sudip-10up)](https://github.com/sudip-10up), [Karine Do (@kdo)](https://github.com/kdo), [Vikram Moparthy (@vikrampm1)](https://github.com/vikrampm1), [Jayedul Kabir (@jayedul)](https://github.com/jayedul), [Dharmesh Patel (@iamdharmesh)](https://github.com/iamdharmesh), [Kelvin Balloo (@kelvinballoo)](https://github.com/kelvinballoo), [Ben Marshall (@bmarshall511)](https://github.com/bmarshall511), [Clayton Collie (@claytoncollie)](https://github.com/claytoncollie), [Sumit Bagthariya (@qasumitbagthariya)](https://github.com/qasumitbagthariya), [Sudip Dadhaniya (@sudip-md)](https://github.com/sudip-md), [Davis Shaver (@davisshaver)](https://github.com/davisshaver), [Konstantinos Galanakis (@kmgalanakis)](https://github.com/kmgalanakis). +[Katie Wilkerson Rethman (@kmwilkerson)](https://github.com/kmwilkerson), [Stephanie Campbell](https://10up.com), [Tina Castillo Macko (@tinacastillo1)](https://github.com/tinacastillo1), [Lea Alcantara (@lea10up)](https://github.com/lea10up), [Adrian Duffell (@adrianduffell)](https://github.com/adrianduffell), [Ryan Welcher (@ryanwelcher)](https://github.com/ryanwelcher), [Maggie Serino (@mserino)](https://github.com/mserino), [Faisal Alvi (@faisal-alvi)](https://github.com/faisal-alvi), [Ajay Maurya (@ajmaurya99)](https://github.com/ajmaurya99), [Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul), [Diana Padron](https://profiles.wordpress.org/dianapadron/), [Darin Kotter (@dkotter)](https://github.com/dkotter), [Siddharth Thevaril (@Sidsector9)](https://github.com/Sidsector9), [Tung Du (@dinhtungdu)](https://github.com/dinhtungdu), [Mehidi Hassan (@mehidi258)](https://github.com/mehidi258), [David Godleman (@cldhmmr)](https://github.com/cldhmmr), [Trey Kane (@treykane)](https://github.com/treykane), [Peter Wilson (@peterwilsoncc)](https://github.com/peterwilsoncc), [Ankit K Gupta (@ankitguptaindia)](https://github.com/ankitguptaindia), [Sudip Dadhaniya (@sudip-10up)](https://github.com/sudip-10up), [Karine Do (@kdo)](https://github.com/kdo), [Vikram Moparthy (@vikrampm1)](https://github.com/vikrampm1), [Jayedul Kabir (@jayedul)](https://github.com/jayedul), [Dharmesh Patel (@iamdharmesh)](https://github.com/iamdharmesh), [Kelvin Balloo (@kelvinballoo)](https://github.com/kelvinballoo), [Ben Marshall (@bmarshall511)](https://github.com/bmarshall511), [Clayton Collie (@claytoncollie)](https://github.com/claytoncollie), [Sumit Bagthariya (@qasumitbagthariya)](https://github.com/qasumitbagthariya), [Sudip Dadhaniya (@sudip-md)](https://github.com/sudip-md), [Davis Shaver (@davisshaver)](https://github.com/davisshaver), [Konstantinos Galanakis (@kmgalanakis)](https://github.com/kmgalanakis), [Claudiu Lodromanean (@claudiulodro)](https://github.com/claudiulodro), [Shelby Elliott (@shelb-elliott)](https://github.com/shelb-elliott). ## Libraries From 195b31ecfe19423cf334a8a0431733651df20366 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Tue, 30 Jul 2024 13:25:44 -0500 Subject: [PATCH 4/6] Update CHANGELOG.md --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 017dacb..e000e76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ All notable changes to this project will be documented in this file, per [the Ke **Note that this release bumps the minimum required version of WordPress from 6.2 to 6.4.** ### Changed -- Bump WordPress minimum to version 6.4 and "tested up to" version 6.6 (props [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter), [@sudip-md](https://github.com/sudip-md) via [#195](https://github.com/10up/publisher-media-kit/pull/195)). +- Bump WordPress "tested up to" version 6.6 (props [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter), [@sudip-md](https://github.com/sudip-md) via [#195](https://github.com/10up/publisher-media-kit/pull/195)). +- Bump WordPress minimum to version 6.4 (props [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter), [@sudip-md](https://github.com/sudip-md) via [#195](https://github.com/10up/publisher-media-kit/pull/195)). ### Fixed - Fatal error caused by redeclared functions (props [@claudiulodro](https://github.com/claudiulodro), [@Sidsector9](https://github.com/Sidsector9), [@shelb-elliott](https://github.com/shelb-elliott), [@iamdharmesh](https://github.com/iamdharmesh) via [#197](https://github.com/10up/publisher-media-kit/pull/197)). @@ -144,7 +145,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.3.4]: https://github.com/10up/publisher-media-kit/compare/1.3.4...1.3.5 +[1.3.5]: https://github.com/10up/publisher-media-kit/compare/1.3.4...1.3.5 [1.3.4]: https://github.com/10up/publisher-media-kit/compare/1.3.3...1.3.4 [1.3.3]: https://github.com/10up/publisher-media-kit/compare/1.3.2...1.3.3 [1.3.2]: https://github.com/10up/publisher-media-kit/compare/1.3.1...1.3.2 From 12809e8c784dd06065572b7028a0db85cb6569e0 Mon Sep 17 00:00:00 2001 From: faisal-alvi Date: Tue, 30 Jul 2024 23:56:22 +0530 Subject: [PATCH 5/6] add bump notes in readme file --- readme.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.txt b/readme.txt index a95c5bd..2e85772 100644 --- a/readme.txt +++ b/readme.txt @@ -56,11 +56,14 @@ The plugin specifically checks for the page slug `media-kit`, meaning that even == Changelog == = 1.3.5 - 2024-07-31 = +**Note that this release bumps the minimum required version of WordPress from 6.2 to 6.4.** * **Changed:** Bump WordPress minimum to version 6.4 and "tested up to" version 6.6 (props [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter), [@sudip-md](https://github.com/sudip-md) via [#195](https://github.com/10up/publisher-media-kit/pull/195)). * **Fixed:** Fatal error caused by redeclared functions (props [@claudiulodro](https://github.com/claudiulodro), [@Sidsector9](https://github.com/Sidsector9), [@shelb-elliott](https://github.com/shelb-elliott), [@iamdharmesh](https://github.com/iamdharmesh) via [#197](https://github.com/10up/publisher-media-kit/pull/197)). = 1.3.4 - 2024-07-08 = +**Note that this release bumps the minimum required version of WordPress from 5.7 to 6.2.** + * **Added:** PHP version check to ensure >= 7.4 support (props [@bmarshall511](https://github.com/bmarshall511), [@faisal-alvi](https://github.com/faisal-alvi), [@ankitguptaindia](https://github.com/ankitguptaindia) via [#165](https://github.com/10up/publisher-media-kit/pull/165)). * **Added:** Margin to the top of Why Digital Group, Padding to Why Digital Group, and Background and text color to even table rows (props [@claytoncollie](https://github.com/claytoncollie), [@faisal-alvi](https://github.com/faisal-alvi) via [#187](https://github.com/10up/publisher-media-kit/pull/187)). * **Changed:** Bump WordPress minimum to version 6.2 and "tested up to" version 6.5 (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi), [@dkotter](https://github.com/dkotter), [@jeffpaul](https://github.com/jeffpaul), [@qasumitbagthariya](https://github.com/qasumitbagthariya), [@sudip-md](https://github.com/sudip-md) via [#166](https://github.com/10up/publisher-media-kit/pull/166), [#188](https://github.com/10up/publisher-media-kit/pull/188)). From 925a8f1632e4e34092a6809352e310a156462c10 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Tue, 30 Jul 2024 13:28:11 -0500 Subject: [PATCH 6/6] Update readme.txt --- readme.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.txt b/readme.txt index 2e85772..2657147 100644 --- a/readme.txt +++ b/readme.txt @@ -56,12 +56,14 @@ The plugin specifically checks for the page slug `media-kit`, meaning that even == Changelog == = 1.3.5 - 2024-07-31 = + **Note that this release bumps the minimum required version of WordPress from 6.2 to 6.4.** * **Changed:** Bump WordPress minimum to version 6.4 and "tested up to" version 6.6 (props [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter), [@sudip-md](https://github.com/sudip-md) via [#195](https://github.com/10up/publisher-media-kit/pull/195)). * **Fixed:** Fatal error caused by redeclared functions (props [@claudiulodro](https://github.com/claudiulodro), [@Sidsector9](https://github.com/Sidsector9), [@shelb-elliott](https://github.com/shelb-elliott), [@iamdharmesh](https://github.com/iamdharmesh) via [#197](https://github.com/10up/publisher-media-kit/pull/197)). = 1.3.4 - 2024-07-08 = + **Note that this release bumps the minimum required version of WordPress from 5.7 to 6.2.** * **Added:** PHP version check to ensure >= 7.4 support (props [@bmarshall511](https://github.com/bmarshall511), [@faisal-alvi](https://github.com/faisal-alvi), [@ankitguptaindia](https://github.com/ankitguptaindia) via [#165](https://github.com/10up/publisher-media-kit/pull/165)). @@ -73,12 +75,14 @@ The plugin specifically checks for the page slug `media-kit`, meaning that even * **Security:** Bump `follow-redirects` from 1.15.3 to 1.15.4 (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#177](https://github.com/10up/publisher-media-kit/pull/177)). = 1.3.3 - 2023-10-24 = + * **Added:** FAQ on the Media Kit page rename action (props [@kelvinballoo](https://github.com/kelvinballoo), [@faisal-alvi](https://github.com/faisal-alvi), [@jeffpaul](https://github.com/jeffpaul) via [#162](https://github.com/10up/publisher-media-kit/pull/162)). * **Changed:** Bump WordPress "tested up to" version to 6.3 (props [@jeffpaul](https://github.com/jeffpaul), [@faisal-alvi](https://github.com/faisal-alvi) via [#158](https://github.com/10up/publisher-media-kit/pull/158)). * **Changed:** Updated repo automator workflow (props [@iamdharmesh](https://github.com/iamdharmesh), [@faisal-alvi](https://github.com/faisal-alvi) via [#163](https://github.com/10up/publisher-media-kit/pull/163)). * **Security:** Bump `tough-cookie` from 4.0.0 to 4.1.3 and `@cypress/request` from 2.88.10 to 2.88.12 (props [@dependabot](https://github.com/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#156](https://github.com/10up/publisher-media-kit/pull/156)). = 1.3.2 - 2023-05-15 = + * **Added:** Run E2E tests on the zip generated by "Build release zip" action (props [@iamdharmesh](https://github.com/iamdharmesh), [@faisal-alvi](https://github.com/faisal-alvi), [@jeffpaul](https://github.com/jeffpaul) via [#128](https://github.com/10up/publisher-media-kit/pull/128)). * **Added:** GitHub Action Summary for Cypress e2e checks (props [@faisal-alvi](https://github.com/faisal-alvi), [@jeffpaul](https://github.com/jeffpaul) via [#129](https://github.com/10up/publisher-media-kit/pull/129)). * **Changed:** WordPress "tested up to" version 6.2 (props [@jayedul](https://github.com/jayedul), [@faisal-alvi](https://github.com/faisal-alvi) via [#142](https://github.com/10up/publisher-media-kit/pull/142)). @@ -88,6 +92,7 @@ The plugin specifically checks for the page slug `media-kit`, meaning that even * **Security:** Bump `webpack` from 5.73.0 to 5.76.1 (props [@dependabot](https://github.com/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#134](https://github.com/10up/publisher-media-kit/pull/134)). = 1.3.1 - 2023-01-13 = + * **Added:** PR Helper GH Action (props [@iamdharmesh](https://github.com/iamdharmesh), [@faisal-alvi](https://github.com/faisal-alvi) via [#101](https://github.com/10up/publisher-media-kit/pull/101)). * **Added:** Added "Build release zip" GitHub Action (props [@faisal-alvi](https://github.com/faisal-alvi), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#114](https://github.com/10up/publisher-media-kit/pull/114)). * **Changed:** Update Support Level from Active to Stable (props [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#103](https://github.com/10up/publisher-media-kit/pull/103)). @@ -105,6 +110,7 @@ The plugin specifically checks for the page slug `media-kit`, meaning that even * **Security:** Bump `json5` from 1.0.1 to 1.0.2 (props [@dependabot](https://github.com/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#127](https://github.com/10up/publisher-media-kit/pull/127)). = 1.3.0 - 2022-09-14 = + **Note that this release bumps the minimum required version of WordPress from 5.5 to 5.7 and PHP from 7.0 to 7.4.** * **Changed:** Bump minimum required version of WordPress from 5.5 to 5.7 (props [@vikrampm1](https://github.com/vikrampm1), [@faisal-alvi](https://github.com/faisal-alvi), [@Sidsector9](https://github.com/Sidsector9) via [#96](https://github.com/10up/publisher-media-kit/pull/96)). @@ -115,6 +121,9 @@ Further changelog entries can be found in the [CHANGELOG.md](https://github.com/ == Upgrade Notice == += 1.3.5 = +Note that this release bumps the minimum required version of WordPress from 6.2 to 6.4. + = 1.3.4 = Note that this release bumps the minimum required version of WordPress from 5.7 to 6.2.