Skip to content

Commit

Permalink
Bump the Requires at least value for CoBlocks to 6.2 (#2552)
Browse files Browse the repository at this point in the history
* bump the requires at least version to 6.2

* update the changelog and readme log
  • Loading branch information
AnthonyLedesma committed Aug 9, 2023
1 parent fc3772a commit 001ae72
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 17 deletions.
37 changes: 21 additions & 16 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,30 @@
3.1.1 / 2023-08-09
===================
# Bug fix
* Correct `Requires at least` value to 6.2 [#2552](https://github.com/godaddy-wordpress/coblocks/pull/2552)

3.1.0 / 2023-08-08
===================
# Enhancements
* Register all blocks in PHP [#2521](https://github.com/godaddy-wordpress/coblocks/pull/2521)
# Bug fix
* Fix captions RichText controls across all galleries [#2545](https://github.com/godaddy-wordpress/coblocks/pull/2545)
* Fix form block test automation with WP 6.3 [#2546](https://github.com/godaddy-wordpress/coblocks/pull/2546)
* Fix form block saving with WP 6.3 [#2543](https://github.com/godaddy-wordpress/coblocks/pull/2543)
* Fix blocks for WP 6.3 compatibility [#2538](https://github.com/godaddy-wordpress/coblocks/pull/2538)
# Enhancements
* Register all blocks in PHP [#2521](https://github.com/godaddy-wordpress/coblocks/pull/2521)

# Bug fix
* Fix captions RichText controls across all galleries [#2545](https://github.com/godaddy-wordpress/coblocks/pull/2545)
* Fix form block test automation with WP 6.3 [#2546](https://github.com/godaddy-wordpress/coblocks/pull/2546)
* Fix form block saving with WP 6.3 [#2543](https://github.com/godaddy-wordpress/coblocks/pull/2543)
* Fix blocks for WP 6.3 compatibility [#2538](https://github.com/godaddy-wordpress/coblocks/pull/2538)
* Fix PHP Unit tests & update to WP-ENV 8.1.1 [#2544](https://github.com/godaddy-wordpress/coblocks/pull/2544)

3.1.0 / 2023-08-08
===================
# Enhancements
* Register all blocks in PHP [#2521](https://github.com/godaddy-wordpress/coblocks/pull/2521)
# Bug fix
* Fix captions RichText controls across all galleries [#2545](https://github.com/godaddy-wordpress/coblocks/pull/2545)
* Fix form block test automation with WP 6.3 [#2546](https://github.com/godaddy-wordpress/coblocks/pull/2546)
* Fix form block saving with WP 6.3 [#2543](https://github.com/godaddy-wordpress/coblocks/pull/2543)
* Fix blocks for WP 6.3 compatibility [#2538](https://github.com/godaddy-wordpress/coblocks/pull/2538)
# Enhancements
* Register all blocks in PHP [#2521](https://github.com/godaddy-wordpress/coblocks/pull/2521)

# Bug fix
* Fix captions RichText controls across all galleries [#2545](https://github.com/godaddy-wordpress/coblocks/pull/2545)
* Fix form block test automation with WP 6.3 [#2546](https://github.com/godaddy-wordpress/coblocks/pull/2546)
* Fix form block saving with WP 6.3 [#2543](https://github.com/godaddy-wordpress/coblocks/pull/2543)
* Fix blocks for WP 6.3 compatibility [#2538](https://github.com/godaddy-wordpress/coblocks/pull/2538)
* Fix PHP Unit tests & update to WP-ENV 8.1.1 [#2544](https://github.com/godaddy-wordpress/coblocks/pull/2544)

3.1.0 / 2023-08-08
Expand Down
1 change: 1 addition & 0 deletions class-coblocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Text Domain: coblocks
* Domain Path: /languages
* Tested up to: 6.3
* Requires at least: 6.2
*
* CoBlocks is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Author URI: https://www.godaddy.com
Contributors: godaddy, richtabor, eherman24, jonathanbardo, jrtashjian, paranoia1906, fjarrett, olivierlafleur, jasonlemay, snovosel
Tags: page builder, Gutenberg blocks, WordPress blocks, gutenberg, blocks
Requires at least: 5.5
Requires at least: 6.2
Tested up to: 6.3
Requires PHP: 7.4
Stable tag: 3.1.0
Expand Down Expand Up @@ -122,6 +122,12 @@ Developers can also apply minor style touch-ups to their themes if necessary. If

== Changelog ==

= 3.1.1 / 2023-08-09 =

# Bug fix
* Correct `Requires at least` value to 6.2 [#2552](https://github.com/godaddy-wordpress/coblocks/pull/2552)


= 3.1.0 / 2023-08-08 =

# Enhancements
Expand Down

0 comments on commit 001ae72

Please sign in to comment.