From 6fb9265dfd83394ab597df201b1c83402d0ac198 Mon Sep 17 00:00:00 2001 From: Nikita Sinelnikov Date: Tue, 14 Feb 2023 11:44:14 +0200 Subject: [PATCH] - prepared for the release; --- README.md | 2 +- readme.txt | 21 +++++++++++++++++---- templates/profile.php | 2 +- ultimate-member.php | 2 +- 4 files changed, 20 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3504b653..ac1b859f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ GNU Version 2 or Any Later Version ## Releases -[Official Release Version: 2.5.3](https://github.com/ultimatemember/ultimatemember/releases/tag/2.5.3). +[Official Release Version: 2.5.4](https://github.com/ultimatemember/ultimatemember/releases/tag/2.5.4). ## Changelog diff --git a/readme.txt b/readme.txt index 035e3267..cbb416b8 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -=== Ultimate Member – User Profile, User Registration, Login & Membership Plugin === +=== Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin === Author URI: https://ultimatemember.com/ Plugin URI: https://ultimatemember.com/ Contributors: ultimatemember, champsupertramp, nsinelnikov @@ -7,11 +7,11 @@ Tags: community, member, membership, user-profile, user-registration Requires PHP: 5.6 Requires at least: 5.0 Tested up to: 6.1 -Stable tag: 2.5.3 +Stable tag: 2.5.4 License: GNU Version 2 or Any Later Version License URI: http://www.gnu.org/licenses/gpl-3.0.txt -The #1 plugin for front-end user profiles, user registration & login forms, member directories, content restriction and more. +The #1 plugin for front-end user profiles, user registration & login forms, member directories, content restriction, user roles and more. == Description == @@ -163,9 +163,22 @@ 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.4: January xx, 2023 = += 2.5.4: February 16, 2023 = +* Enhancements: + - Added: TikTok, Twitch and Reddit fields + - Added: Handler of restriction settings for blog page + - Added: Support of the `` inside textarea with enabled the "HTML using" option + - Added: 'um_get_field_date' hook for filtering date fields + - Added: `UM()->get_allowed_html()` function for using it inside wp_kses allowed HTML tags + +* Bugfixes: + + - Fixed: Redirect to some links when content is restricted. Using `esc_url_raw()` instead of `esc_url()` for redirect to URLs inside class-access.php + - Fixed: Handle restriction settings for attachments, later hook is used for checking capabilities through `current_user_can()` + - Fixed: Honeypot triggering in password reset, when not set + - Fixed: Small PHP notices and warnings = 2.5.3: December 19, 2022 = diff --git a/templates/profile.php b/templates/profile.php index e1fe66f6..7ca2fb9e 100644 --- a/templates/profile.php +++ b/templates/profile.php @@ -265,4 +265,4 @@ do_action( 'um_profile_footer', $args ); ?> - \ No newline at end of file + diff --git a/ultimate-member.php b/ultimate-member.php index 0722d7ea..368bea5e 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.4-alpha +Version: 2.5.4 Author: Ultimate Member Author URI: http://ultimatemember.com/ Text Domain: ultimate-member