diff --git a/events-manager.php b/events-manager.php index 2c4d13a9..e6103c86 100644 --- a/events-manager.php +++ b/events-manager.php @@ -6,7 +6,7 @@ /* Plugin Name: Events Made Easy -Version: 2.4.0 +Version: 2.4.1 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.0' ); +define( 'EME_VERSION', '2.4.1' ); 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 a1570c45..4b87dd22 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.2 -Stable tag: 2.4.0 +Stable tag: 2.4.1 Requires PHP: 8.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html