Skip to content

Commit

Permalink
Roll back version
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Dec 20, 2024
1 parent 4f9eecc commit f7c5b54
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .dev/tests/phpunit/test-class-coblocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function test_constants() {
$reflection_method->invoke( coblocks() );

$expected = [
'version' => '3.1.14',
'version' => '3.1.13',
'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
2 changes: 1 addition & 1 deletion .github/workflows/deploy-wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
deploy:
name: Manual
needs: build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions class-coblocks.php
Original file line number Diff line number Diff line change
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.14
* Version: 3.1.13
* Text Domain: coblocks
* Domain Path: /languages
* Tested up to: 6.7
Expand All @@ -26,7 +26,7 @@
exit;
}

define( 'COBLOCKS_VERSION', '3.1.14' );
define( 'COBLOCKS_VERSION', '3.1.13' );
define( 'COBLOCKS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'COBLOCKS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'COBLOCKS_PLUGIN_FILE', __FILE__ );
Expand Down
2 changes: 1 addition & 1 deletion languages/coblocks.pot
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2024 GoDaddy Operating Company, LLC. All Rights Reserved.
msgid ""
msgstr ""
"Project-Id-Version: CoBlocks 3.1.14\n"
"Project-Id-Version: CoBlocks 3.1.13\n"
"Report-Msgid-Bugs-To: https://github.com/godaddy-wordpress/coblocks/issues\n"
"Last-Translator: [email protected]\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
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.14",
"version": "3.1.13",
"tested_up_to": "6.7",
"requires_at_least": "6.3",
"author": "GoDaddy",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: page builder, Gutenberg blocks, WordPress blocks, gutenberg, blocks
Requires at least: 6.3
Tested up to: 6.7
Requires PHP: 7.4
Stable tag: 3.1.14
Stable tag: 3.1.13
License: GPL-2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit f7c5b54

Please sign in to comment.