Skip to content

Commit

Permalink
Updating to version 3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
godaddy-wordpress-bot committed Apr 2, 2024
1 parent a120e1e commit 39adcb8
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .dev/tests/phpunit/test-class-coblocks.php
Expand Up @@ -69,7 +69,7 @@ public function test_constants() {
$reflection_method->invoke( coblocks() );

$expected = [
'version' => '3.1.7',
'version' => '3.1.8',
'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__ ),
Expand Down
13 changes: 13 additions & 0 deletions changelog.txt
@@ -1,3 +1,16 @@
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
Expand Down
4 changes: 2 additions & 2 deletions class-coblocks.php
Expand Up @@ -4,7 +4,7 @@
* 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.
* Author: GoDaddy
* Author URI: https://www.godaddy.com
* Version: 3.1.7
* Version: 3.1.8
* Text Domain: coblocks
* Domain Path: /languages
* Tested up to: 6.5
Expand All @@ -26,7 +26,7 @@
exit;
}

define( 'COBLOCKS_VERSION', '3.1.7' );
define( 'COBLOCKS_VERSION', '3.1.8' );
define( 'COBLOCKS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'COBLOCKS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'COBLOCKS_PLUGIN_FILE', __FILE__ );
Expand Down
6 changes: 3 additions & 3 deletions languages/coblocks.pot
@@ -1,14 +1,14 @@
# Copyright (c) 2024 GoDaddy Operating Company, LLC. All Rights Reserved.
msgid ""
msgstr ""
"Project-Id-Version: CoBlocks 3.1.7\n"
"Project-Id-Version: CoBlocks 3.1.8\n"
"Report-Msgid-Bugs-To: https://github.com/godaddy-wordpress/coblocks/issues\n"
"Last-Translator: plugins@godaddy.com\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-03-11T17:57:14+00:00\n"
"POT-Creation-Date: 2024-04-02T16:52:08+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"
Expand Down Expand Up @@ -290,7 +290,7 @@ msgstr ""
msgid "Counter and Icon block Group"
msgstr ""

#: src/blocks/counter/index.php:23
#: src/blocks/counter/index.php:24
msgid "Counter with multiple inline digits"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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.7",
"version": "3.1.8",
"tested_up_to": "6.5",
"requires_at_least": "6.3",
"author": "GoDaddy",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Expand Up @@ -5,7 +5,7 @@ Tags: page builder, Gutenberg blocks, WordPress blocks, gutenberg, blocks
Requires at least: 6.3
Tested up to: 6.5
Requires PHP: 7.4
Stable tag: 3.1.7
Stable tag: 3.1.8
License: GPL-2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 39adcb8

Please sign in to comment.