Skip to content

Commit

Permalink
release 2.3.38
Browse files Browse the repository at this point in the history
  • Loading branch information
liedekef committed Jan 14, 2023
1 parent 95e29e8 commit 660ecfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions events-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/*
Plugin Name: Events Made Easy
Version: 2.3.37
Version: 2.3.38
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.
Expand Down Expand Up @@ -35,7 +35,7 @@
*/

// Setting constants
define( 'EME_VERSION', '2.3.37' );
define( 'EME_VERSION', '2.3.38' );
define( 'EME_DB_VERSION', 366 );
define( 'EVENTS_TBNAME', 'eme_events' );
define( 'EVENTS_CF_TBNAME', 'eme_events_cf' );
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
Stable tag: 2.3.37
Stable tag: 2.3.38
Requires PHP: 7.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -100,7 +100,7 @@ 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.3.38 (2023//) =
= 2.3.38 (2023/01/14) =
* Captcha also for gdpr-related forms (request/change personal info)
* Fix a warning during plugin activation
* Fix showing event title and booking comment in booking printable report
Expand Down

0 comments on commit 660ecfe

Please sign in to comment.