From fb2cc55359033c7a1a3dccf0a338afe250a4a553 Mon Sep 17 00:00:00 2001 From: Mykyta Synelnikov Date: Tue, 6 Feb 2024 16:08:23 +0200 Subject: [PATCH] - prepared for release; --- readme.txt | 29 +++++++++++++++++++++++ templates/email/notification_deletion.php | 2 +- templates/email/notification_new_user.php | 2 +- templates/email/notification_review.php | 2 +- ultimate-member.php | 2 +- 5 files changed, 33 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index c9f8bdf4..5a8c5a93 100644 --- a/readme.txt +++ b/readme.txt @@ -166,6 +166,35 @@ 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.8.3: February 12, 2024 = + +* Enhancements: + + - Tweak: Ultimate Member > Settings redesign + +* Bugfixes: + + - Fixed: aria-invalid attribute for the user description field + - Fixed: wp_kses protocols for email notifications content + - Fixed: PHP notice while registration form validation + - Fixed: Field validations (English letters, Alpha-numeric types) + - Fixed: Hidden buttons in the modal when uploading profile and cover photo + - Fixed: Theme updater log message + - Fixed: Search line shortcode layout + - Fixed: PHP notice while login form submission + - Fixed: Email notifications HTML layout + - Fixed: Default email notification body color + +* Templates required update: + + - email/notification_deletion.php + - email/notification_new_user.php + - email/notification_review.php + - email/welcome_email.php + - password-change.php + +* Cached and optimized/minified assets(JS/CSS) must be flushed/re-generated after upgrade + = 2.8.2: January 15, 2024 = * Enhancements: diff --git a/templates/email/notification_deletion.php b/templates/email/notification_deletion.php index 87f2f8d4..c9b7eba5 100644 --- a/templates/email/notification_deletion.php +++ b/templates/email/notification_deletion.php @@ -5,7 +5,7 @@ * * This template can be overridden by copying it to {your-theme}/ultimate-member/email/notification_deletion.php * - * @version 2.6.1 + * @version 2.8.3 */ if ( ! defined( 'ABSPATH' ) ) { exit; diff --git a/templates/email/notification_new_user.php b/templates/email/notification_new_user.php index 14529ee8..588a2f6b 100644 --- a/templates/email/notification_new_user.php +++ b/templates/email/notification_new_user.php @@ -5,7 +5,7 @@ * * This template can be overridden by copying it to {your-theme}/ultimate-member/email/notification_new_user.php * - * @version 2.6.1 + * @version 2.8.3 */ if ( ! defined( 'ABSPATH' ) ) { exit; diff --git a/templates/email/notification_review.php b/templates/email/notification_review.php index 4a1f08fb..cc195ddf 100644 --- a/templates/email/notification_review.php +++ b/templates/email/notification_review.php @@ -5,7 +5,7 @@ * * This template can be overridden by copying it to {your-theme}/ultimate-member/email/notification_review.php * - * @version 2.6.1 + * @version 2.8.3 */ if ( ! defined( 'ABSPATH' ) ) { exit; diff --git a/ultimate-member.php b/ultimate-member.php index b08fcaeb..c4edc25a 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.8.3-alpha + * Version: 2.8.3-rc.1 * Author: Ultimate Member * Author URI: http://ultimatemember.com/ * Text Domain: ultimate-member