From: Steve Sutton Date: Tue, 12 Mar 2019 19:56:39 +0000 (-0400) Subject: Merge tag 'v2.11.3' into develop X-Git-Tag: v2.12.0^2~3 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4fb06a257ab22a077c312b2eb2f18879dcc24795;p=WP-Plugins%2Fglm-member-db.git Merge tag 'v2.11.3' into develop Version 2.11.3 --- 4fb06a257ab22a077c312b2eb2f18879dcc24795 diff --cc index.php index cc948884,c06dc34a..03c5776c --- a/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 index 14c992e5,10f60d57..b1df464c --- a/readme.txt +++ b/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.