From 8ac41dd26b050b34b46d17a0b4ed79d07181d1ac Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Mon, 2 Dec 2024 11:18:45 +1100 Subject: [PATCH] Require WP 6.6 following WP-Scripts update. --- .github/workflows/cypress.yml | 2 +- README.md | 2 +- retro-webamp-block.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 7f39174..2361087 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -17,7 +17,7 @@ jobs: matrix: core: - {name: 'WP latest', version: 'latest'} - - {name: 'WP minimum', version: 'WordPress/WordPress#6.5'} + - {name: 'WP minimum', version: 'WordPress/WordPress#6.6'} - {name: 'WP trunk', version: 'WordPress/WordPress#master'} steps: - name: Checkout diff --git a/README.md b/README.md index d69334c..f1b04fb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Do you miss the days of filling up your computer's harddrive with MP3 files, bur ## Requirements * PHP >=7.4 -* [WordPress](http://wordpress.org/) >=6.5 +* [WordPress](http://wordpress.org/) >=6.6 ## Installation diff --git a/retro-webamp-block.php b/retro-webamp-block.php index 7694a2c..014affc 100644 --- a/retro-webamp-block.php +++ b/retro-webamp-block.php @@ -4,7 +4,7 @@ * Plugin URI: https://wordpress.org/plugins/retro-winamp-block/ * Description: A Winamp-styled audio block for all your retro music player needs. * Version: 1.3.2 - * Requires at least: 6.5 + * Requires at least: 6.6 * Requires PHP: 7.4 * Author: 10up * Author URI: https://10up.com