diff --git a/events-manager.php b/events-manager.php index 65f8f75c..29ad774e 100644 --- a/events-manager.php +++ b/events-manager.php @@ -6,7 +6,7 @@ /* Plugin Name: Events Made Easy -Version: 2.4.30 +Version: 2.4.31 Plugin URI: https://www.e-dynamics.be/wordpress Update URI: https://github.com/liedekef/events-made-easy/ Description: Manage and display events and memberships. Also includes recurring events; locations; widgets; maps; RSVP; ICAL and RSS feeds; Paypal, 2Checkout and others. @@ -69,7 +69,7 @@ require_once 'class-expressivedate.php'; // Setting constants -define( 'EME_VERSION', '2.4.30' ); +define( 'EME_VERSION', '2.4.31' ); define( 'DEFAULT_CAP_ADD_EVENT', 'edit_posts' ); define( 'DEFAULT_CAP_AUTHOR_EVENT', 'publish_posts' ); define( 'DEFAULT_CAP_PUBLISH_EVENT', 'publish_posts' ); diff --git a/readme.txt b/readme.txt index b575092c..8984cc98 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.e-dynamics.be/wordpress Tags: events, memberships, locations, bookings, calendars, maps, payment gateways, drip content Requires at least: 5.4 Tested up to: 6.4.3 -Stable tag: 2.4.30 +Stable tag: 2.4.31 Requires PHP: 8.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html