Releases: ziming/laravel-zxcvbn
Releases · ziming/laravel-zxcvbn
Fix Tests
Stop using config()->integer() as it causes strange issues
2.3.5 config()->integer() gives me weird error so back to original for now
Remove strict type again
2.3.4 Remove strict types again for now
use config()->integer() for better typing
2.3.3 add back declare strict types
Remove some strict types temporarily
Remove some strict types temporarily as it causes some issues. More details later
Add strict types
2.3.1 run tests on php 8.3
Support Laravel 12
2.3 Support Laravel 12
Add indonesia translation
What's Changed
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #11
- id translation by @stephanus-tantiono in #13
Full Changelog: 2.1.1...2.2
Support translation of validation error
2.1.1 Make validation error translatable
Support Laravel 11
Merge pull request #12 from stephanus-tantiono/patch-1 support laravel 11