diff --git a/.dev/tests/phpunit/test-class-coblocks.php b/.dev/tests/phpunit/test-class-coblocks.php index 89cf01f160b..ed28ede8b1c 100644 --- a/.dev/tests/phpunit/test-class-coblocks.php +++ b/.dev/tests/phpunit/test-class-coblocks.php @@ -69,7 +69,7 @@ public function test_constants() { $reflection_method->invoke( coblocks() ); $expected = [ - 'version' => '3.1.4', + 'version' => '3.1.5', 'plugin_dir' => str_replace( '.dev/tests/phpunit/', '', plugin_dir_path( __FILE__ ) ), 'plugin_url' => str_replace( '.dev/tests/phpunit/', '', plugin_dir_url( __FILE__ ) ), 'plugin_file' => str_replace( '.dev/tests/phpunit/test-class-coblocks.php', 'class-coblocks.php', __FILE__ ), diff --git a/changelog.txt b/changelog.txt index a07a21309a8..08b9ae1818b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,13 @@ +3.1.5 / 2023-11-06 +=================== +# Enhancements +* Compatibility changes for WP 6.4 [#2568](https://github.com/godaddy-wordpress/coblocks/pull/2568) + +# Bug fix +* Fix performance around superfluous data-store selectors [#2575](https://github.com/godaddy-wordpress/coblocks/pull/2575) +* Fix missing animation scripts in some cases [#2576](https://github.com/godaddy-wordpress/coblocks/pull/2576) +* Fix php warning occurring in some cases [#2572](https://github.com/godaddy-wordpress/coblocks/pull/2572) + 3.1.4 / 2023-09-07 =================== # Bug fix diff --git a/class-coblocks.php b/class-coblocks.php index 2bab916030f..c84317d444e 100644 --- a/class-coblocks.php +++ b/class-coblocks.php @@ -4,7 +4,7 @@ * Description: CoBlocks is a suite of professional page building content blocks for the WordPress Gutenberg block editor. Our blocks are hyper-focused on empowering makers to build beautifully rich pages in WordPress. * Author: GoDaddy * Author URI: https://www.godaddy.com - * Version: 3.1.4 + * Version: 3.1.5 * Text Domain: coblocks * Domain Path: /languages * Tested up to: 6.4 @@ -26,7 +26,7 @@ exit; } -define( 'COBLOCKS_VERSION', '3.1.4' ); +define( 'COBLOCKS_VERSION', '3.1.5' ); define( 'COBLOCKS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'COBLOCKS_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); define( 'COBLOCKS_PLUGIN_FILE', __FILE__ ); diff --git a/languages/coblocks.pot b/languages/coblocks.pot index d850109d455..e6af1444e00 100644 --- a/languages/coblocks.pot +++ b/languages/coblocks.pot @@ -8,7 +8,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2023-11-06T19:20:29+00:00\n" +"POT-Creation-Date: 2023-11-06T20:40:53+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.8.1\n" "X-Domain: coblocks\n" diff --git a/package.json b/package.json index 3ba0de00794..9933773fd4e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "coblocks", "title": "CoBlocks", "description": "CoBlocks is a suite of professional page building blocks for the WordPress Gutenberg block editor.", - "version": "3.1.4", + "version": "3.1.5", "tested_up_to": "6.4", "requires_at_least": "6.2", "author": "GoDaddy", diff --git a/readme.txt b/readme.txt index 9290fe05f0b..e42fed39bcb 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: page builder, Gutenberg blocks, WordPress blocks, gutenberg, blocks Requires at least: 6.2 Tested up to: 6.4 Requires PHP: 7.4 -Stable tag: 3.1.4 +Stable tag: 3.1.5 License: GPL-2.0 License URI: http://www.gnu.org/licenses/gpl-2.0.html