From 1a72c3f43b2b82fa3ed4bd71597a40aa384fb8b0 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 27 Jun 2024 14:18:35 -0500 Subject: [PATCH 1/6] version bump to 1.3.4 --- 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 2e458dd..cb28d75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "publisher-media-kit", - "version": "1.3.3", + "version": "1.3.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 181d183..ca5f92f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "publisher-media-kit", - "version": "1.3.3", + "version": "1.3.4", "scripts": { "start": "10up-toolkit start", "watch": "10up-toolkit watch", diff --git a/publisher-media-kit.php b/publisher-media-kit.php index f1f2268..9e78fe6 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.3 + * Version: 1.3.4 * Requires at least: 6.2 * Requires PHP: 7.4 * Author: 10up @@ -17,7 +17,7 @@ */ // Useful global constants. -define( 'PUBLISHER_MEDIA_KIT_VERSION', '1.3.3' ); +define( 'PUBLISHER_MEDIA_KIT_VERSION', '1.3.4' ); 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 0d92ef3..d90632c 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.5 -Stable tag: 1.3.3 +Stable tag: 1.3.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html From 9ff25ebb17e73e95cb0ab4fbd9ab7eda83bd175e Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 27 Jun 2024 14:37:17 -0500 Subject: [PATCH 2/6] add 1.3.4 items to changelogs --- CHANGELOG.md | 23 +++++++++++++++++++++++ readme.txt | 39 ++++++++++----------------------------- 2 files changed, 33 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41bdb0d..170a7c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file, per [the Ke ## [Unreleased] - TBD +## [1.3.4] - 2024-07-01 +### 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)). +- 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)). + +### Fixed +- Build editor-style entrypoint (props [@davisshaver](https://github.com/davisshaver), [@dkotter](https://github.com/dkotter) via [#178](https://github.com/10up/publisher-media-kit/pull/178)). + +### Security +- Bump `@cypress/request` from 2.88.12 to 3.0.1 (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi), [@dkotter](https://github.com/dkotter), [@jeffpaul](https://github.com/jeffpaul) via [#166](https://github.com/10up/publisher-media-kit/pull/166)). +- Bump `cypress` from 11.2.0 to 13.3.0 (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi), [@dkotter](https://github.com/dkotter), [@jeffpaul](https://github.com/jeffpaul) via [#166](https://github.com/10up/publisher-media-kit/pull/166)). +- 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)). + +### Developers +- Updated `CODEOWNERS` (props [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#176](https://github.com/10up/publisher-media-kit/pull/176)). +- Disabled auto sync pull requests with target branch (props [@iamdharmesh](https://github.com/iamdharmesh) via [#184](https://github.com/10up/publisher-media-kit/pull/184)). +- Upgraded `download-artifact` from v3 to v4 (props [@iamdharmesh](https://github.com/iamdharmesh), [@jeffpaul](https://github.com/jeffpaul), [@faisal-alvi](https://github.com/faisal-alvi), [@dkotter](https://github.com/dkotter) via [#182](https://github.com/10up/publisher-media-kit/pull/182)). +- Added a "Testing" section in the `CONTRIBUTING.md` file (props [@kmgalanakis](https://github.com/kmgalanakis), [@jeffpaul](https://github.com/jeffpaul) via [#189](https://github.com/10up/publisher-media-kit/pull/189)). + ## [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)). @@ -111,6 +133,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.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 [1.3.1]: https://github.com/10up/publisher-media-kit/compare/1.3.0...1.3.1 diff --git a/readme.txt b/readme.txt index d90632c..548536f 100644 --- a/readme.txt +++ b/readme.txt @@ -55,6 +55,15 @@ The plugin specifically checks for the page slug `media-kit`, meaning that even == Changelog == += 1.3.4 - 2024-07-01 = +* **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)). +* **Fixed:** Build editor-style entrypoint (props [@davisshaver](https://github.com/davisshaver), [@dkotter](https://github.com/dkotter) via [#178](https://github.com/10up/publisher-media-kit/pull/178)). +* **Security:** Bump `@cypress/request` from 2.88.12 to 3.0.1 (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi), [@dkotter](https://github.com/dkotter), [@jeffpaul](https://github.com/jeffpaul) via [#166](https://github.com/10up/publisher-media-kit/pull/166)). +* **Security:** Bump `cypress` from 11.2.0 to 13.3.0 (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi), [@dkotter](https://github.com/dkotter), [@jeffpaul](https://github.com/jeffpaul) via [#166](https://github.com/10up/publisher-media-kit/pull/166)). +* **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)). @@ -94,35 +103,7 @@ The plugin specifically checks for the page slug `media-kit`, meaning that even * **Changed:** Bump minimum required version of PHP from 7.0 to 7.4 (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)). * **Security:** Bump `terser` from 5.14.0 to 5.14.2 (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#95](https://github.com/10up/publisher-media-kit/pull/95)). -= 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)). -* **Security:** Upgrade `10up-toolkit` from 1.0.13 to 4.0.0 (props [@jeffpaul](https://github.com/jeffpaul), [@faisal-alvi](https://github.com/faisal-alvi), [@Sidsector9](https://github.com/Sidsector9) via [#85](https://github.com/10up/publisher-media-kit/pull/85)). -* **Security:** Bump `eventsource` from 1.1.0 to 1.1.1 (props [@dependabot[bot]](https://github.com/apps/dependabot), [@jeffpaul](https://github.com/jeffpaul)) via [#86](https://github.com/10up/publisher-media-kit/pull/86)). - -= 1.1.0 - 2022-04-20 = -* **Added:** Added mobile styling and fixed linting errors (props [@cldhmmr](https://github.com/cldhmmr), [@treykane](https://github.com/treykane), [@faisal-alvi](https://github.com/faisal-alvi), [@sudip-10up](https://github.com/sudip-10up), [@jeffpaul](https://github.com/jeffpaul)). -* **Changed:** WP Version bump to 5.9 (props [@faisal-alvi](https://github.com/faisal-alvi), [@jeffpaul](https://github.com/jeffpaul), [@sudip-10up](https://github.com/sudip-10up), [@ankitguptaindia](https://github.com/ankitguptaindia)). -* **Changed:** Compatible tabs with the upstream version 1.0.2 (props [@faisal-alvi](https://github.com/faisal-alvi), [@jeffpaul](https://github.com/jeffpaul)). -* **Fixed:** Fix responsive issues of media kit page (props [@mehidi258](https://github.com/mehidi258), [@sudip-10up](https://github.com/sudip-10up) [@faisal-alvi](https://github.com/faisal-alvi), [@jeffpaul](https://github.com/jeffpaul)). -* **Fixed:** Fix eslint errors (props [@mehidi258](https://github.com/mehidi258), [@faisal-alvi](https://github.com/faisal-alvi), [@jeffpaul](https://github.com/jeffpaul)). -* **Fixed:** Fix editor styles to match frontend design (props [@mehidi258](https://github.com/mehidi258), [@ankitguptaindia](https://github.com/ankitguptaindia), [@faisal-alvi](https://github.com/faisal-alvi), [@jeffpaul](https://github.com/jeffpaul)). -* **Fixed:** Fix audience profiles border width (props [@mehidi258](https://github.com/mehidi258), [@Sidsector9](https://github.com/Sidsector9), [@ankitguptaindia](https://github.com/ankitguptaindia), [@faisal-alvi](https://github.com/faisal-alvi), [@jeffpaul](https://github.com/jeffpaul)). -* **Fixed:** Tab Title is editable from below the tab (props [@faisal-alvi](https://github.com/faisal-alvi), [@peterwilsoncc](https://github.com/peterwilsoncc), [@kdo](https://github.com/kdo), [@jeffpaul](https://github.com/jeffpaul)). -* **Removed:** The Orientation Options are removed (props [@faisal-alvi](https://github.com/faisal-alvi), [@peterwilsoncc](https://github.com/peterwilsoncc)). -* **Security:** Bump `nanoid` from 3.1.25 to 3.2.0 (props [@dependabot](https://github.com/apps/dependabot)). -* **Security:** Bump `follow-redirects` from 1.14.4 to 1.14.8 (props [@dependabot](https://github.com/apps/dependabot)). -* **Security:** Bump `url-parse` from 1.5.3 to 1.5.10 (props [@dependabot](https://github.com/apps/dependabot)). - -= 1.0.0 - 2021-12-10 = -* Initial public plugin release 🎉 - -= 0.9.0 - 2021-12-01 = -* Initial private plugin release 🎉 +Further changelog entries can be found in the [CHANGELOG.md](https://github.com/10up/publisher-media-kit/blob/trunk/CHANGELOG.md) file. == Upgrade Notice == From 0b0196b7e50f9796fad6c5c8caef0357522f99cf Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 27 Jun 2024 15:23:07 -0500 Subject: [PATCH 3/6] add WP minimum notice --- CHANGELOG.md | 2 ++ readme.txt | 3 +++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 170a7c3..db88c3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file, per [the Ke ## [Unreleased] - TBD ## [1.3.4] - 2024-07-01 +**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)). - 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)). diff --git a/readme.txt b/readme.txt index 548536f..ff9e99d 100644 --- a/readme.txt +++ b/readme.txt @@ -107,5 +107,8 @@ Further changelog entries can be found in the [CHANGELOG.md](https://github.com/ == Upgrade Notice == += 1.3.4 = +Note that this release bumps the minimum required version of WordPress from 5.7 to 6.2. + = 1.3.0 = 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. From 1e93a6d99c8961241e49a2965370f50ad0a0737e Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 27 Jun 2024 15:26:56 -0500 Subject: [PATCH 4/6] Update CREDITS.md --- CREDITS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CREDITS.md b/CREDITS.md index 6190fe3..c13d105 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). +[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). ## Libraries From 712723ade01a40e686c9280a83d4f6a2c2ccfe34 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 27 Jun 2024 15:27:48 -0500 Subject: [PATCH 5/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24614f3..f72ec7c 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ Twenty Twenty One default theme | Newspack base theme ## Requirements -* PHP Requires: 7.4 -* WordPress Requires at least: 5.7 +* PHP Requires: 7.4+ +* WordPress Requires at least: 6.2+ ## Theme Compatibility From 648b57aab2109b731d83441b1d5dd8ed2765412b Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Mon, 8 Jul 2024 15:18:24 -0500 Subject: [PATCH 6/6] fix release date --- CHANGELOG.md | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db88c3f..892f319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file, per [the Ke ## [Unreleased] - TBD -## [1.3.4] - 2024-07-01 +## [1.3.4] - 2024-07-08 **Note that this release bumps the minimum required version of WordPress from 5.7 to 6.2.** ### Added diff --git a/readme.txt b/readme.txt index ff9e99d..71cfa1d 100644 --- a/readme.txt +++ b/readme.txt @@ -55,7 +55,7 @@ The plugin specifically checks for the page slug `media-kit`, meaning that even == Changelog == -= 1.3.4 - 2024-07-01 = += 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)). * **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)).