From 6adf338c8242b56d46ecf3b4dc86acd7778b5208 Mon Sep 17 00:00:00 2001 From: Evan Herman Date: Fri, 20 Dec 2024 16:30:20 -0500 Subject: [PATCH] Update changelog for 3.1.14 release --- changelog.txt | 9 +++++++-- readme.txt | 4 ++++ 2 files changed, 11 insertions(+), 2 deletions(-) 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)