mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-15 12:43:33 +09:00
- updated readme;
This commit is contained in:
@@ -172,7 +172,7 @@ if ( ! class_exists( 'um\core\Validation' ) ) {
|
||||
// are used Unicode Regular Expressions
|
||||
$regexps = [
|
||||
'/[\p{Lu}]/u', // any Letter Uppercase symbol
|
||||
'/[\p{Ll}]/u', // any Letter Lowercase symbol
|
||||
'/[\p{Ll}]/u', // any Letter Lowercase symbol
|
||||
'/[\p{N}]/u', // any Number symbol
|
||||
];
|
||||
foreach ( $regexps as $regexp ) {
|
||||
|
||||
@@ -166,6 +166,7 @@ The plugin works with popular caching plugins by automatically excluding Ultimat
|
||||
|
||||
- Fixed: Upgrade process on websites where a hosting locks the frequent AJAX requests (added default JS throttle between requests)
|
||||
- Fixed: Getting page content of the GDPR privacy policies
|
||||
- Fixed: Password strength validation for Unicode symbols
|
||||
|
||||
= 2.1.12: October 29, 2020 =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user