diff --git a/CHANGES.md b/CHANGES.md index 37a65f5..67eb739 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -####v 2.2.0 / 2023-07-25 +####v 2.2.0 / 2023-09-25 * NEW: Support for PHP 8.1 and 8.2 * REMOVED: Support for PHP below 7.4 diff --git a/includes/class-update-client.php b/includes/class-update-client.php index 077c523..f3a2610 100644 --- a/includes/class-update-client.php +++ b/includes/class-update-client.php @@ -44,7 +44,7 @@ // Should directory take over? $running_on = function_exists('classicpress_version') ? classicpress_version() : '0'; -if (USE_DIRECTORY && version_compare($running_on, '2', '>=')) { +if (USE_DIRECTORY && version_compare($running_on, '2.0.0', '>=')) { return; } diff --git a/readme.txt b/readme.txt index f72cd76..0112f31 100644 --- a/readme.txt +++ b/readme.txt @@ -57,7 +57,7 @@ If you need support for Classic SEO or find a bug, you have threee choices: == Changelog == -**v 2.2.0 / 2023-07-25** +**v 2.2.0 / 2023-09-25** * NEW: Support for PHP 8.1 and 8.2 * REMOVED: Support for PHP below 7.4