From b315c6fc92f726688b1300b6a4fe12475a66eb4c Mon Sep 17 00:00:00 2001 From: wpalani Date: Tue, 16 Jul 2024 15:35:01 -0700 Subject: [PATCH] Add wp 6.6 compatibility flag --- .wp-env.json | 2 +- bluehost-wordpress-plugin.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.wp-env.json b/.wp-env.json index 864f152fe..5a4b2ab44 100644 --- a/.wp-env.json +++ b/.wp-env.json @@ -1,5 +1,5 @@ { - "core": "WordPress/WordPress#tags/6.5.5", + "core": "WordPress/WordPress#tags/6.6", "config": { "WP_DEBUG": true, "WP_DEBUG_LOG": true, diff --git a/bluehost-wordpress-plugin.php b/bluehost-wordpress-plugin.php index c3cc6415f..d59e57e3e 100644 --- a/bluehost-wordpress-plugin.php +++ b/bluehost-wordpress-plugin.php @@ -15,7 +15,7 @@ * Version: 3.13.1 * Requires at least: 6.0 * Requires PHP: 7.1 - * Tested up to: 6.5.5 + * Tested up to: 6.6 * Author: Bluehost * Author URI: https://bluehost.com * Text Domain: wp-plugin-bluehost