From 1788b67fe0a4b34b33d86a85431b88c7e8580822 Mon Sep 17 00:00:00 2001 From: Michael Phillips Date: Thu, 25 Jun 2026 17:07:41 -0700 Subject: [PATCH 1/2] 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/2] 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: