diff --git a/class-plugin.php b/class-plugin.php index fa65ab8a..8aa4214b 100644 --- a/class-plugin.php +++ b/class-plugin.php @@ -33,7 +33,7 @@ final class Plugin { * * @var string */ - const VERSION = '2.2.14'; + const VERSION = '2.2.15'; /** * Plugin prefix. diff --git a/readme.md b/readme.md index 9e3adfba..03007fb4 100755 --- a/readme.md +++ b/readme.md @@ -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 diff --git a/readme.txt b/readme.txt index 2eab2bd7..2395428d 100755 --- a/readme.txt +++ b/readme.txt @@ -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