Skip to content

Commit

Permalink
Merge pull request #178 from 10up/release/1.4.5
Browse files Browse the repository at this point in the history
Release/1.4.5
  • Loading branch information
dkotter authored Sep 26, 2024
2 parents 84c243b + 1e69525 commit 7db7978
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions ads-txt.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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' );
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)).
Expand Down

0 comments on commit 7db7978

Please sign in to comment.