From cb7996d1e59c5d46f3d9c767a5df8168e7468d00 Mon Sep 17 00:00:00 2001 From: Champ Camba Date: Mon, 17 Apr 2017 18:22:40 +0800 Subject: [PATCH] Tagging 1.3.84 --- README.md | 4 ++-- index.php | 2 +- readme.txt | 34 ++++++++++++++++++++++++++++++++-- 3 files changed, 35 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 79af324b..e56187d2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Ultimate Member is a powerful and flexible WordPress plugin that makes it a bree | Latest Version |Requires at least|Stable Tag| | :------------: |:------------:|:------------:| -| 1.3.83 | WordPress 4.5 or higher| 1.3.78 | +| 1.3.84 | WordPress 4.5 or higher| 1.3.78 | ##Features of the plugin include: @@ -48,7 +48,7 @@ GNU Version 2 or Any Later Version Releases ==================== -[Pre-Release Version: 1.3.84.24](https://github.com/ultimatemember/ultimatemember/releases). +[Pre-Release Version: 1.3.84](https://github.com/ultimatemember/ultimatemember/releases). [Official Release Version: 1.3.83](https://github.com/ultimatemember/ultimatemember/releases). diff --git a/index.php b/index.php index e13071a1..652ff92f 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ Plugin Name: Ultimate Member Plugin URI: http://ultimatemember.com/ Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress -Version: 1.3.83 +Version: 1.3.84 Author: Ultimate Member Author URI: http://ultimatemember.com/ Text Domain: ultimatemember diff --git a/readme.txt b/readme.txt index 12739b48..1f06c26f 100644 --- a/readme.txt +++ b/readme.txt @@ -5,9 +5,9 @@ Contributors: ultimatemember, champsupertramp Donate link: Tags: community, member, membership, user-profile, user-registration Requires at least: 4.1 -Tested up to: 4.7.2 +Tested up to: 4.7.3 -Stable Tag: 1.3.83 +Stable Tag: 1.3.84 License: GNU Version 2 or Any Later Version @@ -150,6 +150,36 @@ The plugin works with popular caching plugins by automatically excluding Ultimat == Changelog == += 1.3.84: April 17, 2017 = + +* Enhancements: + * Adds new action hooks before and after WP_User_Query. + * `um_user_before_query` + * `um_user_after_query` + * Adds a dismiss link in locale / language translation notices + * Adds correct user profile url in WPML language switcher + * Adds new option to disable name fields in account page + * `UM > Settings > Account > Disable First & Last Name fields` + * Add new filters to modify upload base directories + * `um_multisite_upload_sites_directory` + * `um_multisite_upload_directory` + * Adds new action hook in admin > user edit > Ultimate Member to append any customisation + * `um_user_profile_section` + * Adds H2 for UltimateMember section to Add/Edit User Form + +* Bugfixes + * Fix image url cache filter + * Fix PHP 7.1+ compatibility issues + * Fix UTF8 encoding in form fields + * Fix hide member directory option. + * Fix conditional logic fields. + * Fix login access settings for logged-in users. + * Fix WP role synchronisation on UM role update + * Fix WP authenticate filter hook + * Fix radio and checbox field active state colors when disabled. + * Fix Content Availability conditional fields in edit/add category screens + * Remove notices + = 1.3.83: February 20, 2017 = * Enhancements: