- removed password attempts feature (should become a new module)
- removed extra settings page (use module setting, extensions->modules, select password policy module -> select settings)
the feature did not pass the security check, it needs captcha dynamic blocking times and cleaner implementation and so it will be transferred in a separate module
- big refactoring (before upgrade disable and remove the old module from source /modules directory)
- config parameter names changed
- tests and development tools
- Reworked the module to match the metadata 2.1 specifications
- Introduced namespaces
- Changed the folder structure and class names to be closer to PSR-4
- Fixed an error with the installer that occurred when attempting to enable the module repeatedly
- Changed layout by having the indicator directly blow the password field
- Workaround for key up validation
- fix bug that caused message Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.
- fix styling issue in a edge case where input fields using float
- add check for lowercase characters
- support wide range of uppercase unicode characters during javascript validation
- use innodb as db engine
- update license to GPL 3
- added composer.json