Initial release
authorChuck Scott <cscott@gaslightmedia.com>
Fri, 11 Jan 2019 15:51:13 +0000 (10:51 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Fri, 11 Jan 2019 15:51:13 +0000 (10:51 -0500)
index.php
readme.txt

index 9087bc0..0637427 100644 (file)
--- a/index.php
+++ b/index.php
@@ -41,7 +41,7 @@ define('GLM_MEMBERS_CUSTOMFIELDS_PLUGIN_VERSION', '1.0.0');
 define('GLM_MEMBERS_CUSTOMFIELDS_PLUGIN_DB_VERSION', '1.0.4');
 
 // This is the minimum version of the GLM Members DB plugin require for this plugin.
-define('GLM_MEMBERS_CUSTOMFIELDS_PLUGIN_MIN_MEMBERS_REQUIRED_VERSION', '2.8.0');
+define('GLM_MEMBERS_CUSTOMFIELDS_PLUGIN_MIN_MEMBERS_REQUIRED_VERSION', '2.10.48');
 
 // Check if plugin version is not current in WordPress option and if needed updated it
 if (GLM_MEMBERS_CUSTOMFIELDS_PLUGIN_VERSION != get_option('glmMembersCustomFieldsPluginVersion')) {
index 3f8f42b..6e43e86 100644 (file)
@@ -3,7 +3,7 @@ Contributors: cscott@gaslightmedia.com
 Donate link: http://www.gaslightmedia.com
 Tags: Gaslight Media,Plugin,Fields
 Requires at least: 3.0.1
-Tested up to: 3.4
+Tested up to: 5.0.2
 Stable tag: 4.3
 License: GPLv2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -25,3 +25,6 @@ e.g.
 1. Activate the plugin through the 'Plugins' menu in WordPress
 
 
+== Changelog ==
+= 1.0.0 =
+* Initial Release