mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-13 19:56:27 +09:00
Update to version 2.10.3 with enhancements and bug fixes
Added new settings for registration management and improved Action Scheduler flexibility. Resolved issues with Member Directory styling, filtering, and email placeholders. Updated terminology and documentation; ensure cached assets are refreshed post-update.
This commit is contained in:
@@ -1,5 +1,23 @@
|
||||
== Changelog ==
|
||||
|
||||
= 2.10.3 April 24, 2025 =
|
||||
|
||||
* Enhancements:
|
||||
|
||||
- Added: The `Ignore the "User Role > Registration Options"` setting. It provides an ability to auto-approve users if they were created via wp-admin > Users screen.
|
||||
- Tweak: Avoid email notifications to Administrator about user registration via wp-admin > Users screen.
|
||||
- Tweak: Updated the Action Scheduler implementation to improve flexibility and clarity. Refactor Action Scheduler for not only email handling.
|
||||
|
||||
* Bugfixes:
|
||||
|
||||
- Fixed: Member Directory styles when it's rendered on the Gutenberg builder page.
|
||||
- Fixed: Member Directory filtering query when the custom users metatable is used.
|
||||
- Fixed: PHP Warning that occurs when using the `getimagesize` function with an image from an external source.
|
||||
- Fixed: Reset Password email notification's the {password_reset_link}` placeholder.
|
||||
- Fixed: Changed "Turkey" to the current official term "Türkiye".
|
||||
|
||||
* Cached and optimized/minified assets(JS/CSS) must be flushed/re-generated after upgrade *
|
||||
|
||||
= 2.10.2 April 02, 2025 =
|
||||
|
||||
* Enhancements:
|
||||
|
||||
@@ -2555,9 +2555,12 @@ class Site_Health {
|
||||
|
||||
/**
|
||||
* Filters the site health information.
|
||||
*
|
||||
* @hook um_site_health_extend
|
||||
*
|
||||
* @since 2.10.3
|
||||
* @param {array} info - The site health info to be filtered.
|
||||
*
|
||||
* @param {array} $info The site health info to be filtered.
|
||||
*
|
||||
* @return {array} The filtered site health info.
|
||||
*/
|
||||
|
||||
+3
-1
@@ -167,7 +167,7 @@ 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.3 2025-04-15 =
|
||||
= 2.10.3 2025-04-24 =
|
||||
|
||||
**Enhancements**
|
||||
|
||||
@@ -180,6 +180,8 @@ IMPORTANT: PLEASE UPDATE THE PLUGIN TO AT LEAST VERSION 2.6.7 IMMEDIATELY. VERSI
|
||||
* Fixed: Member Directory styles when it's rendered on the Gutenberg builder page.
|
||||
* Fixed: Member Directory filtering query when the custom users metatable is used.
|
||||
* Fixed: PHP Warning that occurs when using the `getimagesize` function with an image from an external source.
|
||||
* Fixed: Reset Password email notification's the {password_reset_link}` placeholder.
|
||||
* Fixed: Changed "Turkey" to the current official term "Türkiye".
|
||||
|
||||
**Cached and optimized/minified assets(JS/CSS) must be flushed/re-generated after upgrade**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user