diff --git a/.github/workflows/test-wp-next.yml b/.github/workflows/test-wp-next.yml index 422c4b65abb..52ad52aff99 100644 --- a/.github/workflows/test-wp-next.yml +++ b/.github/workflows/test-wp-next.yml @@ -13,7 +13,7 @@ jobs: uses: ./.github/workflows/date-checker.yml with: # WP Next scheduled release date. Should be based on `https://make.wordpress.org/core/6-4/` or later. - scheduled_release_date: "2024-03-26" + scheduled_release_date: "2024-04-02" # Create WP NEXT Version Constant set_constant: diff --git a/changelog.txt b/changelog.txt index 50d6079c32e..48d8d549bf6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,7 +1,3 @@ -3.1.7 / 2024-03-11 -=================== - - 3.1.7 / 2024-03-11 =================== # Bug Fix diff --git a/class-coblocks.php b/class-coblocks.php index b2333299fe4..02132c1352a 100644 --- a/class-coblocks.php +++ b/class-coblocks.php @@ -7,8 +7,8 @@ * Version: 3.1.7 * Text Domain: coblocks * Domain Path: /languages - * Tested up to: 6.4 - * Requires at least: 6.2 + * Tested up to: 6.5 + * Requires at least: 6.3 * * CoBlocks is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/package.json b/package.json index ec6d5e0ddc4..960c81c921a 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "title": "CoBlocks", "description": "CoBlocks is a suite of professional page building blocks for the WordPress Gutenberg block editor.", "version": "3.1.7", - "tested_up_to": "6.4", - "requires_at_least": "6.2", + "tested_up_to": "6.5", + "requires_at_least": "6.3", "author": "GoDaddy", "license": "GPL-2.0", "repository": "godaddy-wordpress/coblocks", diff --git a/readme.txt b/readme.txt index d1509f0388e..8c06df4e995 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ 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: 6.2 -Tested up to: 6.4 +Requires at least: 6.3 +Tested up to: 6.5 Requires PHP: 7.4 Stable tag: 3.1.7 License: GPL-2.0 @@ -125,6 +125,18 @@ CoBlocks is designed to support the last two major versions of WordPress that ar == Changelog == += 3.1.8 / 2024-04-02 = +# Enhancements +* Introduce WP 6.5 compatibility [#2601](https://github.com/godaddy-wordpress/coblocks/pull/2601) +* Introduce PHP 8.3 compatibility [#2600](https://github.com/godaddy-wordpress/coblocks/pull/2600) + +# Bug fix +* Fix bug around CoBlocks patterns [#2599](https://github.com/godaddy-wordpress/coblocks/pull/2599) + +# Misc +* Improve tests for WP 6.5 [#2597](https://github.com/godaddy-wordpress/coblocks/pull/2597) +* Improve CICD logic for WP 6.5 [#2590](https://github.com/godaddy-wordpress/coblocks/pull/2590) + = 3.1.7 / 2024-03-11 = # Bug Fix