Skip to content

Commit

Permalink
release 2.4.41
Browse files Browse the repository at this point in the history
  • Loading branch information
Franky Van Liedekerke committed Apr 24, 2024
1 parent 811b94a commit 6e16af3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion eme-members.php
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ function eme_get_active_member_by_personid_membershipid( $person_id, $membership
return $member;
}

function eme_get_member_by_wpid_membershipid( $wp_id, $membership_id, $status = EME_MEMBER_STATUS_ACTIVE.'.'.EME_MEMBER_STATUS_GRACE ) {
function eme_get_member_by_wpid_membershipid( $wp_id, $membership_id, $status = EME_MEMBER_STATUS_ACTIVE.','.EME_MEMBER_STATUS_GRACE ) {
global $wpdb;
$members_table = EME_DB_PREFIX . EME_MEMBERS_TBNAME;
$people_table = EME_DB_PREFIX . EME_PEOPLE_TBNAME;
Expand Down
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.4.40
Version: 2.4.41
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 @@ -69,7 +69,7 @@
require_once 'class-expressivedate.php';

// Setting constants
define( 'EME_VERSION', '2.4.40' );
define( 'EME_VERSION', '2.4.41' );
define( 'DEFAULT_CAP_ADD_EVENT', 'edit_posts' );
define( 'DEFAULT_CAP_AUTHOR_EVENT', 'publish_posts' );
define( 'DEFAULT_CAP_PUBLISH_EVENT', 'publish_posts' );
Expand Down
4 changes: 2 additions & 2 deletions langs/events-made-easy.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the same license as the Events Made Easy plugin.
msgid ""
msgstr ""
"Project-Id-Version: Events Made Easy 2.4.39\n"
"Project-Id-Version: Events Made Easy 2.4.40\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/events-made-easy\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-04-24T16:46:16+00:00\n"
"POT-Creation-Date: 2024-04-24T21:14:57+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.10.0\n"
"X-Domain: events-made-easy\n"
Expand Down
5 changes: 4 additions & 1 deletion 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: 6.0
Tested up to: 6.5
Stable tag: 2.4.40
Stable tag: 2.4.41
Requires PHP: 8.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -98,6 +98,9 @@ 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.41 (2024/04/24) =
* Typo caused #_IS_USER_MEMBER_OF not to work

= 2.4.40 (2024/04/24) =
* Better people-cleanup function
* Update dompdf to 2.0.7
Expand Down

0 comments on commit 6e16af3

Please sign in to comment.