Skip to content

Commit 360d818

Browse files
Updating to version 1.8.12
1 parent 57558d9 commit 360d818

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.11', 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.11' );
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

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.11
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.11
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)