The default language of any content posted is English. Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the
Help page. Found a dead link? Use the report button!
Information: Safety & Support
Resources here are generally safe, but false positives may occur on Virustotal due to certain coding techniques. Exercise caution and test before use. Consider buying licenses to support developers. Your security is our priority.
Fixed: Displaying Post Date on the User Profile > Posts tab based on this article
Fixed: Small PHP warning, notices and typos
Deprecated:
UM()->enqueue() use UM()->frontend()->enqueue() method
UM()->admin_enqueue() use UM()->admin()->enqueue() method
UM()->admin_enqueue()->suffix property use UM()->frontend()->enqueue()::get_suffix()
UM()->admin()->enqueue()->suffix property use UM()->frontend()->enqueue()::get_suffix()
Changed directories for the fonts (fonticons + raty), and JS/CSS files related to libs jquery-ui, raty, select2, tipsy, fonticons (FontAwesome + Ionicons)
Templates required update:
account.php
login.php
password-change.php
password-reset.php
register.php
profile/posts-single.php
Cached and optimized/minified assets(JS/CSS) must be flushed/re-generated after upgrade
Fixed: A privilege escalation vulnerability used through UM Forms. Known in the wild that vulnerability allowed strangers to create administrator-level WordPress users. Please update immediately and check all administrator-level users on your website.
Fixed: Displaying fields on Account page > Privacy > Member directory settings
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.