From: Chuck Scott Date: Thu, 18 Feb 2016 18:27:18 +0000 (-0500) Subject: V0.0.7 X-Git-Tag: v0.0.7^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=3945f2f86638fdf3095a6af0632f47ef1e8a5ff4;p=WP-Plugins%2Fglm-member-db-sample.git V0.0.7 --- diff --git a/index.php b/index.php index 5f6e10d..daaecd1 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Members Database Sample * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. - * Version: 0.0.6 + * Version: 0.0.7 * Author: Chuck Scott * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -53,7 +53,7 @@ * so that we're sure the other add-ons see an up to date * version from this plugin. */ -define('GLM_MEMBERS_SAMPLE_PLUGIN_VERSION', '0.0.6'); +define('GLM_MEMBERS_SAMPLE_PLUGIN_VERSION', '0.0.7'); // define('GLM_MEMBERS_SAMPLE_PLUGIN_DB_VERSION', '0.0.1'); // This is the minimum version of the GLM Members DB plugin require for this plugin.