Paid Memberships Pro – Strong Passwords – Version –...

== Changelog ==
= 0.5 – 2021-09-28 =
* ENHANCEMENT: Added new filter to allow less required characters for site’s using the custom password checker `pmprosp_minimum_password_length`. #41 (@mircobabini)
* ENHANCEMENT: Update the Zxcvbn library to support PHP 8.0. #43 (@mircobabini)
* BUG FIX/ENHANCEMENT: Fixed JavaScript warning for WordPress sites on 5.5.0+, support the newer method `userInputDisallowedList`. #37 (@andrewlimaza)
* BUG FIX/ENHANCEMENT: Fixed issue for sites running PHP 7.2 or lower. New requirements for the Zxcvbn library requires PHP 7.2+, older PHP versions will run our custom checker. #35 (@andrewlimaza)
= 0.4 =
* BUG FIX: Fixed an issue where site’s running PHP 5.6 would fatal error. This uses a custom password checker for sites on PHP 5.6. Recommended PHP version is 7.2+
= 0.3 =
* BUG FIX: Fixed bug where a warning was shown if the $post global was empty. (Thanks, Mirco Babini)
* ENHANCEMENT: Updated to use the same “Zxcvbn” library that core WordPress and PMPro use for checking password strength.
= 0.2.2 =
* Bug Fix: Remove warning for logged-in users. Skip logic for checking password.