Skip to content

Commit

Permalink
Revert to fix changelog github URL
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Apr 2, 2024
1 parent b8a5955 commit edb09b7
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .dev/tests/php/test-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function testActiveTheme() {
*/
function testVersionDefined() {

$this->assertEquals( '1.8.10', GO_VERSION );
$this->assertEquals( '1.8.9', GO_VERSION );

}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<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.8.7&label=&color=999&style=flat-square"></a></h1>
<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.8.9&label=&color=999&style=flat-square"></a></h1>

<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>

Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= 1.8.10 / 2024-04-02 =
### Updates
- Bump the tested up to version to 6.5. [#908](https://github.com/godaddy-wordpress/go/pull/908)
- Bump the tested up to version to 6.5. [#909](https://github.com/godaddy-wordpress/go/pull/909)

= 1.8.9 / 2024-02-27 =
### Updates
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* Theme constants.
*/
define( 'GO_VERSION', '1.8.10' );
define( 'GO_VERSION', '1.8.9' );
define( 'GO_PLUGIN_DIR', get_template_directory( __FILE__ ) );
define( 'GO_PLUGIN_URL', get_template_directory_uri( __FILE__ ) );

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "go",
"version": "1.8.10",
"version": "1.8.9",
"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": {
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.5
Requires PHP: 5.6
Stable tag: 1.8.10
Stable tag: 1.8.9
License: GPL-2.0-only
License URI: https://www.gnu.org/licenses/license-list.html#GPLv2

Expand Down Expand Up @@ -110,4 +110,4 @@ List of bespoke icons:
== Changelog ==
= 1.8.10 / 2024-04-02 =
### Updates
- Bump the tested up to version to 6.5. [#908](https://github.com/godaddy-wordpress/go/pull/908)
- Bump the tested up to version to 6.5. [#909](https://github.com/godaddy-wordpress/go/pull/909)
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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.10
* Version: 1.8.9
* Tested up to: 6.5
* Requires PHP: 5.6
* License: GPL-2.0
Expand Down

0 comments on commit edb09b7

Please sign in to comment.