* Plugin Name: GLM Members Database
* Plugin URI: http://www.gaslightmedia.com/
* Description: Gaslight Media Members Database.
- * Version: 1.0.49
+ * Version: 1.0.50
* Author: Chuck Scott
* Author URI: http://www.gaslightmedia.com/
* License: GPL2
* the current version.
*/
-define('GLM_MEMBERS_PLUGIN_VERSION', '1.0.49');
+define('GLM_MEMBERS_PLUGIN_VERSION', '1.0.50');
define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.0.43');
/*
// For each add-on that's registered
foreach ($this->config['addOns'] as $a) {
-echo "Addon: ".$a['name']."<br>";
// Add their shortcodes descriptions
if (isset($a['shortcodesDescription'])) {
-echo "Have descr<br>";
$shortcodesDescription .= $a['shortcodesDescription'];
}