Skip to content

Commit 73a774c

Browse files
committed
1.16.0
1 parent 6d61963 commit 73a774c

31 files changed

+7622
-7503
lines changed

.dev/tests/phpunit/test-class-coblocks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function test_constants() {
6969
$reflection_method->invoke( coblocks() );
7070

7171
$expected = [
72-
'version' => '1.15.0',
72+
'version' => '1.16.0',
7373
'has_pro' => false,
7474
'plugin_dir' => str_replace( '.dev/tests/phpunit/', '', plugin_dir_path( __FILE__ ) ),
7575
'plugin_url' => str_replace( '.dev/tests/phpunit/', '', plugin_dir_url( __FILE__ ) ),

class-coblocks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: CoBlocks is a suite of professional <strong>page building content blocks</strong> for the WordPress Gutenberg block editor. Our blocks are hyper-focused on empowering makers to build beautifully rich pages in WordPress.
66
* Author: GoDaddy
77
* Author URI: https://www.godaddy.com
8-
* Version: 1.15.0
8+
* Version: 1.16.0
99
* Text Domain: coblocks
1010
* Domain Path: /languages
1111
* Tested up to: 5.2.2
@@ -26,7 +26,7 @@
2626
exit;
2727
}
2828

29-
define( 'COBLOCKS_VERSION', '1.15.0' );
29+
define( 'COBLOCKS_VERSION', '1.16.0' );
3030
define( 'COBLOCKS_HAS_PRO', false );
3131
define( 'COBLOCKS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
3232
define( 'COBLOCKS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );

0 commit comments

Comments
 (0)