mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-14 04:06:36 +09:00
- updated readme files and prepare for release;
This commit is contained in:
@@ -41,7 +41,7 @@ GNU Version 2 or Any Later Version
|
||||
|
||||
## Releases
|
||||
|
||||
[Official Release Version: 2.5.0](https://github.com/ultimatemember/ultimatemember/releases/tag/2.5.0).
|
||||
[Official Release Version: 2.5.1](https://github.com/ultimatemember/ultimatemember/releases/tag/2.5.1).
|
||||
|
||||
## Changelog
|
||||
|
||||
|
||||
+23
-2
@@ -7,7 +7,7 @@ Tags: community, member, membership, user-profile, user-registration
|
||||
Requires PHP: 5.6
|
||||
Requires at least: 5.0
|
||||
Tested up to: 6.0
|
||||
Stable tag: 2.5.0
|
||||
Stable tag: 2.5.1
|
||||
License: GNU Version 2 or Any Later Version
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
@@ -163,9 +163,30 @@ No, you do not need to use our plugin’s login or registration pages and can us
|
||||
* To learn more about version 2.1 please see this [docs](https://docs.ultimatemember.com/article/1512-upgrade-2-1-0)
|
||||
* UM2.1+ is a significant update to the Member Directories' code base from 2.0.x. Please make sure you take a full-site backup with restore point before updating the plugin
|
||||
|
||||
= 2.5.1: September xx, 2022 =
|
||||
= 2.5.1: October 26, 2022 =
|
||||
|
||||
* Enhancements:
|
||||
|
||||
- Added: Custom fields callbacks blacklist. Use `um_dropdown_options_source_blacklist` filter for adding your custom functions to the custom callbacks blacklist. By default there are all PHP internal functions.
|
||||
|
||||
* Bugfixes:
|
||||
|
||||
- Fixed: Posts' restriction that is based on term restriction settings
|
||||
- Fixed: Issue with class name in checkbox and radio. Class name being 'activeright' instead of 'active right'
|
||||
- Fixed: Admin upgrade scripts and upgrades pack validation
|
||||
- Fixed: Directory traversal vulnerabilities
|
||||
- Fixed: Destroying user sessions after changing "Approved" status to something else (e.g. deactivated)
|
||||
- Fixed: Conflict when `wp_get_current_user()` not exists. Transferred restriction settings callbacks to `plugins_loaded` hook
|
||||
- Fixed: Restriction post displaying when 404 is enabled and old restiction logic isn't active
|
||||
- Fixed: PHP warning when nav menu is empty
|
||||
- Fixed: Disable auto-login after user is registered by Administrator and UM Registration form
|
||||
- Fixed: Some typos errors
|
||||
- Fixed: Using an apostrophe symbols in emails for registration and login both
|
||||
- Fixed: Sanitizing YouTube links. Applying both https://youtu.be/xxxxxxx and https://youtube.com/xxxxxxx links
|
||||
|
||||
* Deprecated:
|
||||
|
||||
- Removed: Outdated setting using in code (force_display_name_capitlized). Moved the functionality to extended [repo](https://github.com/ultimatemember/Extended/tree/main/um-capitalize-name#readme)
|
||||
|
||||
= 2.5.0: August 17, 2022 =
|
||||
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
Plugin Name: Ultimate Member
|
||||
Plugin URI: http://ultimatemember.com/
|
||||
Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress
|
||||
Version: 2.5.1-alpha1
|
||||
Version: 2.5.1
|
||||
Author: Ultimate Member
|
||||
Author URI: http://ultimatemember.com/
|
||||
Text Domain: ultimate-member
|
||||
|
||||
Reference in New Issue
Block a user