From ed5889d390a1f6e96dd632acd0ebad5e6588660d Mon Sep 17 00:00:00 2001 From: Fabian Todt Date: Mon, 2 Sep 2024 14:01:31 +0200 Subject: [PATCH] wp 6.6 compat testing --- .wordpress-org/blueprints/blueprint.json | 2 +- .wp-env.json | 10 +++++----- readme.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.wordpress-org/blueprints/blueprint.json b/.wordpress-org/blueprints/blueprint.json index ffe2d1f..22e799f 100644 --- a/.wordpress-org/blueprints/blueprint.json +++ b/.wordpress-org/blueprints/blueprint.json @@ -2,7 +2,7 @@ "$schema": "https://playground.wordpress.net/blueprint-schema.json", "preferredVersions": { "php": "8.1", - "wp": "6.4" + "wp": "6.6" }, "features": { "networking": true diff --git a/.wp-env.json b/.wp-env.json index ca5ebb1..cfeb7e3 100644 --- a/.wp-env.json +++ b/.wp-env.json @@ -1,7 +1,7 @@ { - "phpVersion": "8.2", - "core": "WordPress/WordPress#6.5", - "mappings": { - "wp-content/plugins/good-slider": "./" - } + "phpVersion": "8.2", + "core": "WordPress/WordPress#6.6", + "mappings": { + "wp-content/plugins/good-slider": "./" + } } diff --git a/readme.txt b/readme.txt index d681eaa..e0064d4 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: goodwpio, gaambo Tags: block, slider, swiper Requires at least: 6.2 Requires PHP: 8.1 -Tested up to: 6.5 +Tested up to: 6.6 Stable tag: 3.1.0 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0.html