Skip to content

Commit cb7996d

Browse files
Tagging 1.3.84
1 parent c6e7a1d commit cb7996d

File tree

3 files changed

+35
-5
lines changed

3 files changed

+35
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Ultimate Member is a powerful and flexible WordPress plugin that makes it a bree
44

55
| Latest Version |Requires at least|Stable Tag|
66
| :------------: |:------------:|:------------:|
7-
| 1.3.83 | WordPress 4.5 or higher| 1.3.78 |
7+
| 1.3.84 | WordPress 4.5 or higher| 1.3.78 |
88

99

1010
##Features of the plugin include:
@@ -48,7 +48,7 @@ GNU Version 2 or Any Later Version
4848

4949
Releases
5050
====================
51-
[Pre-Release Version: 1.3.84.24](https://github.com/ultimatemember/ultimatemember/releases).
51+
[Pre-Release Version: 1.3.84](https://github.com/ultimatemember/ultimatemember/releases).
5252

5353
[Official Release Version: 1.3.83](https://github.com/ultimatemember/ultimatemember/releases).
5454

index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Ultimate Member
44
Plugin URI: http://ultimatemember.com/
55
Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress
6-
Version: 1.3.83
6+
Version: 1.3.84
77
Author: Ultimate Member
88
Author URI: http://ultimatemember.com/
99
Text Domain: ultimatemember

readme.txt

+32-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Contributors: ultimatemember, champsupertramp
55
Donate link:
66
Tags: community, member, membership, user-profile, user-registration
77
Requires at least: 4.1
8-
Tested up to: 4.7.2
8+
Tested up to: 4.7.3
99

10-
Stable Tag: 1.3.83
10+
Stable Tag: 1.3.84
1111

1212
License: GNU Version 2 or Any Later Version
1313

@@ -150,6 +150,36 @@ The plugin works with popular caching plugins by automatically excluding Ultimat
150150

151151
== Changelog ==
152152

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+
153183
= 1.3.83: February 20, 2017 =
154184

155185
* Enhancements:

0 commit comments

Comments
 (0)