@@ -5,9 +5,9 @@ Contributors: ultimatemember, champsupertramp
5
5
Donate link:
6
6
Tags: community, member, membership, user-profile, user-registration
7
7
Requires at least: 4.1
8
- Tested up to: 4.7.2
8
+ Tested up to: 4.7.3
9
9
10
- Stable Tag: 1.3.83
10
+ Stable Tag: 1.3.84
11
11
12
12
License: GNU Version 2 or Any Later Version
13
13
@@ -150,6 +150,36 @@ The plugin works with popular caching plugins by automatically excluding Ultimat
150
150
151
151
== Changelog ==
152
152
153
+ = 1.3.84: April 17, 2017 =
154
+
155
+ * Enhancements:
156
+ * Adds new action hooks before and after WP_User_Query.
157
+ * `um_user_before_query`
158
+ * `um_user_after_query`
159
+ * Adds a dismiss link in locale / language translation notices
160
+ * Adds correct user profile url in WPML language switcher
161
+ * Adds new option to disable name fields in account page
162
+ * `UM > Settings > Account > Disable First & Last Name fields`
163
+ * Add new filters to modify upload base directories
164
+ * `um_multisite_upload_sites_directory`
165
+ * `um_multisite_upload_directory`
166
+ * Adds new action hook in admin > user edit > Ultimate Member to append any customisation
167
+ * `um_user_profile_section`
168
+ * Adds H2 for UltimateMember section to Add/Edit User Form
169
+
170
+ * Bugfixes
171
+ * Fix image url cache filter
172
+ * Fix PHP 7.1+ compatibility issues
173
+ * Fix UTF8 encoding in form fields
174
+ * Fix hide member directory option.
175
+ * Fix conditional logic fields.
176
+ * Fix login access settings for logged-in users.
177
+ * Fix WP role synchronisation on UM role update
178
+ * Fix WP authenticate filter hook
179
+ * Fix radio and checbox field active state colors when disabled.
180
+ * Fix Content Availability conditional fields in edit/add category screens
181
+ * Remove notices
182
+
153
183
= 1.3.83: February 20, 2017 =
154
184
155
185
* Enhancements:
0 commit comments