Skip to content

Commit 41d3ee8

Browse files
committed
Merge branch 'develop' into trunk
2 parents 6448cca + cebfb39 commit 41d3ee8

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file, per [the Ke
44

55
## [Unreleased] - TBD
66

7+
## [1.1.3] - 2023-11-16
8+
### Changed
9+
- 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)).
10+
711
## [1.1.2] - 2023-10-16
812
### Changed
913
- 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
143147
- Initial private release of Block for Apple Maps plugin.
144148

145149
[Unreleased]: https://github.com/10up/maps-block-apple/compare/trunk...develop
150+
[1.1.3]: https://github.com/10up/maps-block-apple/compare/1.1.2...1.1.3
146151
[1.1.2]: https://github.com/10up/maps-block-apple/compare/1.1.1...1.1.2
147152
[1.1.1]: https://github.com/10up/maps-block-apple/compare/1.1.0...1.1.1
148153
[1.1.0]: https://github.com/10up/maps-block-apple/compare/1.0.3...1.1.0

maps-block-apple.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Block for Apple Maps
44
* Plugin URI: https://github.com/10up/maps-block-apple
55
* Description: An Apple Maps block for the WordPress block editor (Gutenberg).
6-
* Version: 1.1.2
6+
* Version: 1.1.3
77
* Requires at least: 5.8
88
* Requires PHP: 7.4
99
* Author: 10up
@@ -18,7 +18,7 @@
1818
namespace tenup\Maps_Block_Apple;
1919

2020
// Useful global constants.
21-
define( 'MAPS_BLOCK_APPLE_VERSION', '1.1.2' );
21+
define( 'MAPS_BLOCK_APPLE_VERSION', '1.1.3' );
2222
define( 'MAPS_BLOCK_APPLE_URL', plugin_dir_url( __FILE__ ) );
2323
define( 'MAPS_BLOCK_APPLE_PATH', dirname( __FILE__ ) . '/' );
2424
define( 'MAPS_BLOCK_APPLE_INC', MAPS_BLOCK_APPLE_PATH . 'includes/' );

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maps-block-apple",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "An Apple Maps block for the WordPress block editor (Gutenberg).",
55
"author": {
66
"name": "10up",

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: apple maps, map block, block
44
Requires at least: 5.8
55
Tested up to: 6.4
66
Requires PHP: 7.4
7-
Stable tag: 1.1.2
7+
Stable tag: 1.1.3
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -72,6 +72,9 @@ Yes, you can track your MapKit JS useage on the [MapKit JS Developer Dashboard](
7272

7373
== Changelog ==
7474

75+
= 1.1.3 - 2023-11-16 =
76+
* **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)).
77+
7578
= 1.1.2 - 2023-10-16 =
7679
* **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)).
7780
* **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)).

0 commit comments

Comments
 (0)