* Plugin Name: GLM Associate - Events Add-On
* Plugin URI: http://www.gaslightmedia.com/
* Description: Gaslight Media Members Database.
- * Version: 1.8.2
+ * Version: 1.8.3
* Author: Chuck Scott
* Author URI: http://www.gaslightmedia.com/
* License: GPL2
* @package glmMembersDatabaseEventsAddOn
* @author Chuck Scott <cscott@gaslightmedia.com>
* @license http://www.gaslightmedia.com Gaslightmedia
- * @version 1.8.2
+ * @version 1.8.3
*/
// Check that we're being called by WordPress.
* so that we're sure the other add-ons see an up to date
* version from this plugin.
*/
-define('GLM_MEMBERS_EVENTS_PLUGIN_VERSION', '1.8.2');
+define('GLM_MEMBERS_EVENTS_PLUGIN_VERSION', '1.8.3');
/**
* Plugin DB Version
*/
$bulkEdit = filter_var( $_REQUEST['bulkEdit'], FILTER_VALIDATE_INT, [ 'flags' => FILTER_FORCE_ARRAY ] );
foreach ( $bulkEdit as $eventId ) {
$event = $this->editEntry( $eventId );
+ // Update name slug for event
+ $this->updateSlug( $event['fieldData']['id'] );
$member_id = $event['fieldData']['ref_dest_id'];
switch ( $bulkAction ) {
case 'Approve':
1. Activate the plugin through the 'Plugins' menu in WordPress
== Changelog ==
+= 1.8.3 =
+* Update bulk methods to reset the name slug.
+
= 1.8.2 =
* Bugfix for new events from front end.