- Add support for Symfony 8
- Add php 8.2 for minimum version (remove php 7.4)
- PHP 8.2 improvements: readonly class, constructor property promotion, readonly properties
- Add TurnstileType unit tests
- Add German, Italian and Spanish translations
- Use
booleanNodeinstead ofscalarNodeforenableconfiguration option - Add
finalkeyword toConfiguration,PixelOpenCloudflareTurnstileCompilerPassandPixelOpenCloudflareTurnstileExtensionclasses
- fix deprecation from Extension class #9 (thank you IndraGunawan)
- Decouple HTTP client and validator so we can verify responses outside Forms #7 (thank you ikvasnica)
- Fix TreeBuilder name #8 (thank you IndraGunawan)
- Allow Symfony 7 (thank you HeahDude)
- Add enable option
- Prefer defer to async to improve page speed #2 (thank Huluti)
- add codacy
- add security checker on github actions
- add phpstan on github actions
- add github actions
- Add explicit return type to avoid deprecation warnings on Symfony 6.2 #1 (thank you shmshd)
- Complete documentation
- Remove recipe (add recipe into recipes-contrib symfony/recipes-contrib#1447)
- Add recipe
- Change namespace
- Fix installation on readme file
- First release