diff --git a/events-manager.php b/events-manager.php index a59e6dff..65f8f75c 100644 --- a/events-manager.php +++ b/events-manager.php @@ -6,7 +6,7 @@ /* Plugin Name: Events Made Easy -Version: 2.4.29 +Version: 2.4.30 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.29' ); +define( 'EME_VERSION', '2.4.30' ); 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 bdb0e785..ce47c8f5 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.29 +Stable tag: 2.4.30 Requires PHP: 8.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -98,8 +98,10 @@ Events list and calendars can be added to your blogs through widgets, shortcodes See the FAQ section at the [Official site](https://www.e-dynamics.be/wordpress/). == Changelog == -= 2.4.30 (2024//) = += 2.4.30 (2024/02/22) = * Fix extra charge for payment gateways if eme_payment_gateway_extra_cost was defined +* The dompdf included with EME uses a php-svg-lib version that had a security vulnerability + The php-svg-lib version has been upgraded to address this (probability to misuse this was low to non-existing in EME) = 2.4.29 (2024/02/17) = * Allow to have a folder wp-content/uploads/events-made-easy/includes. Files present in that folder will be included by EME