From 456417552750e98b7d74665205f949077dcee70f Mon Sep 17 00:00:00 2001 From: Mykyta Synelnikov Date: Mon, 11 Nov 2024 14:22:35 +0200 Subject: [PATCH] * release preparations; --- changelog.txt | 16 +++++++++++++--- readme.txt | 9 ++++++++- ultimate-member.php | 2 +- 3 files changed, 22 insertions(+), 5 deletions(-) diff --git a/changelog.txt b/changelog.txt index 04a77782..49946b34 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,10 +1,20 @@ == Changelog == -= 2.9.0 xx xx, 2024 = += 2.9.0 November 12, 2024 = -**Bugfixes** +* Enhancements: -* Fixed: User status filter on wp-admin > Users on mobile devices + - Added: Action Scheduler (version 3.8.1) for email sending. More info is [here](https://actionscheduler.org/) + - Added: Supporting new `wp_register_block_metadata_collection()` function for registering WP Blocks + +* Bugfixes: + + - Fixed: `ajax_image_upload()` and `ajax_resize_image()` handlers vulnerability. CVE ID: CVE-2024-10528 + - Fixed: Disabling user status column wp-admin > Users screen + - Fixed: User status filter on wp-admin > Users on mobile devices + - Fixed: Extra unwrapping of the WP Editor field's value + +* Cached and optimized/minified assets(JS/CSS) must be flushed/re-generated after upgrade = 2.8.9 October 14, 2024 = diff --git a/readme.txt b/readme.txt index a302d3f8..0e3811d0 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Tags: community, member, membership, user-profile, user-registration Requires PHP: 5.6 Requires at least: 5.5 Tested up to: 6.7 -Stable tag: 2.8.9 +Stable tag: 2.9.0 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.txt @@ -170,14 +170,18 @@ IMPORTANT: PLEASE UPDATE THE PLUGIN TO AT LEAST VERSION 2.6.7 IMMEDIATELY. VERSI **Enhancements** +* Added: Action Scheduler (version 3.8.1) for email sending. More info is [here](https://actionscheduler.org/). * Added: Supporting new `wp_register_block_metadata_collection()` function for registering WP Blocks **Bugfixes** +* Fixed: `ajax_image_upload()` and `ajax_resize_image()` handlers vulnerability. CVE ID: CVE-2024-10528 * Fixed: Disabling user status column wp-admin > Users screen * Fixed: User status filter on wp-admin > Users on mobile devices * Fixed: Extra unwrapping of the WP Editor field's value +**Cached and optimized/minified assets(JS/CSS) must be flushed/re-generated after upgrade** + = 2.8.9 2024-10-14 = **Enhancements** @@ -468,6 +472,9 @@ IMPORTANT: PLEASE UPDATE THE PLUGIN TO AT LEAST VERSION 2.6.7 IMMEDIATELY. VERSI == Upgrade Notice == += 2.9.0 = +This version fixes a security related bug. Upgrade immediately. + = 2.8.7 = This version fixes a security related bug. Upgrade immediately. diff --git a/ultimate-member.php b/ultimate-member.php index 73f526b8..6369eb11 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.9.0-beta + * Version: 2.9.0 * Author: Ultimate Member * Author URI: http://ultimatemember.com/ * Text Domain: ultimate-member