* Plugin Name: GLM Members Database Packaging
* Plugin URI: http://www.gaslightmedia.com/
* Description: Gaslight Media Members Database.
- * Version: 1.1.9
+ * Version: 1.1.10
* Author: Gaslight Media
* Author URI: http://www.gaslightmedia.com/
* License: GPL2
* @package glmMembersDatabasePackagingAddOn
* @author Chuck Scott <cscott@gaslightmedia.com>
* @license http://www.gaslightmedia.com Gaslightmedia
- * @version 1.1.9
+ * @version 1.1.10
*/
/*
* so that we're sure the other add-ons see an up to date
* version from this plugin.
*/
-define('GLM_MEMBERS_PACKAGING_PLUGIN_VERSION', '1.1.9');
+define('GLM_MEMBERS_PACKAGING_PLUGIN_VERSION', '1.1.10');
define('GLM_MEMBERS_PACKAGING_PLUGIN_DB_VERSION', '1.1.2');
// This is the minimum version of the GLM Members DB plugin require for this plugin.
global $wpdb;
$GLOBALS['glmPackageName'] = $wpdb->get_var( "SELECT title FROM ".GLM_MEMBERS_PACKAGING_PLUGIN_DB_PREFIX . "packages WHERE package_slug = '".$GLOBALS['glmDetailSlug']."'" );
-<<<<<<< Updated upstream
// Set the page title to the event name - Using low priority so it's the last to set the title!
add_filter('wp_title', function($title) {
return $GLOBALS['glmPackageName'];
}, 99, 1);
-=======
- // Set the page title to the event name
- add_filter('wp_title', function() {
- return $GLOBALS['glmPackageName'];
- });
->>>>>>> Stashed changes
+
}
// Add package slug query var