From f3f3f1d717af3a780dd49028c22eff7032cb3742 Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Wed, 15 Nov 2023 10:33:11 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ readme.txt | 3 +++ 2 files changed, 8 insertions(+) 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/readme.txt b/readme.txt index 22ac320..0a4eb88 100644 --- a/readme.txt +++ b/readme.txt @@ -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)).