Skip to content

Commit

Permalink
Updated required PHP version to 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Jun 21, 2020
1 parent bd7638d commit c5e680b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Accessible Event Manager for WordPress
* Tags: calendar, event management, events
* Requires at least: 4.4
* Tested up to: 5.4
* Requires PHP: 5.3
* Requires PHP: 5.6
* Stable tag: `3.2.0`
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down
2 changes: 1 addition & 1 deletion src/my-calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
* Actions to execute on activation.
*/
function mc_plugin_activated() {
$required_php_version = '5.3.0';
$required_php_version = '5.6.0';

if ( version_compare( PHP_VERSION, $required_php_version, '<' ) ) {
$plugin_data = get_plugin_data( __FILE__, false );
Expand Down
2 changes: 1 addition & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://www.joedolson.com/donate/
Tags: calendar, dates, times, event, events, scheduling, schedule, event manager, event calendar, class, concert, venue, location, box office, tickets, registration
Requires at least: 4.4
Tested up to: 5.4
Requires PHP: 5.3
Requires PHP: 5.6
Stable tag: 3.2.0
Text domain: my-calendar
License: GPLv2 or later
Expand Down

0 comments on commit c5e680b

Please sign in to comment.