- prepared for release;

This commit is contained in:
Mykyta Synelnikov
2024-02-06 16:08:23 +02:00
parent b77120f71f
commit fb2cc55359
5 changed files with 33 additions and 4 deletions
+29
View File
@@ -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 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 = = 2.8.2: January 15, 2024 =
* Enhancements: * Enhancements:
+1 -1
View File
@@ -5,7 +5,7 @@
* *
* This template can be overridden by copying it to {your-theme}/ultimate-member/email/notification_deletion.php * 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' ) ) { if ( ! defined( 'ABSPATH' ) ) {
exit; exit;
+1 -1
View File
@@ -5,7 +5,7 @@
* *
* This template can be overridden by copying it to {your-theme}/ultimate-member/email/notification_new_user.php * 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' ) ) { if ( ! defined( 'ABSPATH' ) ) {
exit; exit;
+1 -1
View File
@@ -5,7 +5,7 @@
* *
* This template can be overridden by copying it to {your-theme}/ultimate-member/email/notification_review.php * 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' ) ) { if ( ! defined( 'ABSPATH' ) ) {
exit; exit;
+1 -1
View File
@@ -3,7 +3,7 @@
* Plugin Name: Ultimate Member * Plugin Name: Ultimate Member
* Plugin URI: http://ultimatemember.com/ * Plugin URI: http://ultimatemember.com/
* Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress * 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: Ultimate Member
* Author URI: http://ultimatemember.com/ * Author URI: http://ultimatemember.com/
* Text Domain: ultimate-member * Text Domain: ultimate-member