From: Steve Sutton Date: Mon, 7 Aug 2017 19:58:57 +0000 (-0400) Subject: Update for release number and readme file. X-Git-Tag: v2.10.3^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1f22b0c2c6a1e24e7ecfde6bc0262c51e622774b;p=WP-Plugins%2Fglm-member-db.git Update for release number and readme file. Update for version number. Update to readme.txt --- diff --git a/index.php b/index.php index 1a304605..42807183 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Members Database * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. - * Version: 2.10.1 + * Version: 2.10.3 * Author: Gaslight Media * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -19,7 +19,7 @@ * @package glmMembersDatabase * @author Chuck Scott * @license http://www.gaslightmedia.com Gaslightmedia - * @version 2.10.1 + * @version 2.10.3 */ /* @@ -38,7 +38,7 @@ * */ -define('GLM_MEMBERS_PLUGIN_VERSION', '2.10.1'); +define('GLM_MEMBERS_PLUGIN_VERSION', '2.10.3'); define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.1.32'); // Check if plugin version is not current in WordPress option and if needed updated it diff --git a/readme.txt b/readme.txt index a5027be9..ae868790 100644 --- a/readme.txt +++ b/readme.txt @@ -66,6 +66,10 @@ There is of course much more to this. (none) == Changelog == += 2.10.3 = +* Update version number. +* Update adding new city when adding a new member profile. + = 2.10.1 = * Fix the member CSV import for categories. Now assigns them correctly to their parent category.