* Plugin Name: GLM Members Database
* Plugin URI: http://www.gaslightmedia.com/
* Description: Gaslight Media Members Database.
- * Version: 2.9.7
+ * Version: 2.9.6
* Author: Gaslight Media
* Author URI: http://www.gaslightmedia.com/
* License: GPL2
* @package glmMembersDatabase
* @author Chuck Scott <cscott@gaslightmedia.com>
* @license http://www.gaslightmedia.com Gaslightmedia
- * @version 2.9.7
+ * @version 2.9.6
*/
/*
*
*/
-define('GLM_MEMBERS_PLUGIN_VERSION', '2.9.7');
+define('GLM_MEMBERS_PLUGIN_VERSION', '2.9.6');
define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.1.25');
// Check if plugin version is not current in WordPress option and if needed updated it
return $all_db_setup_status;
}
+/*
+ * Plugin Update Support - uses Gaslight Media update server
+ */
+/* **** Temporatily dissabling update
+require GLM_MEMBERS_PLUGIN_LIB_PATH.'/opentools-update-checker/opentools-update-checker.php';
+${GLM_MEMBERS_PLUGIN_PREFIX."updateChecker"} = new OpenToolsPluginUpdateChecker(
+ 'http://www.gaslightmedia.com/update_server/?action=get_metadata&slug='.GLM_MEMBERS_PLUGIN_SLUG,
+ __FILE__,
+ GLM_MEMBERS_PLUGIN_SLUG
+);
+
+${GLM_MEMBERS_PLUGIN_PREFIX."updateChecker"}->declareCredentials(array(
+ 'license_key' => __('License Key:')
+));
+*/