From 280919189412e4cf72bca9443142823a065da7d9 Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Wed, 25 Sep 2024 09:17:39 -0600 Subject: [PATCH 1/2] Version bump to 1.4.5 --- ads-txt.php | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ads-txt.php b/ads-txt.php index 7432805..eaff232 100644 --- a/ads-txt.php +++ b/ads-txt.php @@ -3,7 +3,7 @@ * Plugin Name: Ads.txt Manager * Plugin URI: https://github.com/10up/ads-txt * Description: Create, manage, and validate your Ads.txt from within WordPress, just like any other content asset. Requires PHP 7.4+ and WordPress 5.7+. - * Version: 1.4.4 + * Version: 1.4.5 * Requires at least: 6.4 * Requires PHP: 7.4 * Author: 10up @@ -19,7 +19,7 @@ exit; // Exit if accessed directly. } -define( 'ADS_TXT_MANAGER_VERSION', '1.4.4' ); +define( 'ADS_TXT_MANAGER_VERSION', '1.4.5' ); define( 'ADS_TXT_MANAGE_CAPABILITY', 'edit_ads_txt' ); define( 'ADS_TXT_MANAGER_POST_OPTION', 'adstxt_post' ); define( 'APP_ADS_TXT_MANAGER_POST_OPTION', 'app_adstxt_post' ); diff --git a/package-lock.json b/package-lock.json index b4f0915..d061794 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@10up/ads-txt", - "version": "1.4.4", + "version": "1.4.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@10up/ads-txt", - "version": "1.4.4", + "version": "1.4.5", "license": "GPL-2.0-or-later", "devDependencies": { "@wordpress/env": "^9.2.0", diff --git a/package.json b/package.json index f80dbe8..d02ad06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@10up/ads-txt", - "version": "1.4.4", + "version": "1.4.5", "description": "Create, manage, and validate your ads.txt and app-ads.txt from within WordPress, just like any other content asset.", "homepage": "https://github.com/10up/ads-txt", "bugs": { diff --git a/readme.txt b/readme.txt index 10c0ac8..c3bd987 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: 10up, helen, adamsilverstein, jakemgold, peterwilsoncc, jeffpaul Tags: ads.txt, app-ads.txt, ads, ad manager, advertising Tested up to: 6.6 -Stable tag: 1.4.4 +Stable tag: 1.4.5 License: GPL-2.0-or-later License URI: https://spdx.org/licenses/GPL-2.0-or-later.html From 1e695258971021a47d1580173e4955fd3be04c6d Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Wed, 25 Sep 2024 09:24:26 -0600 Subject: [PATCH 2/2] Update changelogs --- CHANGELOG.md | 15 +++++++++++++++ readme.txt | 5 +++++ 2 files changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f50291..9eaae85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file, per [the Ke ## [Unreleased] - TBD +## [1.4.5] - 2024-09-26 +**Note that this release bumps the WordPress minimum version from 6.3 to 6.4.** + +### Changed +- Bump WordPress "tested up to" version 6.6 (props [@ankitguptaindia](https://github.com/ankitguptaindia), [@jeffpaul](https://github.com/jeffpaul), [@sudip-md](https://github.com/sudip-md) via [#172](https://github.com/10up/ads-txt/pull/172), [#173](https://github.com/10up/ads-txt/pull/173)). +- Bump WordPress minimum supported version from 6.3 to 6.4 (props [@ankitguptaindia](https://github.com/ankitguptaindia), [@jeffpaul](https://github.com/jeffpaul), [@sudip-md](https://github.com/sudip-md) via [#172](https://github.com/10up/ads-txt/pull/172), [#173](https://github.com/10up/ads-txt/pull/173)). + +### Security +- Bump `braces` from 3.0.2 to 3.0.3 (props [@dependabot](https://github.com/apps/dependabot), [@iamdharmesh](https://github.com/iamdharmesh) via [#168](https://github.com/10up/ads-txt/pull/168)). + +### Developer +- Update repo badges, add WordPress Playground badge (props [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#175](https://github.com/10up/ads-txt/pull/175)). +- Add the plugin banner image to the `README.md` file (props [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#176](https://github.com/10up/ads-txt/pull/176)). + ## [1.4.4] - 2024-06-26 ### Added - Placeholder record can be added with no authorized sellers or buyers (props [@ankitrox](https://github.com/ankitrox), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#129](https://github.com/10up/ads-txt/pull/129)). @@ -126,6 +140,7 @@ All notable changes to this project will be documented in this file, per [the Ke - Initial plugin release [Unreleased]: https://github.com/10up/ads-txt/compare/trunk...develop +[1.4.5]: https://github.com/10up/ads-txt/compare/1.4.4...1.4.5 [1.4.4]: https://github.com/10up/ads-txt/compare/1.4.3...1.4.4 [1.4.3]: https://github.com/10up/ads-txt/compare/1.4.2...1.4.3 [1.4.2]: https://github.com/10up/ads-txt/compare/1.4.1...1.4.2 diff --git a/readme.txt b/readme.txt index c3bd987..3a224dd 100644 --- a/readme.txt +++ b/readme.txt @@ -50,6 +50,11 @@ You will need to rename or remove the existing (app-)ads.txt file (keeping a cop == Changelog == += 1.4.5 - 2024-09-26 = +* **Changed:** Bump WordPress "tested up to" version 6.6 (props [@ankitguptaindia](https://github.com/ankitguptaindia), [@jeffpaul](https://github.com/jeffpaul), [@sudip-md](https://github.com/sudip-md) via [#172](https://github.com/10up/ads-txt/pull/172), [#173](https://github.com/10up/ads-txt/pull/173)). +* **Changed:** Bump WordPress minimum supported version from 6.3 to 6.4 (props [@ankitguptaindia](https://github.com/ankitguptaindia), [@jeffpaul](https://github.com/jeffpaul), [@sudip-md](https://github.com/sudip-md) via [#172](https://github.com/10up/ads-txt/pull/172), [#173](https://github.com/10up/ads-txt/pull/173)). +* **Security:** Bump `braces` from 3.0.2 to 3.0.3 (props [@dependabot](https://github.com/apps/dependabot), [@iamdharmesh](https://github.com/iamdharmesh) via [#168](https://github.com/10up/ads-txt/pull/168)). + = 1.4.4 - 2024-06-26 = * **Added:** Placeholder record can be added with no authorized sellers or buyers (props [@ankitrox](https://github.com/ankitrox), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#129](https://github.com/10up/ads-txt/pull/129)). * **Changed:** Bump WordPress "tested up to" version 6.5 (props [@zamanq](https://github.com/zamanq), [@QAharshalkadu](https://github.com/QAharshalkadu), [@jeffpaul](https://github.com/jeffpaul), [@qasumitbagthariya](https://github.com/qasumitbagthariya), [@sudip-md](https://github.com/sudip-md) via [#152](https://github.com/10up/ads-txt/pull/152), [#156](https://github.com/10up/ads-txt/pull/156), [#162](https://github.com/10up/ads-txt/issues/162)).