*
*/
- define('GLM_MEMBERS_PLUGIN_VERSION', '2.10.46');
+ define('GLM_MEMBERS_PLUGIN_VERSION', '2.10.47');
-define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.1.41');
+define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.1.46');
// Check if plugin version is not current in WordPress option and if needed updated it
if (GLM_MEMBERS_PLUGIN_VERSION != get_option('glmMembersDatabasePluginVersion')) {
(none)
== Changelog ==
+= PENDING =
+* Now locking out other processes from database update on an Add-On when one process is doing the update.
+* Added parameter to glmMembersConfigArraySetup() in glmPluginSupport.php to use names for resulting array if needed.
+* Updated what we send to Google Maps when providing driving directions to include user's current location.
+* Added fix for problems with dialog box titles when Bootstrap is loaded.
+
+ = 2.10.47 =
+ * Adding our foundation version.
+
+= 2.10.46 =
+* Moved session startup from adminHooks.php to index.php to ensure there's always a session started.
+* Fixed member listings not using selected sort order setting past first page.
+* Smarty Templates updated to version 3.1.33 due to use of "each()" that is being depricated in PHP.
+
= 2.10.46 =
* Moved session startup from adminHooks.php to index.php to ensure there's always a session started.