Skip to content

Commit

Permalink
Bump versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
JJJ committed Apr 8, 2021
1 parent 1abf699 commit 093b883
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ 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.1
Tested up to: 5.6
Requires at least: 5.2
Tested up to: 5.8
Stable tag: 2.1.10

You can easily manage events with this lightweight calendar. No complicated configuration. Simple to use. Sweeeet!
Expand Down
4 changes: 2 additions & 2 deletions 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.1
* Requires at least: 5.2
* Version: 2.1.10
*/

Expand Down Expand Up @@ -67,7 +67,7 @@ final class Sugar_Calendar_Requirements_Check {

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

0 comments on commit 093b883

Please sign in to comment.