diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index a6aa29d2004..83d398c57f3 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -26,3 +26,5 @@ This list is manually curated to include valuable contributions by volunteers th | @andreilupu | @euthelup | | @alexdenning | @alexdenning | | @p-jackson | | +| @gmays | | +| @brandonpayton | | \ No newline at end of file diff --git a/changelog.txt b/changelog.txt index 719f91280ba..e799440c05e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,25 @@ +1.22.0 / 2020-03-04 +=================== + +### Enhancements +* Control Food Item block headings from the parent Food and Drinks block [#1381](https://github.com/godaddy-wordpress/coblocks/pull/1381) +* Introduce 29 new icons into the icon block [#1398](https://github.com/godaddy-wordpress/coblocks/pull/1398) +* Make the available Google Fonts filterable [#1386](https://github.com/godaddy-wordpress/coblocks/pull/1386) +* Migrate Row block to variations API [#1372](https://github.com/godaddy-wordpress/coblocks/pull/1372) +* Persist Accordion block open state when editing a post [#1393](https://github.com/godaddy-wordpress/coblocks/pull/1393) +* Support new block collection functionality in WordPress 5.4 [#1367](https://github.com/godaddy-wordpress/coblocks/pull/1367) +* WordPress 5.4 compatibility changes to CoBlocks [#1380](https://github.com/godaddy-wordpress/coblocks/pull/1380) + +### Bug Fixes +* Conditionally enqueue slick.js for Events block [#1379](https://github.com/godaddy-wordpress/coblocks/pull/1379) +* Fix Row block placeholder spacing [#1400](https://github.com/godaddy-wordpress/coblocks/pull/1400) + +### Misc +* Add automated testing of block save functions [#1350](https://github.com/godaddy-wordpress/coblocks/pull/1350), [#1378](https://github.com/godaddy-wordpress/coblocks/pull/1378), [#1357](https://github.com/godaddy-wordpress/coblocks/pull/1357), [#1348](https://github.com/godaddy-wordpress/coblocks/pull/1348) +* Callout Go as a companion theme in the readme [#1382](https://github.com/godaddy-wordpress/coblocks/pull/1382) +* Update Form block variable names [#1373](https://github.com/godaddy-wordpress/coblocks/pull/1373) + 1.21.1 / 2020-02-20 =================== diff --git a/readme.txt b/readme.txt index 38f9a512fd2..da0be9bbc1e 100644 --- a/readme.txt +++ b/readme.txt @@ -123,11 +123,20 @@ Developers can also apply minor style touch-ups to their themes if necessary. If == Changelog == +### Enhancements +* Control Food Item block headings from the parent Food and Drinks block [#1381](https://github.com/godaddy-wordpress/coblocks/pull/1381) +* Introduce 29 new icons into the icon block [#1398](https://github.com/godaddy-wordpress/coblocks/pull/1398) +* Make the available Google Fonts filterable [#1386](https://github.com/godaddy-wordpress/coblocks/pull/1386) +* Migrate Row block to variations API [#1372](https://github.com/godaddy-wordpress/coblocks/pull/1372) +* Persist Accordion block open state when editing a post [#1393](https://github.com/godaddy-wordpress/coblocks/pull/1393) +* Support new block collection functionality in WordPress 5.4 [#1367](https://github.com/godaddy-wordpress/coblocks/pull/1367) +* WordPress 5.4 compatibility changes to CoBlocks [#1380](https://github.com/godaddy-wordpress/coblocks/pull/1380) + ### Bug Fixes -* Fix some images being completely black when filtered in the Logos block [#1358](https://github.com/godaddy-wordpress/coblocks/pull/1358) -* Implement blockVariationPicker with Form block [#1355](https://github.com/godaddy-wordpress/coblocks/pull/1355) +* Conditionally enqueue slick.js for Events block [#1379](https://github.com/godaddy-wordpress/coblocks/pull/1379) +* Fix Row block placeholder spacing [#1400](https://github.com/godaddy-wordpress/coblocks/pull/1400) ### Misc -* Bring back one column variation to the Row block by popular demand [#1368](https://github.com/godaddy-wordpress/coblocks/pull/1368) -* Add documentation for editor settings hooks [#1366](https://github.com/godaddy-wordpress/coblocks/pull/1366) -* Move Features/Services HeadingToolbar controls to block toolbar [#1352](https://github.com/godaddy-wordpress/coblocks/pull/1352) +* Add automated testing of block save functions [#1350](https://github.com/godaddy-wordpress/coblocks/pull/1350), [#1378](https://github.com/godaddy-wordpress/coblocks/pull/1378), [#1357](https://github.com/godaddy-wordpress/coblocks/pull/1357), [#1348](https://github.com/godaddy-wordpress/coblocks/pull/1348) +* Callout Go as a companion theme in the readme [#1382](https://github.com/godaddy-wordpress/coblocks/pull/1382) +* Update Form block variable names [#1373](https://github.com/godaddy-wordpress/coblocks/pull/1373)