diff --git a/changelog.txt b/changelog.txt index a3029a1f77f..e030a2adec6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,7 +1,12 @@ +3.1.14 / 2024-12-20 +=================== +# Bug Fix +* Improve nonce handling and permissions in crop settings API. [#2624](https://github.com/godaddy-wordpress/coblocks/pull/2624) + 3.1.13 / 2024-07-26 =================== -# Bug fix -* Fix block migration error without dependency [#2619](https://github.com/godaddy-wordpress/coblocks/pull/2619) +# Bug fix +* Fix block migration error without dependency [#2619](https://github.com/godaddy-wordpress/coblocks/pull/2619) * Fix unescaped excerpts in Post Carousel Block - Thank you CleanTalk and Dmitrii Ignatyev [#2618](https://github.com/godaddy-wordpress/coblocks/pull/2618) 3.1.12 / 2024-06-24 diff --git a/readme.txt b/readme.txt index ef2207561d2..f2ced50c016 100644 --- a/readme.txt +++ b/readme.txt @@ -125,6 +125,10 @@ CoBlocks is designed to support the last two major versions of WordPress that ar == Changelog == += 3.1.14 / 2024-12-20 = +# Bug Fix +* Improve nonce handling and permissions in crop settings API. [#2624](https://github.com/godaddy-wordpress/coblocks/pull/2624) + = 3.1.13 / 2024-07-25 = # Bug fix * Fix block migration error without dependency [#2619](https://github.com/godaddy-wordpress/coblocks/pull/2619)