diff --git a/.dev/tests/phpunit/includes/test-coblocks-accordion-ie-support.php b/.dev/tests/phpunit/includes/test-coblocks-accordion-ie-support.php index e385f3b8868..cb59f2ead3e 100644 --- a/.dev/tests/phpunit/includes/test-coblocks-accordion-ie-support.php +++ b/.dev/tests/phpunit/includes/test-coblocks-accordion-ie-support.php @@ -37,7 +37,7 @@ public function test_properties() { $new_reflection::register(); $expected = [ - 'version' => '1.11.0', + 'version' => '1.12.0', 'slug' => 'coblocks', 'url' => str_replace( '/.dev/tests/phpunit', '', untrailingslashit( plugins_url( '/', dirname( __FILE__ ) ) ) ), // Fix inconsistencies path between plugin and unit tests ]; diff --git a/.dev/tests/phpunit/includes/test-coblocks-block-assets.php b/.dev/tests/phpunit/includes/test-coblocks-block-assets.php index 9ca568f2b23..f2be5c754f8 100644 --- a/.dev/tests/phpunit/includes/test-coblocks-block-assets.php +++ b/.dev/tests/phpunit/includes/test-coblocks-block-assets.php @@ -53,7 +53,7 @@ public function test_construct_constants() { $new_reflection = new CoBlocks_Block_Assets(); $expected = [ - 'version' => '1.11.0', + 'version' => '1.12.0', 'slug' => 'coblocks', 'url' => str_replace( '/.dev/tests/phpunit', '', untrailingslashit( plugins_url( '/', dirname( __FILE__ ) ) ) ), // Fix inconsistencies path between plugin and unit tests ]; diff --git a/.dev/tests/phpunit/includes/test-coblocks-block-settings.php b/.dev/tests/phpunit/includes/test-coblocks-block-settings.php index f427262015b..f8eda7faa93 100644 --- a/.dev/tests/phpunit/includes/test-coblocks-block-settings.php +++ b/.dev/tests/phpunit/includes/test-coblocks-block-settings.php @@ -53,7 +53,7 @@ public function test_construct_constants() { $new_reflection = new CoBlocks_Block_Settings(); $expected = [ - 'version' => '1.11.0', + 'version' => '1.12.0', 'slug' => 'coblocks', 'url' => str_replace( '/.dev/tests/phpunit', '', untrailingslashit( plugins_url( '/', dirname( __FILE__ ) ) ) ), // Fix inconsistencies path between plugin and unit tests ]; diff --git a/.dev/tests/phpunit/includes/test-coblocks-font-loader.php b/.dev/tests/phpunit/includes/test-coblocks-font-loader.php index aa6f94094f2..26324259d66 100644 --- a/.dev/tests/phpunit/includes/test-coblocks-font-loader.php +++ b/.dev/tests/phpunit/includes/test-coblocks-font-loader.php @@ -53,7 +53,7 @@ public function test_construct_constants() { $new_reflection = new CoBlocks_Font_Loader(); $expected = [ - 'version' => '1.11.0', + 'version' => '1.12.0', ]; $version = $reflection->getProperty( '_version' ); diff --git a/.dev/tests/phpunit/includes/test-coblocks-google-map-block.php b/.dev/tests/phpunit/includes/test-coblocks-google-map-block.php index ab2eb648506..244a90ca82a 100644 --- a/.dev/tests/phpunit/includes/test-coblocks-google-map-block.php +++ b/.dev/tests/phpunit/includes/test-coblocks-google-map-block.php @@ -53,7 +53,7 @@ public function test_construct_constants() { $new_reflection = new CoBlocks_Google_Map_Block(); $expected = [ - 'version' => '1.11.0', + 'version' => '1.12.0', 'slug' => 'coblocks', 'url' => str_replace( '/.dev/tests/phpunit', '', untrailingslashit( plugins_url( '/', dirname( __FILE__ ) ) ) ), // Fix inconsistencies path between plugin and unit tests ]; diff --git a/.dev/tests/phpunit/test-class-coblocks.php b/.dev/tests/phpunit/test-class-coblocks.php index 6fb1b8f9baf..ad683d8ac7d 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' => '1.11.0', + 'version' => '1.12.0', 'has_pro' => false, 'plugin_dir' => str_replace( '.dev/tests/phpunit/', '', plugin_dir_path( __FILE__ ) ), 'plugin_url' => str_replace( '.dev/tests/phpunit/', '', plugin_dir_url( __FILE__ ) ), diff --git a/class-coblocks.php b/class-coblocks.php index 6a601931502..6e7df1310f0 100644 --- a/class-coblocks.php +++ b/class-coblocks.php @@ -5,7 +5,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: 1.11.0 + * Version: 1.12.0 * Text Domain: coblocks * Domain Path: /languages * Tested up to: 5.2 @@ -97,7 +97,7 @@ public function __wakeup() { * @return void */ private function constants() { - $this->define( 'COBLOCKS_VERSION', '1.11.0' ); + $this->define( 'COBLOCKS_VERSION', '1.12.0' ); $this->define( 'COBLOCKS_HAS_PRO', false ); $this->define( 'COBLOCKS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); $this->define( 'COBLOCKS_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); diff --git a/package.json b/package.json index a0388703e9e..1ba4fa42466 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": "1.11.0", + "version": "1.12.0", "tested_up_to": "5.2", "author": "GoDaddy", "license": "GPL-2.0", diff --git a/readme.txt b/readme.txt index 516c15de1b7..293867f63f3 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Tags: page builder, Gutenberg blocks, WordPress blocks, gutenberg, blocks Requires at least: 5.0 Tested up to: 5.2 Requires PHP: 5.2.4 -Stable tag: 1.11.0 +Stable tag: 1.12.0 License: GPL-2.0 License URI: http://www.gnu.org/licenses/gpl-3.0.html