diff --git a/CHANGELOG.md b/CHANGELOG.md index 316eac0..95dc5eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file, per [the Ke ## [Unreleased] - TBD +## [1.1.3] - 2023-11-16 +### Changed +- Bump WordPress "tested up to" version to 6.4 (props [@QAharshalkadu](https://github.com/QAharshalkadu), [@jeffpaul](https://github.com/jeffpaul) via [#190](https://github.com/10up/maps-block-apple/pull/190), [#191](https://github.com/10up/maps-block-apple/pull/191)). + ## [1.1.2] - 2023-10-16 ### Changed - Bump WordPress "tested up to" version to 6.3 (props [@QAharshalkadu](https://github.com/QAharshalkadu), [@jeffpaul](https://github.com/jeffpaul) via [#179](https://github.com/10up/maps-block-apple/pull/179)). @@ -143,6 +147,7 @@ All notable changes to this project will be documented in this file, per [the Ke - Initial private release of Block for Apple Maps plugin. [Unreleased]: https://github.com/10up/maps-block-apple/compare/trunk...develop +[1.1.3]: https://github.com/10up/maps-block-apple/compare/1.1.2...1.1.3 [1.1.2]: https://github.com/10up/maps-block-apple/compare/1.1.1...1.1.2 [1.1.1]: https://github.com/10up/maps-block-apple/compare/1.1.0...1.1.1 [1.1.0]: https://github.com/10up/maps-block-apple/compare/1.0.3...1.1.0 diff --git a/maps-block-apple.php b/maps-block-apple.php index f91f34c..6c1df12 100644 --- a/maps-block-apple.php +++ b/maps-block-apple.php @@ -3,7 +3,7 @@ * Plugin Name: Block for Apple Maps * Plugin URI: https://github.com/10up/maps-block-apple * Description: An Apple Maps block for the WordPress block editor (Gutenberg). - * Version: 1.1.2 + * Version: 1.1.3 * Requires at least: 5.8 * Requires PHP: 7.4 * Author: 10up @@ -18,7 +18,7 @@ namespace tenup\Maps_Block_Apple; // Useful global constants. -define( 'MAPS_BLOCK_APPLE_VERSION', '1.1.2' ); +define( 'MAPS_BLOCK_APPLE_VERSION', '1.1.3' ); define( 'MAPS_BLOCK_APPLE_URL', plugin_dir_url( __FILE__ ) ); define( 'MAPS_BLOCK_APPLE_PATH', dirname( __FILE__ ) . '/' ); define( 'MAPS_BLOCK_APPLE_INC', MAPS_BLOCK_APPLE_PATH . 'includes/' ); diff --git a/package-lock.json b/package-lock.json index 38ef194..3e8ef2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maps-block-apple", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "maps-block-apple", - "version": "1.1.2", + "version": "1.1.3", "license": "GPL-2.0-only", "devDependencies": { "@10up/cypress-wp-utils": "^0.2.0", diff --git a/package.json b/package.json index cd8d634..dcbaf18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maps-block-apple", - "version": "1.1.2", + "version": "1.1.3", "description": "An Apple Maps block for the WordPress block editor (Gutenberg).", "author": { "name": "10up", diff --git a/readme.txt b/readme.txt index fb94d9a..0a4eb88 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: apple maps, map block, block Requires at least: 5.8 Tested up to: 6.4 Requires PHP: 7.4 -Stable tag: 1.1.2 +Stable tag: 1.1.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -72,6 +72,9 @@ Yes, you can track your MapKit JS useage on the [MapKit JS Developer Dashboard]( == Changelog == += 1.1.3 - 2023-11-16 = +* **Changed:** Bump WordPress "tested up to" version to 6.4 (props [@QAharshalkadu](https://github.com/QAharshalkadu), [@jeffpaul](https://github.com/jeffpaul) via [#190](https://github.com/10up/maps-block-apple/pull/190), [#191](https://github.com/10up/maps-block-apple/pull/191)). + = 1.1.2 - 2023-10-16 = * **Changed:** Bump WordPress "tested up to" version to 6.3 (props [@QAharshalkadu](https://github.com/QAharshalkadu), [@jeffpaul](https://github.com/jeffpaul) via [#179](https://github.com/10up/maps-block-apple/pull/179)). * **Fixed:** Ensure our Mapkit JS only loads when a Map block is in place (props [@jayedul](https://github.com/jayedul), [@fabiankaegy](https://github.com/fabiankaegy), [@faisal-alvi](https://github.com/faisal-alvi) via [#161](https://github.com/10up/maps-block-apple/pull/161)).