From f930320d25d165ddd0d7ed7bab72965ddc4e55a1 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Fri, 11 Jan 2019 10:51:13 -0500 Subject: [PATCH] Initial release --- index.php | 2 +- readme.txt | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.17.1