Releases: SymfonyCasts/verify-email-bundle
v1.18.0 : Allow Symfony 8 + tweak dutch (NL) translations
What's Changed
- Fix NL translations and filename by @RobQuistNL in #209
- Allow Symfony 8 by @bocharsky-bw in #210
New Contributors
- @RobQuistNL made their first contribution in #209
Full Changelog: v1.17.4...v1.18.0
v1.17.4
v1.17.3 : Tweak French translations
v1.17.2 : Housekeeping
Hey Email Verification'ers!
Just a minor housekeeping release.
What's Changed
- Added tools directory and .neon files to ignore export. by @laurentmuller in #200
New Contributors
- @laurentmuller made their first contribution in #200
Full Changelog: v1.17.1...v1.17.2
v1.17.1 : Add Danish and fix Dutch translation
What's Changed
- Add Danish translations by @kasperh90 in #174
- [ci] backport phpstan in 1.x by @jrushlow in #183
- [dx] keep tooling in one place by @jrushlow in #188
- [ci] php-cs-fixer it up by @jrushlow in #191
- [ci] php-cs-fixer it up by @jrushlow in #192
- [ci] Add CI status badge by @bocharsky-bw in #196
- Fix typo in nl translation by @bocharsky-bw in #198
New Contributors
- @kasperh90 made their first contribution in #174
Full Changelog: v1.17.0...v1.17.1
Validate emails using the Request
Howdy Verifiers!
This is a pretty significant release which introduces a new VerifyEmailHelperInterface::validateEmailConfirmationFromRequest() method that will replace, the now deprecated, validateEmailConfirmation() in v2.0.0. This new method requires for you to pass a Request object instead of a string that represents the signed url that the user "clicked" when verifying their email address. We've documented the change in our README and the UPGRADE guide.
Most users should not be using the UriSignerFactory class directly, but for those that are, this class will become final and internal in v2.0.0.
Speaking of v2.0.0, this will be one of the last 1.x versions of VerifyEmailBundle released that contains new features. Moving forward, we should see v2.0.0 released soon, at which time only bug / security fixes will be released in v1.x. We will continue to maintain v1.x until approximately November 2024. More information will be shared about this soon!
v1.17.0
March 16th, 2024
Feature
- #165 - UriSignerFactory to become internal in 2.x - @jrushlow
- #157 - use
UriSigner::checkRequest()to validate signatures using aRequestobject - @jrushlow
Full Changelog: v1.16.2...v1.17.0
Public method signature changes are a non-factor
Add Mongolian & complete German translations
Drop legacy PHP 7.2-8.0 support
What's Changed
- Drop legacy PHP 7.2-8.0 support by @bocharsky-bw in #151
Full Changelog: v1.15.0...v1.16.0
Add Symfony 7 and PHP 8.3 support
Hello there!
This release brings Symfony 7 support and is ready for PHP 8.3!
What's Changed
- Allow Symfony 7 by @bocharsky-bw in #148
Full Changelog: v1.14.0...v1.15.0