Skip to content

Commit

Permalink
Pre release changes (#164)
Browse files Browse the repository at this point in the history
Co-authored-by: xxsimoxx <[email protected]>
  • Loading branch information
xxsimoxx and xxsimoxx authored Sep 25, 2023
1 parent 6763f86 commit 0cdb3f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion includes/class-update-client.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0cdb3f9

Please sign in to comment.