From fbe454bfc0aaee2c5e5dfe7c340153ba96de5f2c Mon Sep 17 00:00:00 2001 From: Mykyta Synelnikov Date: Tue, 4 Nov 2025 15:38:43 +0200 Subject: [PATCH] Update Ultimate Member to version 2.10.7 This release includes enhancements such as transitioning the `Extensions_Updater` to use the Action Scheduler for smoother extension upgrades. Bug fixes address profile link issues in comments, improve emoji conversion with `emotize`, and correct label typos. --- .wordpress-org/blueprints/blueprint.json | 2 +- README.md | 2 +- changelog.txt | 12 ++++++++++++ package.json | 2 +- readme.txt | 14 +++++++++++++- ultimate-member.php | 2 +- 6 files changed, 29 insertions(+), 5 deletions(-) diff --git a/.wordpress-org/blueprints/blueprint.json b/.wordpress-org/blueprints/blueprint.json index 1572d6ac..57962bb8 100644 --- a/.wordpress-org/blueprints/blueprint.json +++ b/.wordpress-org/blueprints/blueprint.json @@ -15,7 +15,7 @@ "step": "installPlugin", "pluginZipFile": { "resource": "url", - "url": "https:\/\/downloads.wordpress.org\/plugin\/ultimate-member.2.10.6.zip" + "url": "https:\/\/downloads.wordpress.org\/plugin\/ultimate-member.2.10.7.zip" }, "options": { "activate": true diff --git a/README.md b/README.md index b8e6a86d..187b8e15 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.10.6](https://github.com/ultimatemember/ultimatemember/releases/tag/2.10.6). +[Official Release Version: 2.10.7](https://github.com/ultimatemember/ultimatemember/releases/tag/2.10.7). ## Changelog diff --git a/changelog.txt b/changelog.txt index bdc8fbb2..9d943f29 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,17 @@ == Changelog == += 2.10.7 November 12, 2025 = + +* Enhancements: + + - Tweak: Updated `Extensions_Updater` class to use Action Scheduler in the upgrade process of the UM extensions. + +* Bugfixes: + + - Fixed: User profile links in the comments section on the frontend when the `$comment->user_id` is empty. + - Fixed: The `emotize` function regexp for better emoji converting. + - Fixed: Typo in labels. + = 2.10.6 October 02, 2025 = * Enhancements: diff --git a/package.json b/package.json index 546f2deb..66f933ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ultimate-member", - "version": "2.10.6", + "version": "2.10.7", "author": { "name": "Ultimate Member", "email": "team@ultimatemember.com", diff --git a/readme.txt b/readme.txt index ee126525..1a430699 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Tags: community, member, membership, user-profile, user-registration Requires PHP: 7.0 Requires at least: 6.2 Tested up to: 6.8 -Stable tag: 2.10.6 +Stable tag: 2.10.7 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.txt @@ -167,6 +167,18 @@ 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.10.7 2025-11-12 = + +**Enhancements** + +* Tweak: Updated `Extensions_Updater` class to use Action Scheduler in the upgrade process of the UM extensions. + +**Bugfixes** + +* Fixed: User profile links in the comments section on the frontend when the `$comment->user_id` is empty. +* Fixed: The `emotize` function regexp for better emoji converting. +* Fixed: Typo in labels. + = 2.10.6 2025-10-02 = **Enhancements** diff --git a/ultimate-member.php b/ultimate-member.php index 21be3d22..6905ab84 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.10.6 + * Version: 2.10.7 * Author: Ultimate Member * Author URI: http://ultimatemember.com/ * License: GPLv3