Skip to content

Releases: SymfonyCasts/verify-email-bundle

Validate emails using the Request

17 Mar 02:46
f72af14
Compare
Choose a tag to compare

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 a Request object - @jrushlow

Full Changelog: v1.16.2...v1.17.0

Public method signature changes are a non-factor

20 Feb 10:56
572c94f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.1...v1.16.2

Add Mongolian & complete German translations

05 Jan 15:53
418f33c
Compare
Choose a tag to compare

What's Changed

  • Added Mongolian translations by @erkhem42 in #153
  • Missing german translations. Update VerifyEmailBundle.de.xlf by @yarooze in #154

New Contributors

  • @erkhem42 made their first contribution in #153
  • @yarooze made their first contribution in #154

Full Changelog: v1.16.0...v1.16.1

Drop legacy PHP 7.2-8.0 support

18 Dec 21:55
b04714a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.15.0...v1.16.0

Add Symfony 7 and PHP 8.3 support

02 Dec 21:47
10a11a6
Compare
Choose a tag to compare

Hello there!

This release brings Symfony 7 support and is ready for PHP 8.3!

What's Changed

Full Changelog: v1.14.0...v1.15.0

Add fa, el, mk translations & future return types

22 Sep 11:15
9031eca
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.13.0...v1.14.0

Indonesian and Exceptional Dutch Translations!

04 Jan 12:46
eb7bc99
Compare
Choose a tag to compare

Howdy Verifiers!

A small release that adds Indonesian Translations and additional Dutch Translatations for exception messages!


v1.13.0

January 4th, 2023

Feature

Diff: v1.12.0...v1.13.0

Enjoy!

Additional Polish translations and Goodbye Symfony 4.4

04 Oct 08:38
c60349b
Compare
Choose a tag to compare

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

Diff: v1.11.0...v1.12.0

Enjoy!

Catalin Translations

12 Jul 16:51
725b33d
Compare
Choose a tag to compare

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

Bug

Diff: v1.10.0...v1.11.0

Enjoy!

Romanian and Spanish Exception Translations

08 Mar 22:08
7b9b1f5
Compare
Choose a tag to compare

Howdy!

This is a small release that enhances existing Spanish Language Support by adding exception message translations. It also adds Romanian translations.


v1.10.0

March 8th, 2022

Feature

  • #111 - romanian translation - @redecs
  • #110 - Add Spanish translations to exceptions - @larzuk91

Diff: v1.9.0...v1.10.0

Enjoy!