From e45add34c4aaea8a883d9698ce1bbf229108debd Mon Sep 17 00:00:00 2001 From: Mykyta Synelnikov Date: Tue, 25 Jul 2023 01:04:12 +0300 Subject: [PATCH] - updated readme.txt; - updated plugin main file markup; --- README.md | 2 +- readme.txt | 17 +++++++++++++++-- ultimate-member.php | 23 ++++++++++++++--------- 3 files changed, 30 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index ecebd89d..1c66fd5b 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ GNU Version 2 or Any Later Version ### IMPORTANT: PLEASE UPDATE THE PLUGIN TO AT LEAST VERSION 2.6.7 IMMEDIATELY. VERSION 2.6.7 PATCHES SECURITY PRIVILEGE ESCALATION VULNERABILITY. PLEASE SEE [THIS ARTICLE](https://docs.ultimatemember.com/article/1866-security-incident-update-and-recommended-actions) FOR MORE INFORMATION -[Official Release Version: 2.6.8](https://github.com/ultimatemember/ultimatemember/releases/tag/2.6.8). +[Official Release Version: 2.6.9](https://github.com/ultimatemember/ultimatemember/releases/tag/2.6.9). ## Changelog diff --git a/readme.txt b/readme.txt index 063bc318..cf76f648 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.5 Tested up to: 6.2 -Stable tag: 2.6.8 +Stable tag: 2.6.9 License: GNU Version 2 or Any Later Version License URI: http://www.gnu.org/licenses/gpl-3.0.txt @@ -166,7 +166,7 @@ No specific extensions are needed. But we highly recommended keep active these P IMPORTANT: PLEASE UPDATE THE PLUGIN TO AT LEAST VERSION 2.6.7 IMMEDIATELY. VERSION 2.6.7 PATCHES SECURITY PRIVILEGE ESCALATION VULNERABILITY. PLEASE SEE [THIS ARTICLE](https://docs.ultimatemember.com/article/1866-security-incident-update-and-recommended-actions) FOR MORE INFORMATION -= 2.6.9: August xx, 2023 = += 2.6.9: July 26, 2023 = * Enhancements: @@ -175,6 +175,19 @@ IMPORTANT: PLEASE UPDATE THE PLUGIN TO AT LEAST VERSION 2.6.7 IMMEDIATELY. VERSI * Bugfixes: - Fixed: Using allowed hosts for safe redirect after profile deletion + - Fixed: Nonce validation for the admin actions handler + - Fixed: Using singleton for UM Forms and UM Account shortcodes. Empty pages issue + - Fixed: PHP errors in admin notices + - Fixed: PHP errors on UM Profile update when there is multiselect field + - Fixed: UM Form and UM Member Directories titles un-slashed. Please re-update the entities where you have extra-slashes + - Fixed: Maximum allowed words option for textarea where you may insert HTML tags. Ignore HTML tags symbols when count + - Fixed: Sanitize for fields (Min characters, Max characters, etc.) where can be empty string or absint value + +* Templates required update: + + - profile.php + +* Cached and optimized/minified assets(JS/CSS) must be flushed/re-generated after upgrade = 2.6.8: July 19, 2023 = diff --git a/ultimate-member.php b/ultimate-member.php index b62f1d8d..1366a2b5 100644 --- a/ultimate-member.php +++ b/ultimate-member.php @@ -1,13 +1,18 @@