From: Steve Sutton Date: Tue, 20 Feb 2018 15:54:29 +0000 (-0500) Subject: Release v2.10.23 X-Git-Tag: v2.10.23^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f69662084d546d8887514358f1deabdcc7de9d12;p=WP-Plugins%2Fglm-member-db.git Release v2.10.23 Update files for release. --- diff --git a/index.php b/index.php index d87aba39..d79ec80b 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.22 + * Version: 2.10.23 * 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.22 + * @version 2.10.23 */ $GLOBALS['glmAssociateMemTracker'] = memory_get_usage(); @@ -46,7 +46,7 @@ if (!defined('ABSPATH')) { * */ -define('GLM_MEMBERS_PLUGIN_VERSION', '2.10.22'); +define('GLM_MEMBERS_PLUGIN_VERSION', '2.10.23'); define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.1.34'); // Check if plugin version is not current in WordPress option and if needed updated it diff --git a/readme.txt b/readme.txt index 338d1e5b..f13e66d5 100644 --- a/readme.txt +++ b/readme.txt @@ -66,12 +66,16 @@ There is of course much more to this. (none) == Changelog == += 2.10.23 = +* Add New File Upload Manager. This is for sites that have a lot of large PDF + files or large number of files in general. + = 2.10.22 = -* Vimeo links that do not start with www. are now correctly interpreted on the +* Vimeo links that do not start with www. are now correctly interpreted on the video sections on Member Detail pages = 2.10.21 = -* adding url GET params in the member list view to scroll to the search results +* adding url GET params in the member list view to scroll to the search results when clicking on alpha search or filter search = 2.10.17 - 2.10.19 =