From: Chuck Scott Date: Fri, 11 Jan 2019 15:51:13 +0000 (-0500) Subject: Initial release X-Git-Tag: v1.0.0^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=f930320d25d165ddd0d7ed7bab72965ddc4e55a1;p=WP-Plugins%2Fglm-member-db-customfields.git Initial release --- diff --git a/index.php b/index.php index 9087bc0..0637427 100644 --- 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')) { diff --git a/readme.txt b/readme.txt index 3f8f42b..6e43e86 100644 --- a/readme.txt +++ b/readme.txt @@ -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