From 8dbe008d2ea0dc5a30dc33ad2ef1f5a0775bbbb2 Mon Sep 17 00:00:00 2001 From: champsupertramp Date: Thu, 8 Sep 2016 16:29:50 +0800 Subject: [PATCH] Tagging 1.3.69 --- README.md | 4 ++-- index.php | 2 +- readme.txt | 43 +++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 44 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 906eb01c..18b840bf 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.68 | WordPress 4.5 or higher| 1.3.68 | +| 1.3.69 | WordPress 4.5 or higher| 1.3.69 | ##Features of the plugin include: @@ -48,7 +48,7 @@ GNU Version 2 or Any Later Version Releases ==================== -[Latest Release: Ultimate Member pre-v1.3.69.8](https://github.com/ultimatemember/ultimatemember/releases). +[Latest Release: Ultimate Member pre-v1.3.69.25](https://github.com/ultimatemember/ultimatemember/releases). Changelog ==================== diff --git a/index.php b/index.php index cdae6d2f..d0f4a5f3 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.68 +Version: 1.3.69 Author: Ultimate Member Author URI: http://ultimatemember.com/ Text Domain: ultimatemember diff --git a/readme.txt b/readme.txt index 37616116..64437873 100644 --- a/readme.txt +++ b/readme.txt @@ -5,9 +5,9 @@ Contributors: ultimatemember, champsupertramp Donate link: Tags: access control, author, authors, author profile, comments, community, communities, conditional fields, conditional logic, conditional menus, content protection, custom fields, file uploads, form builder, front-end login, front-end registration, gravatar, hide wp-admin, login, login page, logged-in users, mandrill, member, members, membership, member directory, online users, profile, profiles, profile builder, registration, restriction, restrict content, role creation, role menus, search filters, sign in, sign up, social network, star ratings, toolbar, user, users, user fields, user profile, user-profile, user profiles, user roles Requires at least: 4.1 -Tested up to: 4.5.3 +Tested up to: 4.6.1 -Stable Tag: 1.3.68 +Stable Tag: 1.3.69 License: GNU Version 2 or Any Later Version @@ -149,6 +149,45 @@ The plugin works with popular caching plugins by automatically excluding Ultimat == Changelog == += 1.3.69: September 08, 2016 = + +* Enhancements: + * Adds a system information tool for support purposes + * Adds a new option to disable generating profile slugs on every load of member directory pages. + * Located in UM > Settings > Advanced > Stop generating profile slugs in member directory. + * This improves the performance when loading profiles in directories. It generates profile slug on Profile Update ( front and back-end ), Registration Process and viewing the Users in the back-end. + * Adds new filter hook `um_activate_url` to modify the account activation url. + * Adds new filter hooks to modify first and last name cases + * `um_user_first_name_case` + * `um_user_last_name_case` + * Adds new filter hooks to modify nonces of image and file uploads + * `um_file_upload_nonce` + * `um_image_upload_nonce` + * Improves search member filters and keyword sensitivity + * Improves generation of profile slugs + * Improves force capitalization of display names with dash + * Improves the pagination and loading of profiles in member directory + +* Bugfixes: + * Fixes a bug where users in member directory are missing after updating their profile + * Fixes a bug to generate random email when email field is not added in a form. + * Fixes a bug to show hidden members in member directory for admins + * Fixes a bug to validate username length on registration process + * Fixes a bug to display profile name in dynamic menu and profile page title + * Fixes a bug where frequent security notices show on registration process + * Fixes a bug to assign correct role to a user on registration process + * Fixes a bug to display correct roles in radio and dropdown fields + * Fixes a bug to validate the reset password + * Fixes a bug to change the assign of role in navigation menu items + * Fixes a bug to select radio field in profile form + * Fixes a bug to allow frontpage and posts page to handle custom access settings + * Fixes a bug where profile role field's conditional logic doesn't show/hide the second field. + * Fixes a bug to show 'Last Login' field in profile edit and view mode. + * Fixes a bug to sync roles with users in Edit Roles. + * Fixes a bug to disable/enable UM profile cache + * Fixes a bug to disable biography field's character limit when added in form + + = 1.3.68: August 02, 2016 = * Fixed: radio field in account page