KarserRecaptcha3Bundle

Google ReCAPTCHA v3 for Symfony

MIT License

Downloads
1.4M
Stars
160
Committers
15

Bot releases are hidden (Show)

KarserRecaptcha3Bundle - Version 0.1.27 Latest Release

Published by karser 6 months ago

  • updated the reCAPTCHA link in readme
  • fixed tests
  • added phpstan
KarserRecaptcha3Bundle - Version 0.1.26

Published by karser 8 months ago

Remove SymfonyHttpClient request method if http client is not available (@norkunas)

KarserRecaptcha3Bundle - Version 0.1.25

Published by karser 10 months ago

Added Symfony 7 support

KarserRecaptcha3Bundle - Version 0.1.24

Published by karser over 1 year ago

  • Add SymfonyHttpClient new ReCaptcha request method (@norkunas )
  • chore: allow phpunit 10 (@Chris53897 )
KarserRecaptcha3Bundle - Version 0.1.23

Published by karser about 2 years ago

Add the ability to set the language of the ReCaptcha widget #56 (@mrunkel)

KarserRecaptcha3Bundle - Version 0.1.22

Published by karser almost 3 years ago

Allow using validation constraint as PHP8 attribute (@norkunas)

KarserRecaptcha3Bundle - Version 0.1.21

Published by karser almost 3 years ago

Added support for Symfony 6 (@yoshz)

KarserRecaptcha3Bundle - Version 0.1.20

Published by karser about 3 years ago

Alternate host for private INTERNET network (like China) (@Prometee)

KarserRecaptcha3Bundle - Version 0.1.19

Published by karser over 3 years ago

bump min deps to avoid CVE-2019-10909

KarserRecaptcha3Bundle - Version 0.1.18

Published by karser over 3 years ago

Added missing errorNames to Recaptcha3 validator constraint (@norkunas)

KarserRecaptcha3Bundle - Version 0.1.17

Published by karser over 3 years ago

Added an alias for Recaptcha3Validator

KarserRecaptcha3Bundle - Version 0.1.16

Published by karser over 3 years ago

Ability to get score from the validator

KarserRecaptcha3Bundle - Version 0.1.15

Published by karser over 3 years ago

added nonce to external script tag for use with strict csp #35 (@jimihay)

KarserRecaptcha3Bundle - Version 0.1.14

Published by karser almost 4 years ago

  • Added PHP 8 compatibility
  • Switched to Github Actions
KarserRecaptcha3Bundle - Version 0.1.13

Published by karser about 4 years ago

Substitute hyphens by underscores to generate recaptcha callback valid name #32 (@3ndphasys)

KarserRecaptcha3Bundle - Version 0.1.12

Published by karser about 4 years ago

Attribute type added for script tag #30 (@UstinovV )

KarserRecaptcha3Bundle - Version 0.1.11

Published by karser about 4 years ago

Fixed SF 5.1 Configurator\ref deprecation in config/services.php (@RomanApunts)

KarserRecaptcha3Bundle - Version 0.1.10

Published by karser about 4 years ago

Ability to show errors from the captcha's response

KarserRecaptcha3Bundle - Version 0.1.9

Published by karser about 4 years ago

Removed symfony/templating

KarserRecaptcha3Bundle - Version 0.1.8

Published by karser over 4 years ago

  • Added support for Content-Security Policy nonce (@pfcloutier-druide)
  • Added symfony 5.1 compatibility