From b5dbdb7e8fc471d98dbe75b6c03eb9f3c21f84ec Mon Sep 17 00:00:00 2001 From: Evan Herman Date: Fri, 24 Mar 2023 14:02:58 -0400 Subject: [PATCH 1/5] 1.8.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f524db4c..5f1f6f58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "go", - "version": "1.8.0", + "version": "1.8.1", "description": "Go is an innovative, Gutenberg-first WordPress theme, hyper-focused on empowering makers to build beautifully rich websites with WordPress.", "homepage": "https://github.com/godaddy-wordpress/go", "repository": { From d07b199d4f2f80fb6ecdf0c0159d84fccc9f63df Mon Sep 17 00:00:00 2001 From: Evan Herman Date: Fri, 24 Mar 2023 14:06:18 -0400 Subject: [PATCH 2/5] Bump versions to 1.8.1 --- .dev/tests/php/test-functions.php | 2 +- README.md | 2 +- functions.php | 2 +- phpcs.xml | 2 ++ readme.txt | 2 +- style.css | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.dev/tests/php/test-functions.php b/.dev/tests/php/test-functions.php index 8ec6c82a..ee79c69e 100644 --- a/.dev/tests/php/test-functions.php +++ b/.dev/tests/php/test-functions.php @@ -28,7 +28,7 @@ function testActiveTheme() { */ function testVersionDefined() { - $this->assertEquals( '1.8.0', GO_VERSION ); + $this->assertEquals( '1.8.1', GO_VERSION ); } diff --git a/README.md b/README.md index e7babeee..2526c2e2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Go

+

Go

The most flexible Gutenberg-first WordPress theme built for go-getters everywhere.

diff --git a/functions.php b/functions.php index 176bf4fe..6a02a8c2 100755 --- a/functions.php +++ b/functions.php @@ -8,7 +8,7 @@ /** * Theme constants. */ -define( 'GO_VERSION', '1.8.0' ); +define( 'GO_VERSION', '1.8.1' ); define( 'GO_PLUGIN_DIR', get_template_directory( __FILE__ ) ); define( 'GO_PLUGIN_URL', get_template_directory_uri( __FILE__ ) ); diff --git a/phpcs.xml b/phpcs.xml index 689b67e0..6f93825e 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -20,6 +20,8 @@ + + - -