From 8ff70c000322d18f8982583db0ddfd911bceb158 Mon Sep 17 00:00:00 2001 From: Nikita Sinelnikov Date: Mon, 24 Oct 2022 18:15:04 +0300 Subject: [PATCH] - updated readme files and prepare for release; --- README.md | 2 +- readme.txt | 25 +++++++++++++++++++++++-- ultimate-member.php | 2 +- 3 files changed, 25 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c90329c9..d6e1431e 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ GNU Version 2 or Any Later Version ## Releases -[Official Release Version: 2.5.0](https://github.com/ultimatemember/ultimatemember/releases/tag/2.5.0). +[Official Release Version: 2.5.1](https://github.com/ultimatemember/ultimatemember/releases/tag/2.5.1). ## Changelog diff --git a/readme.txt b/readme.txt index 06ed0531..f53a6dca 100644 --- a/readme.txt +++ b/readme.txt @@ -7,7 +7,7 @@ Tags: community, member, membership, user-profile, user-registration Requires PHP: 5.6 Requires at least: 5.0 Tested up to: 6.0 -Stable tag: 2.5.0 +Stable tag: 2.5.1 License: GNU Version 2 or Any Later Version License URI: http://www.gnu.org/licenses/gpl-3.0.txt @@ -163,9 +163,30 @@ No, you do not need to use our plugin’s login or registration pages and can us * To learn more about version 2.1 please see this [docs](https://docs.ultimatemember.com/article/1512-upgrade-2-1-0) * UM2.1+ is a significant update to the Member Directories' code base from 2.0.x. Please make sure you take a full-site backup with restore point before updating the plugin -= 2.5.1: September xx, 2022 = += 2.5.1: October 26, 2022 = +* Enhancements: + - Added: Custom fields callbacks blacklist. Use `um_dropdown_options_source_blacklist` filter for adding your custom functions to the custom callbacks blacklist. By default there are all PHP internal functions. + +* Bugfixes: + + - Fixed: Posts' restriction that is based on term restriction settings + - Fixed: Issue with class name in checkbox and radio. Class name being 'activeright' instead of 'active right' + - Fixed: Admin upgrade scripts and upgrades pack validation + - Fixed: Directory traversal vulnerabilities + - Fixed: Destroying user sessions after changing "Approved" status to something else (e.g. deactivated) + - Fixed: Conflict when `wp_get_current_user()` not exists. Transferred restriction settings callbacks to `plugins_loaded` hook + - Fixed: Restriction post displaying when 404 is enabled and old restiction logic isn't active + - Fixed: PHP warning when nav menu is empty + - Fixed: Disable auto-login after user is registered by Administrator and UM Registration form + - Fixed: Some typos errors + - Fixed: Using an apostrophe symbols in emails for registration and login both + - Fixed: Sanitizing YouTube links. Applying both https://youtu.be/xxxxxxx and https://youtube.com/xxxxxxx links + +* Deprecated: + + - Removed: Outdated setting using in code (force_display_name_capitlized). Moved the functionality to extended [repo](https://github.com/ultimatemember/Extended/tree/main/um-capitalize-name#readme) = 2.5.0: August 17, 2022 = diff --git a/ultimate-member.php b/ultimate-member.php index a0f8ba9d..a1526ef6 100644 --- a/ultimate-member.php +++ b/ultimate-member.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: 2.5.1-alpha1 +Version: 2.5.1 Author: Ultimate Member Author URI: http://ultimatemember.com/ Text Domain: ultimate-member