From 892d85e8a56edf1efd43382ea4d4c90d0859f7f7 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Mon, 2 Dec 2024 11:00:21 +1100 Subject: [PATCH] Bump minimum WP version following update to WP-Scripts. --- .github/workflows/cypress.yml | 2 +- README.md | 2 +- maps-block-apple.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 59b9aea..a65eea5 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -16,7 +16,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 80678a6..d334086 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This plugin integrates Apple's [MapKit JS](https://developer.apple.com/maps/mapk ## Requirements * PHP 7.4+ -* [WordPress](http://wordpress.org/) 6.5+ +* [WordPress](http://wordpress.org/) 6.6+ * Due to the requirements applied by Apple to use Apple Maps ([MapkitJS](https://developer.apple.com/maps/mapkitjs/)), Apple Maps for WordPress requires an [Apple Developer](https://developer.apple.com/) [account](https://developer.apple.com/account/) and enrollment within the [Apple Developer Program](https://developer.apple.com/programs/). ## Installation diff --git a/maps-block-apple.php b/maps-block-apple.php index 99fc91f..a803fc4 100644 --- a/maps-block-apple.php +++ b/maps-block-apple.php @@ -4,7 +4,7 @@ * Plugin URI: https://github.com/10up/maps-block-apple * Description: An Apple Maps block for the WordPress block editor (Gutenberg). * Version: 1.1.4 - * Requires at least: 6.5 + * Requires at least: 6.6 * Requires PHP: 7.4 * Author: 10up * Author URI: https://10up.com