Release v2.10.23
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 20 Feb 2018 15:54:29 +0000 (10:54 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 20 Feb 2018 15:54:29 +0000 (10:54 -0500)
Update files for release.

index.php
readme.txt

index d87aba3..d79ec80 100644 (file)
--- 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 <cscott@gaslightmedia.com>
  * @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
index 338d1e5..f13e66d 100644 (file)
@@ -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 =