From 75aeef9a9685d78e6add379839ae9b28b6f61fde Mon Sep 17 00:00:00 2001 From: Ankit K Date: Fri, 5 Jul 2024 14:48:34 +0530 Subject: [PATCH 1/4] WP version bump --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 28e6da7..10c0ac8 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === Ads.txt Manager === Contributors: 10up, helen, adamsilverstein, jakemgold, peterwilsoncc, jeffpaul Tags: ads.txt, app-ads.txt, ads, ad manager, advertising -Tested up to: 6.5 +Tested up to: 6.6 Stable tag: 1.4.4 License: GPL-2.0-or-later License URI: https://spdx.org/licenses/GPL-2.0-or-later.html From fe62719190e7498691c7df7b89801b8939fc9781 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 5 Jul 2024 11:58:30 -0500 Subject: [PATCH 2/4] update wp minimum for tests to 6.4 --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index e70ad88..d51df6d 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -19,7 +19,7 @@ jobs: matrix: core: - {name: 'WP latest', version: 'latest'} - - {name: 'WP minimum', version: 'WordPress/WordPress#6.3'} + - {name: 'WP minimum', version: 'WordPress/WordPress#6.4'} - {name: 'WP trunk', version: 'WordPress/WordPress#master'} steps: - name: Checkout From 986d1eb254ec4609cc8888f50136116a7ebfb9af Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 5 Jul 2024 11:58:46 -0500 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29bfdfb..2716225 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Yes! However, if you are using a subfolder installation it will only work for th ## Requirements * Requires PHP 7.4+. -* Requires WordPress 6.3+. +* Requires WordPress 6.4+. * Ad blockers may break syntax highlighting and pre-save error checking on the edit screen. See [#20](https://github.com/10up/ads-txt/issues/20). * Rewrites need to be enabled. Without rewrites, WordPress cannot know to supply `/ads.txt` when requested. * Your site URL must not contain a path (e.g. `https://example.com/site/` or path-based multisite installs). While the plugin will appear to function in the admin, it will not display the contents at `https://example.com/site/ads.txt`. This is because the plugin follows the IAB spec, which requires that the ads.txt file be located at the root of a domain or subdomain. From 19034c599b48002a1c0f69eaa71521d4d9fe0c3a Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 5 Jul 2024 11:59:05 -0500 Subject: [PATCH 4/4] Update ads-txt.php --- ads-txt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ads-txt.php b/ads-txt.php index 08c0451..7432805 100644 --- a/ads-txt.php +++ b/ads-txt.php @@ -4,7 +4,7 @@ * 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 - * Requires at least: 6.3 + * Requires at least: 6.4 * Requires PHP: 7.4 * Author: 10up * Author URI: https://10up.com