From 45864c9fffdac4771af8f4bc6b403a5d9a748da5 Mon Sep 17 00:00:00 2001 From: Adam Frank Date: Tue, 24 May 2022 15:27:30 -0400 Subject: [PATCH] Changelog 2.24.0 --- changelog.txt | 11 +++++++++++ readme.txt | 9 ++++++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 4db93b5fb40..6444f7fe4ae 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,15 @@ +2.24.0 / 2022-05-24 +=================== +### Enhancements +* Allow all blocks to use animations [#2335](https://github.com/godaddy-wordpress/coblocks/pull/2335) + +### Misc +* Bump Tested up to version to 6.0 [#2383](https://github.com/godaddy-wordpress/coblocks/pull/2383) +* Remove extraneous element from extensions HoC [#2334](https://github.com/godaddy-wordpress/coblocks/pull/2334) +* Reintroduce transformation unit tests for CoBlocks Galleries to Core [#2382](https://github.com/godaddy-wordpress/coblocks/pull/2382) +* Fix automated tests for WP 6.0 [#2381](https://github.com/godaddy-wordpress/coblocks/pull/2381), [#2376](https://github.com/godaddy-wordpress/coblocks/pull/2376), [#2380](https://github.com/godaddy-wordpress/coblocks/pull/2380) + 2.23.1 / 2022-05-16 =================== ### Bug fixes diff --git a/readme.txt b/readme.txt index dbf42d51469..c97e5f10c5a 100644 --- a/readme.txt +++ b/readme.txt @@ -122,8 +122,11 @@ Developers can also apply minor style touch-ups to their themes if necessary. If == Changelog == -### Bug fixes -* Fix issue preventing the widgets page from showing [#2378](https://github.com/godaddy-wordpress/coblocks/pull/2378) +### Enhancements +* Allow all blocks to use animations [#2335](https://github.com/godaddy-wordpress/coblocks/pull/2335) ### Misc -* Update WordPress dependencies [#2379](https://github.com/godaddy-wordpress/coblocks/pull/2379) +* Bump Tested up to version to 6.0 [#2383](https://github.com/godaddy-wordpress/coblocks/pull/2383) +* Remove extraneous element from extensions HoC [#2334](https://github.com/godaddy-wordpress/coblocks/pull/2334) +* Reintroduce transformation unit tests for CoBlocks Galleries to Core [#2382](https://github.com/godaddy-wordpress/coblocks/pull/2382) +* Fix automated tests for WP 6.0 [#2381](https://github.com/godaddy-wordpress/coblocks/pull/2381), [#2376](https://github.com/godaddy-wordpress/coblocks/pull/2376), [#2380](https://github.com/godaddy-wordpress/coblocks/pull/2380) \ No newline at end of file