Skip to content

Commit 01e7f73

Browse files
committed
release 3.0.50
1 parent 61f18bb commit 01e7f73

17 files changed

+17723
-17562
lines changed

eme-people.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5535,7 +5535,7 @@ function eme_ajax_wpuser_snapselect() {
55355535
// Exclude wp_ids already linked to another person; pass the current person's wp_id
55365536
// so that their own linked user stays available for (re-)selection.
55375537
$person_wpid = isset( $_REQUEST['person_wpid'] ) ? intval( $_REQUEST['person_wpid'] ) : 0;
5538-
$used_wp_ids = eme_get_used_wpids( $person_wpid ); // cached, so repeated AJAX pages are free
5538+
$used_wp_ids = eme_get_used_wpids( $person_wpid );
55395539

55405540
$records = [];
55415541
$wp_users = eme_get_wp_users( $q, $start, $mysql_pagesize, $used_wp_ids );

events-manager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/*
88
Plugin Name: Events Made Easy
9-
Version: 3.0.49
9+
Version: 3.0.50
1010
Plugin URI: https://www.e-dynamics.be/wordpress
1111
Update URI: https://github.com/liedekef/events-made-easy/
1212
Description: Manage and display events and memberships. Also includes recurring events; locations; widgets; maps; RSVP; ICAL and RSS feeds; Paypal, 2Checkout and others.
@@ -73,7 +73,7 @@
7373
}
7474

7575
// Setting constants, no calls to "__" here!!!
76-
define( 'EME_VERSION', '3.0.49' );
76+
define( 'EME_VERSION', '3.0.50' );
7777
define( 'EME_PLUGIN_FILE_PATH', __FILE__ );
7878
define( 'EME_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
7979
define( 'DEFAULT_CAP_ADD_EVENT', 'edit_posts' );

0 commit comments

Comments
 (0)