diff --git a/.dev/tests/php/test-functions.php b/.dev/tests/php/test-functions.php index e3347ccc..838e016e 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.3', GO_VERSION ); + $this->assertEquals( '1.8.4', GO_VERSION ); } diff --git a/functions.php b/functions.php index 35b3a1bd..db439274 100755 --- a/functions.php +++ b/functions.php @@ -8,7 +8,7 @@ /** * Theme constants. */ -define( 'GO_VERSION', '1.8.3' ); +define( 'GO_VERSION', '1.8.4' ); define( 'GO_PLUGIN_DIR', get_template_directory( __FILE__ ) ); define( 'GO_PLUGIN_URL', get_template_directory_uri( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index dd388fc6..194c6144 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: block-styles, custom-colors, custom-logo, custom-menu, e-commerce, editor- Requires at least: 5.0 Tested up to: 6.2 Requires PHP: 5.6 -Stable tag: 1.8.3 +Stable tag: 1.8.4 License: GPL-2.0-only License URI: https://www.gnu.org/licenses/license-list.html#GPLv2 diff --git a/style.css b/style.css index 7eb43b7c..67a000fc 100755 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ * Description: Go is an innovative, Gutenberg-first WordPress theme, hyper-focused on empowering makers to build beautifully rich websites with WordPress. * Author: GoDaddy * Author URI: https://www.godaddy.com - * Version: 1.8.3 + * Version: 1.8.4 * Tested up to: 6.2 * Requires PHP: 5.6 * License: GPL-2.0