Initial Production Release
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 5 Jun 2018 16:49:29 +0000 (12:49 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 5 Jun 2018 16:49:29 +0000 (12:49 -0400)
index.php
readme.txt

index a1fc56c..6876d28 100644 (file)
--- a/index.php
+++ b/index.php
@@ -19,7 +19,7 @@
  * @package glmMembersRegistrationsAddOn
  * @author Chuck Scott <cscott@gaslightmedia.com>
  * @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.
index 078f9c5..1990d09 100644 (file)
@@ -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