From f5587e0ca5578d4b0c8921c615aa11c5942b4f42 Mon Sep 17 00:00:00 2001 From: Nikita Sinelnikov Date: Wed, 29 Mar 2023 00:24:44 +0300 Subject: [PATCH] - updated readme; --- readme.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/readme.txt b/readme.txt index 93ff3110..642a02a5 100644 --- a/readme.txt +++ b/readme.txt @@ -165,10 +165,34 @@ No, you do not need to use our plugin’s login or registration pages and can us = 2.6.0: March 29, 2023 = +* Enhancements: + + - Added: Hook arguments ($form_id, $not_searched) to 'um_members_directory_head' + - Added: Using user locale `get_user_locale()` for localization with the 1st priority + - Added: Hooks to change the profile SEO image: 'um_profile_dynamic_meta_image_size', 'um_profile_dynamic_meta_image_type' + - Added: Filter for making 3rd-party roles editable through Ultimate Member interfaces. Use 'um_extend_editable_roles' and pass there an array of role keys( e.g. 'editor', 'administrator', etc. ) + +* Bugfixes: + + - Fixed: Major issues with the Member Directory search line + - Fixed: Social links (Twitch, TikTok, Reddit) colors in profile header + - Fixed: Exclude registered date field from editable fields + - Fixed: Create the custom table for usermeta if does not exists + - Fixed: Locale loading time and hook for that + - Fixed: Used `wp_unslash()` for input POST data on Change Password + - Fixed: Role setting "Avoid indexing profile by search engines" + - Fixed: Date Picker field value format for 3rd-party integration meta fields + - Fixed: Last login timestamp being lost in the users cache + - Fixed: Textdomain typos + - Fixed: Small PHP warnings and notices + * Deprecated: - Deprecated: VKontakte and Google+ predefined fields. VKontakte and Google+ fields validation changed to just URL validation. +* Templates required update: + - members.php + = 2.5.4: February 17, 2023 = * Enhancements: