From: Chuck Scott Date: Tue, 5 Jun 2018 16:49:29 +0000 (-0400) Subject: Initial Production Release X-Git-Tag: v1.0.0^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a0ac202dd61d6d3ed9c34148a415e46cd6d57b9a;p=WP-Plugins%2Fglm-member-db-registrations.git Initial Production Release --- diff --git a/index.php b/index.php index a1fc56c..6876d28 100644 --- a/index.php +++ b/index.php @@ -19,7 +19,7 @@ * @package glmMembersRegistrationsAddOn * @author Chuck Scott * @license http://www.gaslightmedia.com Gaslightmedia - * @version 0.0.1 + * @version 1.0.0 */ // Check that we're being called by WordPress. @@ -43,7 +43,7 @@ if (!defined('ABSPATH')) { * so that we're sure the other add-ons see an up to date * version from this plugin. */ -define('GLM_MEMBERS_REGISTRATIONS_PLUGIN_VERSION', '0.0.1'); +define('GLM_MEMBERS_REGISTRATIONS_PLUGIN_VERSION', '1.0.0'); define('GLM_MEMBERS_REGISTRATIONS_PLUGIN_DB_VERSION', '1.0.0'); // This is the minimum version of the GLM Members DB plugin require for this plugin. diff --git a/readme.txt b/readme.txt index 078f9c5..1990d09 100644 --- a/readme.txt +++ b/readme.txt @@ -26,9 +26,6 @@ e.g. == Changelog == -= 0.0.2 = - -* Fixed problem with automatic deactivation due to change in index file name from a while ago. - - += 1.0.0 = +* Initial production release - includes PayPal integration