diff --git a/changelog.txt b/changelog.txt index de589987..020e8c31 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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: diff --git a/includes/admin/class-site-health.php b/includes/admin/class-site-health.php index 7a8b7f1b..80459933 100644 --- a/includes/admin/class-site-health.php +++ b/includes/admin/class-site-health.php @@ -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. */ diff --git a/readme.txt b/readme.txt index 717c7564..53fa0b0c 100644 --- a/readme.txt +++ b/readme.txt @@ -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**