From 21b94120cc0c21cb367d4348a30a0bbe42a9d6cf Mon Sep 17 00:00:00 2001 From: mehidi258 Date: Tue, 12 Nov 2024 12:04:45 +0600 Subject: [PATCH] Bump tested upto version and minimum wp version --- .github/workflows/cypress.yml | 2 +- README.md | 2 +- maps-block-apple.php | 2 +- readme.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index b904ab2..59b9aea 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.4'} + - {name: 'WP minimum', version: 'WordPress/WordPress#6.5'} - {name: 'WP trunk', version: 'WordPress/WordPress#master'} steps: - name: Checkout diff --git a/README.md b/README.md index 22c09f6..80678a6 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.4+ +* [WordPress](http://wordpress.org/) 6.5+ * 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 42f19bb..99fc91f 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.4 + * Requires at least: 6.5 * Requires PHP: 7.4 * Author: 10up * Author URI: https://10up.com diff --git a/readme.txt b/readme.txt index 0f97184..ca30e21 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === Block for Apple Maps === Contributors: 10up, helen, welcher, fabiankaegy, dinhtungdu, jeffpaul Tags: apple maps, map block, block -Tested up to: 6.6 +Tested up to: 6.7 Stable tag: 1.1.4 License: GPL-2.0-or-later License URI: https://spdx.org/licenses/GPL-2.0-or-later.html