diff --git a/readme.txt b/readme.txt index 724c14c1..c711b56b 100644 --- a/readme.txt +++ b/readme.txt @@ -6,8 +6,8 @@ Donate link: 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.1 +Tested up to: 6.1 +Stable tag: 2.5.2 License: GNU Version 2 or Any Later Version License URI: http://www.gnu.org/licenses/gpl-3.0.txt @@ -163,8 +163,29 @@ 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.2: November xx, 2022 = += 2.5.2: December 14, 2022 = +* Enhancements: + + - Added: Custom dropdown callback functions security enhancements. Avoid using blacklisted functions through namespace or uppercase format + - Added: Validation for upgrade package in wp-admin + - Added: `Change Password request limit` option for prevent from any brute-force attacks or password guessing with the form + - Added: Strong password checking for not using username|email inside the password + - Added: `um_custom_authenticate_error_codes` hook for handling 3rd-party login errors on UM invalid form + +* Bugfixes: + + - Fixed: Some texts sanitizing + - Fixed: PHP Error in url-type field on UM Forms + - Fixed: Using `wp_mkdir` to avoid the filesystem conflict when copy email template to theme + - Fixed: Password Reset URL generating + - Fixed: Multiple users approve + - Fixed: Using regular URL-type field for displaying + +* Templates required update: + - members.php + +* Cached and optimized/minified assets(JS/CSS) must be flushed/re-generated after upgrade = 2.5.1: October 26, 2022 = diff --git a/ultimate-member.php b/ultimate-member.php index 550ed3e1..b251d51f 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.2-alpha +Version: 2.5.2 Author: Ultimate Member Author URI: http://ultimatemember.com/ Text Domain: ultimate-member