Merge tag 'v2.11.3' into develop
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 12 Mar 2019 19:56:39 +0000 (15:56 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 12 Mar 2019 19:56:39 +0000 (15:56 -0400)
Version 2.11.3

1  2 
index.php
readme.txt

diff --cc index.php
+++ b/index.php
@@@ -47,8 -47,8 +47,8 @@@ if (!defined('ABSPATH')) 
   *
   */
  
- define('GLM_MEMBERS_PLUGIN_VERSION', '2.11.2');
+ define('GLM_MEMBERS_PLUGIN_VERSION', '2.11.3');
 -define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.1.46');
 +define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.1.52');
  
  // Check if plugin version is not current in WordPress option and if needed updated it
  if (GLM_MEMBERS_PLUGIN_VERSION != get_option('glmMembersDatabasePluginVersion')) {
diff --cc readme.txt
@@@ -66,11 -66,9 +66,14 @@@ There is of course much more to this
  (none)
  
  == Changelog ==
 += PENDING =
 +* Update file size for member photo galleries to 10MB.
 +* Add fax number to member profiles.
 +* Adding clear cache link in management.
 +
+ = 2.11.3 =
+ * Update the max file size for the photo gallery in member profiles to 10MB.
  = 2.11.1 - 2 =
  * Bug fixes in the smarty templates.