Skip to content

Commit

Permalink
Merge pull request #163 from godaddy/RES-10220
Browse files Browse the repository at this point in the history
docs: bump plugin version and update READMEs to reflect WP tested up to version
  • Loading branch information
jsalloway-godaddy authored Jun 27, 2024
2 parents df0082a + 75eac0d commit 2e5897b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion class-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ final class Plugin {
*
* @var string
*/
const VERSION = '2.2.14';
const VERSION = '2.2.15';

/**
* Plugin prefix.
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ You can add `?domainToCheck=example.com` to your query string on any page that h

## Changelog ##

### 2.2.15 - June 2024 ###

* Update: Tested with Wordpress 6.5

### 2.2.14 - August 2023 ###

* Update: Add option to open cart and search results in new tab
Expand Down
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ You can add `?domainToCheck=example.com` to your query string on any page that h

== Changelog ==

= 2.2.15 - June 2024 =

* Update: Tested with Wordpress 6.5

= 2.2.14 - August 2023 =

* Update: Add option to open cart and search results in new tab
Expand Down

0 comments on commit 2e5897b

Please sign in to comment.