mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
* pre-release
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
"step": "installPlugin",
|
"step": "installPlugin",
|
||||||
"pluginZipFile": {
|
"pluginZipFile": {
|
||||||
"resource": "url",
|
"resource": "url",
|
||||||
"url": "https:\/\/downloads.wordpress.org\/plugin\/ultimate-member.2.9.1.zip"
|
"url": "https:\/\/downloads.wordpress.org\/plugin\/ultimate-member.2.9.2.zip"
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"activate": true
|
"activate": true
|
||||||
|
|||||||
@@ -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
|
### 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.9.1](https://github.com/ultimatemember/ultimatemember/releases/tag/2.9.1).
|
[Official Release Version: 2.9.2](https://github.com/ultimatemember/ultimatemember/releases/tag/2.9.2).
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,26 @@
|
|||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 2.9.2 December 04, 2024 =
|
||||||
|
|
||||||
|
* Enhancements:
|
||||||
|
|
||||||
|
- Added: `UM()->is_new_ui()` function for future enhancements related to new UI
|
||||||
|
- Tweak: Changed hook's priority for initialization of email templates paths
|
||||||
|
- Tweak: Removed `load_plugin_textdomain` due to (article)[https://make.wordpress.org/core/2024/10/21/i18n-improvements-6-7/#Enhanced-support-for-only-using-PHP-translation-files]
|
||||||
|
|
||||||
|
* Bugfixes:
|
||||||
|
|
||||||
|
- Fixed: Using placeholders in email templates when Action Scheduler is active. Using `fetch_user_id` attribute for fetching necessary user before sending email
|
||||||
|
- Fixed: PHP errors related to `UM()->localize()` function
|
||||||
|
- Fixed: PHP errors in user meta header when `last_update` meta is empty
|
||||||
|
|
||||||
|
* Deprecated:
|
||||||
|
|
||||||
|
- Fully deprecated `UM()->localize()` function
|
||||||
|
- Fully deprecated `um_language_textdomain` filter hook
|
||||||
|
|
||||||
|
* Cached and optimized/minified assets(JS/CSS) must be flushed/re-generated after upgrade
|
||||||
|
|
||||||
= 2.9.1 November 15, 2024 =
|
= 2.9.1 November 15, 2024 =
|
||||||
|
|
||||||
* Enhancements:
|
* Enhancements:
|
||||||
|
|||||||
+19
-2
@@ -6,7 +6,7 @@ Tags: community, member, membership, user-profile, user-registration
|
|||||||
Requires PHP: 5.6
|
Requires PHP: 5.6
|
||||||
Requires at least: 5.5
|
Requires at least: 5.5
|
||||||
Tested up to: 6.7
|
Tested up to: 6.7
|
||||||
Stable tag: 2.9.1
|
Stable tag: 2.9.2
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
|
|
||||||
@@ -166,9 +166,26 @@ 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.9.2 2024-11-xx =
|
= 2.9.2 2024-12-04 =
|
||||||
|
|
||||||
|
**Enhancements**
|
||||||
|
|
||||||
|
* Added: `UM()->is_new_ui()` function for future enhancements related to new UI
|
||||||
|
* Tweak: Changed hook's priority for initialization of email templates paths
|
||||||
|
* Tweak: Removed `load_plugin_textdomain` due to (article)[https://make.wordpress.org/core/2024/10/21/i18n-improvements-6-7/#Enhanced-support-for-only-using-PHP-translation-files]
|
||||||
|
|
||||||
|
**Bugfixes**
|
||||||
|
|
||||||
|
* Fixed: Using placeholders in email templates when Action Scheduler is active. Using `fetch_user_id` attribute for fetching necessary user before sending email
|
||||||
|
* Fixed: PHP errors related to `UM()->localize()` function
|
||||||
|
* Fixed: PHP errors in user meta header when `last_update` meta is empty
|
||||||
|
|
||||||
|
**Deprecated**
|
||||||
|
|
||||||
|
* Fully deprecated `UM()->localize()` function
|
||||||
|
* Fully deprecated `um_language_textdomain` filter hook
|
||||||
|
|
||||||
|
**Cached and optimized/minified assets(JS/CSS) must be flushed/re-generated after upgrade**
|
||||||
|
|
||||||
= 2.9.1 2024-11-15 =
|
= 2.9.1 2024-11-15 =
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -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.9.2-alpha
|
* Version: 2.9.2
|
||||||
* Author: Ultimate Member
|
* Author: Ultimate Member
|
||||||
* Author URI: http://ultimatemember.com/
|
* Author URI: http://ultimatemember.com/
|
||||||
* Text Domain: ultimate-member
|
* Text Domain: ultimate-member
|
||||||
|
|||||||
Reference in New Issue
Block a user