Skip to content

Commit

Permalink
update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLedesma committed Nov 14, 2022
1 parent bbc66d0 commit ef613bc
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 27 deletions.
31 changes: 17 additions & 14 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,31 +1,36 @@
2.25.1 / 2022-11-14
===================
### Enhancements
* Enhance a11y accessibility across blocks. [#2430](https://github.com/godaddy-wordpress/coblocks/pull/2430)

### Bug fixes
* Improve reliability of Site Design controls. [#2442](https://github.com/godaddy-wordpress/coblocks/pull/2442)

2.25.0 / 2022-11-03
===================

### Enhancements
* Compatibility with WP 6.1 [#2439](https://github.com/godaddy-wordpress/coblocks/pull/2439)
* Drop support for PHP 5.6 [#2408](https://github.com/godaddy-wordpress/coblocks/pull/2408)
* Introduce Accessibility tests for CoBlocks [#2427](https://github.com/godaddy-wordpress/coblocks/pull/2427)
* Disable color controls for WordPress 6.1+ [#2420](https://github.com/godaddy-wordpress/coblocks/pull/2420)
* Compatibility with WP 6.1 [#2439](https://github.com/godaddy-wordpress/coblocks/pull/2439)
* Drop support for PHP 5.6 [#2408](https://github.com/godaddy-wordpress/coblocks/pull/2408)
* Introduce Accessibility tests for CoBlocks [#2427](https://github.com/godaddy-wordpress/coblocks/pull/2427)
* Disable color controls for WordPress 6.1+ [#2420](https://github.com/godaddy-wordpress/coblocks/pull/2420)

### Bug fixes
* Fix 404 on CSS dependency [#2438](https://github.com/godaddy-wordpress/coblocks/pull/2438)
* Fix Lightbox being opened with improper keypress [#2432](https://github.com/godaddy-wordpress/coblocks/pull/2432)
* Fix 404 on CSS dependency [#2438](https://github.com/godaddy-wordpress/coblocks/pull/2438)
* Fix Lightbox being opened with improper keypress [#2432](https://github.com/godaddy-wordpress/coblocks/pull/2432)

### Misc
* Make sure that the Welcome Guide does not show in the Cypress tests [#2441](https://github.com/godaddy-wordpress/coblocks/pull/2441)
* Fix conditional to determine if we are using a WP version >= WP 6.1 in the tests [#2437](https://github.com/godaddy-wordpress/coblocks/pull/2437)
* Fix broken tests with WP 6.1 RC1 [#2435](https://github.com/godaddy-wordpress/coblocks/pull/2435)
* Make sure that the Welcome Guide does not show in the Cypress tests [#2441](https://github.com/godaddy-wordpress/coblocks/pull/2441)
* Fix conditional to determine if we are using a WP version >= WP 6.1 in the tests [#2437](https://github.com/godaddy-wordpress/coblocks/pull/2437)
* Fix broken tests with WP 6.1 RC1 [#2435](https://github.com/godaddy-wordpress/coblocks/pull/2435)

2.24.4 / 2022-09-16
===================

### Misc
* Update Go commands to fix deploy and canary [#2425](https://github.com/godaddy-wordpress/coblocks/pull/2425) and [#2426](https://github.com/godaddy-wordpress/coblocks/pull/2426)
* Update Go commands to fix deploy and canary [#2425](https://github.com/godaddy-wordpress/coblocks/pull/2425) and [#2426](https://github.com/godaddy-wordpress/coblocks/pull/2426)

2.24.3 / 2022-09-16
===================

### Bug fixes
* Fix button order in editor header [#2423](https://github.com/godaddy-wordpress/coblocks/pull/2423)

Expand All @@ -35,14 +40,12 @@

2.24.2 / 2022-07-13
===================

### Misc
* Update dependencies and translations [#2401](https://github.com/godaddy-wordpress/coblocks/pull/2401) and [#2407](https://github.com/godaddy-wordpress/coblocks/pull/2407)
* Stabilize the e2e tests by not running them headless [#2405](https://github.com/godaddy-wordpress/coblocks/pull/2405)

2.24.1 / 2022-06-15
===================

### Enhancements
* Gallery Carousel Behavior and Rendering Enhancements [#2389](https://github.com/godaddy-wordpress/coblocks/pull/2389)

Expand Down
50 changes: 37 additions & 13 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,17 +122,41 @@ Developers can also apply minor style touch-ups to their themes if necessary. If

== Changelog ==

### Enhancements
* Compatibility with WP 6.1 [#2439](https://github.com/godaddy-wordpress/coblocks/pull/2439)
* Drop support for PHP 5.6 [#2408](https://github.com/godaddy-wordpress/coblocks/pull/2408)
* Introduce Accessibility tests for CoBlocks [#2427](https://github.com/godaddy-wordpress/coblocks/pull/2427)
* Disable color controls for WordPress 6.1+ [#2420](https://github.com/godaddy-wordpress/coblocks/pull/2420)

### Bug fixes
* Fix 404 on CSS dependency [#2438](https://github.com/godaddy-wordpress/coblocks/pull/2438)
* Fix Lightbox being opened with improper keypress [#2432](https://github.com/godaddy-wordpress/coblocks/pull/2432)
= 2.25.1 / 2022-11-14 =

##### Enhancements
* Enhance a11y accessibility across blocks. [#2430](https://github.com/godaddy-wordpress/coblocks/pull/2430)

##### Bug fixes
* Improve reliability of Site Design controls. [#2442](https://github.com/godaddy-wordpress/coblocks/pull/2442)

= 2.25.0 / 2022-11-03 =

##### Enhancements
* Compatibility with WP 6.1 [#2439](https://github.com/godaddy-wordpress/coblocks/pull/2439)
* Drop support for PHP 5.6 [#2408](https://github.com/godaddy-wordpress/coblocks/pull/2408)
* Introduce Accessibility tests for CoBlocks [#2427](https://github.com/godaddy-wordpress/coblocks/pull/2427)
* Disable color controls for WordPress 6.1+ [#2420](https://github.com/godaddy-wordpress/coblocks/pull/2420)

##### Bug fixes
* Fix 404 on CSS dependency [#2438](https://github.com/godaddy-wordpress/coblocks/pull/2438)
* Fix Lightbox being opened with improper keypress [#2432](https://github.com/godaddy-wordpress/coblocks/pull/2432)

### Misc
* Make sure that the Welcome Guide does not show in the Cypress tests [#2441](https://github.com/godaddy-wordpress/coblocks/pull/2441)
* Fix conditional to determine if we are using a WP version >= WP 6.1 in the tests [#2437](https://github.com/godaddy-wordpress/coblocks/pull/2437)
* Fix broken tests with WP 6.1 RC1 [#2435](https://github.com/godaddy-wordpress/coblocks/pull/2435)
##### Misc
* Make sure that the Welcome Guide does not show in the Cypress tests [#2441](https://github.com/godaddy-wordpress/coblocks/pull/2441)
* Fix conditional to determine if we are using a WP version >= WP 6.1 in the tests [#2437](https://github.com/godaddy-wordpress/coblocks/pull/2437)
* Fix broken tests with WP 6.1 RC1 [#2435](https://github.com/godaddy-wordpress/coblocks/pull/2435)

= 2.24.4 / 2022-09-16 =

##### Misc
* Update Go commands to fix deploy and canary [#2425](https://github.com/godaddy-wordpress/coblocks/pull/2425) and [#2426](https://github.com/godaddy-wordpress/coblocks/pull/2426)

= 2.24.3 / 2022-09-16 =

##### Bug fixes
* Fix button order in editor header [#2423](https://github.com/godaddy-wordpress/coblocks/pull/2423)

##### Misc
* Upgrade to Cypress 10 [#2424](https://github.com/godaddy-wordpress/coblocks/pull/2424)
* Update various dependencies [#2422](https://github.com/godaddy-wordpress/coblocks/pull/2422) and [#2412](https://github.com/godaddy-wordpress/coblocks/pull/2412)

0 comments on commit ef613bc

Please sign in to comment.