v3.3.0
This release mainly adds improvements for better stability and maintainability but also adds a couple of new features
- better code quality due to following symfony coding style
- code updates to use newer PHP styles and features
- upgrade to symfony 6.1
- PHP version required is now >= 8.1
- passwords are checked against a password blacklist database (haveibeenpwned)
- this check can be disabled by changing the new configuration property
USE_PASSWORD_BLACKLIST
in.env
file
- this check can be disabled by changing the new configuration property
- it's now possible to save information about a customer's ID such as ID card type and number
Full Changelog: 3.2.1...3.3.0