Skip to content

Commit

Permalink
Bump requirements as needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
JJJ committed Jun 15, 2021
1 parent 408f262 commit 9ed52e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html
License: GNU General Public License v2 or later
Tags: simple calendar, event calendar, event management, event list, schedule
Requires PHP: 5.6.20
Requires at least: 5.2
Requires at least: 5.5
Tested up to: 5.8
Stable tag: 2.2.0

Expand Down
2 changes: 1 addition & 1 deletion sugar-calendar-lite.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Text Domain: sugar-calendar
* Domain Path: /sugar-calendar/includes/languages/
* Requires PHP: 5.6.20
* Requires at least: 5.2
* Requires at least: 5.5
* Version: 2.2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion sugar-calendar/requirements-check.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ final class Requirements_Check {

// WordPress
'wp' => array(
'minimum' => '5.2.0',
'minimum' => '5.5.0',
'name' => 'WordPress',
'exists' => true,
'current' => false,
Expand Down

0 comments on commit 9ed52e7

Please sign in to comment.