Skip to content

Commit 9a9eb80

Browse files
committed
revert version to 1.8.12
1 parent 96078da commit 9a9eb80

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.dev/tests/php/test-functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function testActiveTheme() {
2828
*/
2929
function testVersionDefined() {
3030

31-
$this->assertEquals( '1.8.13', GO_VERSION );
31+
$this->assertEquals( '1.8.12', GO_VERSION );
3232

3333
}
3434

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* Theme constants.
1010
*/
11-
define( 'GO_VERSION', '1.8.13' );
11+
define( 'GO_VERSION', '1.8.12' );
1212
define( 'GO_PLUGIN_DIR', get_template_directory( __FILE__ ) );
1313
define( 'GO_PLUGIN_URL', get_template_directory_uri( __FILE__ ) );
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "go",
3-
"version": "1.8.13",
3+
"version": "1.8.12",
44
"description": "Go is an innovative, Gutenberg-first WordPress theme, hyper-focused on empowering makers to build beautifully rich websites with WordPress.",
55
"homepage": "https://github.com/godaddy-wordpress/go",
66
"repository": {

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: block-styles, custom-colors, custom-logo, custom-menu, e-commerce, editor-
44
Requires at least: 5.0
55
Tested up to: 6.7
66
Requires PHP: 5.6
7-
Stable tag: 1.8.13
7+
Stable tag: 1.8.12
88
License: GPL-2.0-only
99
License URI: https://www.gnu.org/licenses/license-list.html#GPLv2
1010

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Go is an innovative, Gutenberg-first WordPress theme, hyper-focused on empowering makers to build beautifully rich websites with WordPress.
66
* Author: GoDaddy
77
* Author URI: https://www.godaddy.com
8-
* Version: 1.8.13
8+
* Version: 1.8.12
99
* Tested up to: 6.7
1010
* Requires PHP: 5.6
1111
* License: GPL-2.0

0 commit comments

Comments
 (0)