From 1788b67fe0a4b34b33d86a85431b88c7e8580822 Mon Sep 17 00:00:00 2001 From: Michael Phillips Date: Thu, 25 Jun 2026 17:07:41 -0700 Subject: [PATCH 1/5] Update WordPress version compatibility Bump "Requires at least" to 6.8 and "Tested up to" to 7.0. --- ad-refresh-control.php | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ad-refresh-control.php b/ad-refresh-control.php index 316526c..85ecaef 100644 --- a/ad-refresh-control.php +++ b/ad-refresh-control.php @@ -4,7 +4,7 @@ * Plugin URI: https://github.com/10up/Ad-Refresh-Control * Description: Enable Active View refresh for Google Ad Manager ads without needing to modify any code. * Version: 1.1.5 - * Requires at least: 6.6 + * Requires at least: 6.8 * Requires PHP: 7.4 * Author: 10up * Author URI: https://10up.com diff --git a/readme.txt b/readme.txt index d8bdcb7..2a278fc 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === Ad Refresh Control === Contributors: 10up, doomwaxer, davidrgreen, jeffpaul Tags: google, ad manager -Tested up to: 6.9 +Tested up to: 7.0 Stable tag: 1.1.5 License: GPL-2.0-or-later License URI: https://spdx.org/licenses/GPL-2.0-or-later.html From 0591e63aae8c95656c6e13c38c359461968a63ca Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 6 Aug 2026 11:54:01 -0500 Subject: [PATCH 2/5] Update WordPress minimum version to 6.8 --- .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 e98722c..0342c50 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -24,7 +24,7 @@ jobs: matrix: core: - {name: 'WP latest', version: 'latest'} - - {name: 'WP minimum', version: 'WordPress/WordPress#6.6'} + - {name: 'WP minimum', version: 'WordPress/WordPress#6.8'} - {name: 'WP trunk', version: 'WordPress/WordPress#master'} steps: From f5431fecf56ef44f7d0b8f76657c481ac3f1fdcc Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Mon, 31 Aug 2026 11:13:24 +1000 Subject: [PATCH 3/5] Move requires at least header to readme.txt. --- ad-refresh-control.php | 1 - readme.txt | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ad-refresh-control.php b/ad-refresh-control.php index 85ecaef..098ea5d 100644 --- a/ad-refresh-control.php +++ b/ad-refresh-control.php @@ -4,7 +4,6 @@ * Plugin URI: https://github.com/10up/Ad-Refresh-Control * Description: Enable Active View refresh for Google Ad Manager ads without needing to modify any code. * Version: 1.1.5 - * Requires at least: 6.8 * Requires PHP: 7.4 * Author: 10up * Author URI: https://10up.com diff --git a/readme.txt b/readme.txt index 2a278fc..8a6ee01 100644 --- a/readme.txt +++ b/readme.txt @@ -2,6 +2,7 @@ Contributors: 10up, doomwaxer, davidrgreen, jeffpaul Tags: google, ad manager Tested up to: 7.0 +Requires at least: 6.8 Stable tag: 1.1.5 License: GPL-2.0-or-later License URI: https://spdx.org/licenses/GPL-2.0-or-later.html @@ -45,7 +46,7 @@ __Slot IDs to Exclude__: Prevent ad refreshes for specific slot IDs in the forma = Where do I report security bugs found in this plugin? = -Please report security bugs found in the source code of the Ad Refresh Control plugin through the [Patchstack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/f87546b2-9abb-4cc0-96ed-38b6f8957286). The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin. +Please report security bugs found in the source code of the Ad Refresh Control plugin through the [Patchstack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/f87546b2-9abb-4cc0-96ed-38b6f8957286). The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin. == Screenshots == From d2358858f9d348f154f81a4383de67190fc2441c Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Mon, 31 Aug 2026 11:27:12 +1000 Subject: [PATCH 4/5] Indicate support for WordPress 7.1. --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 8a6ee01..b20575a 100644 --- a/readme.txt +++ b/readme.txt @@ -1,8 +1,8 @@ === Ad Refresh Control === Contributors: 10up, doomwaxer, davidrgreen, jeffpaul Tags: google, ad manager -Tested up to: 7.0 Requires at least: 6.8 +Tested up to: 7.1 Stable tag: 1.1.5 License: GPL-2.0-or-later License URI: https://spdx.org/licenses/GPL-2.0-or-later.html From a1f6a289d986e2c8433ac416db9829bfe0a9ebe0 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Mon, 31 Aug 2026 11:27:32 +1000 Subject: [PATCH 5/5] Bump minimum supported version of WP to 6.9. --- .github/workflows/cypress.yml | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 0342c50..c9644a6 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -24,7 +24,7 @@ jobs: matrix: core: - {name: 'WP latest', version: 'latest'} - - {name: 'WP minimum', version: 'WordPress/WordPress#6.8'} + - {name: 'WP minimum', version: 'WordPress/WordPress#6.9'} - {name: 'WP trunk', version: 'WordPress/WordPress#master'} steps: diff --git a/readme.txt b/readme.txt index b20575a..44e0e78 100644 --- a/readme.txt +++ b/readme.txt @@ -1,8 +1,8 @@ === Ad Refresh Control === Contributors: 10up, doomwaxer, davidrgreen, jeffpaul Tags: google, ad manager -Requires at least: 6.8 Tested up to: 7.1 +Requires at least: 6.9 Stable tag: 1.1.5 License: GPL-2.0-or-later License URI: https://spdx.org/licenses/GPL-2.0-or-later.html