Skip to content

Commit 56f56a1

Browse files
committed
1.3.0
1 parent 45a923a commit 56f56a1

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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.2.10', GO_VERSION );
31+
$this->assertEquals( '1.3.0', GO_VERSION );
3232

3333
}
3434

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1 align="center">Go <a href="https://github.com/godaddy-wordpress/go/releases/latest/"><img src="https://img.shields.io/static/v1?goVersion=&message=v1.2.10&label=&color=999&style=flat-square"></a></h1>
1+
<h1 align="center">Go <a href="https://github.com/godaddy-wordpress/go/releases/latest/"><img src="https://img.shields.io/static/v1?goVersion=&message=v1.3.0&label=&color=999&style=flat-square"></a></h1>
22

33
<h4 align="center">The most flexible <a href="https://github.com/wordpress/gutenberg" target="_blank">Gutenberg</a>-first <a href="https://wordpress.org" target="_blank">WordPress</a> theme built for go-getters everywhere.</h4>
44

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.2.10' );
11+
define( 'GO_VERSION', '1.3.0' );
1212

1313
/**
1414
* AMPP setup, hooks, and filters.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.10",
3+
"version": "1.3.0",
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: one-column, custom-colors, custom-logo, custom-menu, editor-style, theme-o
44
Requires at least: 5.0
55
Tested up to: 5.4
66
Requires PHP: 5.6.0
7-
Stable tag: 1.2.10
7+
Stable tag: 1.3.0
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.2.10
8+
* Version: 1.3.0
99
* Tested up to: 5.4
1010
* Requires PHP: 5.6
1111
* License: GPL-2.0

0 commit comments

Comments
 (0)