Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.44 KB

File metadata and controls

55 lines (35 loc) · 1.44 KB

Changelog

0.5.0 (08/03/2026)

  • 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 booleanNode instead of scalarNode for enable configuration option
  • Add final keyword to Configuration, PixelOpenCloudflareTurnstileCompilerPass and PixelOpenCloudflareTurnstileExtension classes

0.4.1 (30/09/2024)

  • fix deprecation from Extension class #9 (thank you IndraGunawan)

0.4.0 (31/05/2024)

  • Decouple HTTP client and validator so we can verify responses outside Forms #7 (thank you ikvasnica)
  • Fix TreeBuilder name #8 (thank you IndraGunawan)

0.3.0 (08/12/2023)

  • Allow Symfony 7 (thank you HeahDude)

0.2.0 (31/10/2023)

  • Add enable option

0.1.4 (07/07/2023)

  • 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

0.1.3 (05/12/2022)

  • Add explicit return type to avoid deprecation warnings on Symfony 6.2 #1 (thank you shmshd)

0.1.2 (10/22/2022)

  • Complete documentation

0.1.1 (10/22/2022)

  • Add recipe
  • Change namespace
  • Fix installation on readme file

0.1.0 (10/22/2022)

  • First release