Releases: SymfonyCasts/verify-email-bundle
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 aRequest
object - @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
Add fa, el, mk translations & future return types
What's Changed
- Add Persian(Farsi) language by @BahmanMD in #134
- [ci] handle future return types by @jrushlow in #137
- Add el,mk tranlations by @zmakrevski in #146
New Contributors
- @BahmanMD made their first contribution in #134
- @zmakrevski made their first contribution in #146
Full Changelog: v1.13.0...v1.14.0
Indonesian and Exceptional Dutch Translations!
Howdy Verifiers!
A small release that adds Indonesian Translations and additional Dutch Translatations for exception messages!
v1.13.0
January 4th, 2023
Feature
- #131 - Indonesian translation - @priyadi
- #130 - Add Dutch translations to exceptions - @brentlobbezoo
Diff: v1.12.0...v1.13.0
Enjoy!
Additional Polish translations and Goodbye Symfony 4.4
Howdy Verifiers!
This is a small release that adds additional translations for our friends over in Poland and we've decided to drop Symfony 4.4 support going forward.
v1.12.0
October 4th, 2022
Feature
- #127 - [translations] additional Polish translations - @Flower7C3
- #125 - drop symfony 4.4 support - @jrushlow
Diff: v1.11.0...v1.12.0
Enjoy!
Catalin Translations
Howdy Verifiers!
This is a tiny release that adds Catalan Translations and fixes the missing target language attribute in some existing translations...
v1.11.0
July 12th, 2022
Feature
- #118 - Add catalan translations - @victormhg
Bug
- #121 - Add missing target-language attr to all translations - @bocharsky-bw
Diff: v1.10.0...v1.11.0
Enjoy!