mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- prepared for release;
This commit is contained in:
+29
@@ -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:
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user