- updated readme;

This commit is contained in:
nikitasinelnikov
2020-11-18 17:33:02 +02:00
parent 908c914ca0
commit 06723798bc
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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 ) {
+1
View File
@@ -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 =