reset-password-bundle

Need a killer reset password feature for your Symfony? Us too!

MIT License

Downloads
4.8M
Stars
469
Committers
36

Bot releases are hidden (Show)

reset-password-bundle - Improved Czech translations and 2.0 Prep Work Latest Release

Published by jrushlow 5 months ago

Howdy Resetters!

We've improved the Czech translations, added type annotations, and added @final annotations to a couple classes - including the ResetPasswordHelper::class. Paving the way for 2.x...

The @final annotations will become final PHP Keywords in the 2.0 release. As will the the added "type" annotations; they'll be replaced with actual type keywords. We still have some work to do before 2.0 - but in the meantime, enjoy!

v1.22.0

June 6th, 2024

Feature

  • #296 - [command] make class final - @jrushlow
  • #297 - [ResetPasswordHelper] class to become final - @jrushlow
  • #305 - [trait] add type annotations to ResetPasswordRequestTrait - @jrushlow
  • #310 - [generator] [1.x] userId argument should be either a string or int - @jrushlow
  • #320 - Add missing Czech translations - @dfridrich

New Contributors

Full Changelog: https://github.com/SymfonyCasts/reset-password-bundle/compare/v1.21.0...v1.22.0

reset-password-bundle - Remove a users ResetPasswordRequest object...

Published by jrushlow 8 months ago

Howdy Resetters!

Check out Purging ResetPasswordRequest Objects for details on the newest feature.

What's Changed

Full Changelog: https://github.com/SymfonyCasts/reset-password-bundle/compare/v1.20.3...v1.21.0

reset-password-bundle - Public method signature changes are a non-factor

Published by bocharsky-bw 8 months ago

reset-password-bundle - Add Romanian translation

Published by bocharsky-bw 9 months ago

Hello there!

A new Romanian translation added + fixed possible falsy comparison thanks to Psalm.

What's Changed

New Contributors

Full Changelog: https://github.com/SymfonyCasts/reset-password-bundle/compare/v1.20.1...v1.20.2

reset-password-bundle - Fix letter register in the method name

Published by bocharsky-bw 10 months ago

Hello there!

Basically, this renames getOneorNullResult() -> getOneOrNullResult() to match the case in orifinal method name.

What's Changed

New Contributors

Full Changelog: https://github.com/SymfonyCasts/reset-password-bundle/compare/v1.20.0...v1.20.1

reset-password-bundle - PHP 8.3 ready, drop legacy PHP 7.2-8.0, add Mongolian translation

Published by bocharsky-bw 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/SymfonyCasts/reset-password-bundle/compare/v1.19.0...v1.20.0

reset-password-bundle - Symfony 7 Support!

Published by weaverryan 11 months ago

Hi Password Resetters!

This is an easy release - Symfony 7 support thanks to Victor!

What's Changed

Full Changelog: https://github.com/SymfonyCasts/reset-password-bundle/compare/v1.18.0...v1.19.0

Have fun!

reset-password-bundle - New el/mk translations & some internal chores

Published by bocharsky-bw about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/SymfonyCasts/reset-password-bundle/compare/v1.17.0...v1.18.0

reset-password-bundle - Allowed overriding reset request lifetime when generating a token

Published by bocharsky-bw over 1 year ago

Howdy Resetters!

Allowed overriding the $resetRequestLifetime when generating a token and some chores and housekeeping.


v1.17.0

February 2nd, 2023

What's Changed

New Contributors

Full Changelog: https://github.com/SymfonyCasts/reset-password-bundle/compare/v1.16.0...v1.17.0

reset-password-bundle - More translations for our German and Polish friends!

Published by jrushlow about 2 years ago

Howdy Resetters!

This is a tiny release that adds additional Polish and German Translations...


v1.16.0

October 4th, 2022

Feature

  • #245 - [translations] add additional Polish translations and fix pluralizations - @Flower7C3
  • #242 - [translations] Additional German translations - @dennis-g

Diff: https://github.com/symfonycasts/reset-password-bundle/compare/v1.15.0...v1.16.0

Enjoy!

reset-password-bundle - Drop Symfony 4.4 Support & Handle PHP 8.1 Time Bug

Published by jrushlow about 2 years ago

Howdy!

We've dropped support for Symfony 4.4 as of this release. But, more importantly, if you're using PHP v8.1.x we've added a composer conflict for PHP versions 8.1.0 through 8.1.9. This is due to a time bug that was introduced in PHP 8.1.0 but has been fixed in PHP 8.1.10.

The bug directly affected Reset Token Expiration times and only affected users running the bundle on PHP 8.1.0 through 8.1.9. Additional details can be found in PR #235 and it's related issue.


v1.15.0

September 13th, 2022

Feature

  • #237 - drop symfony 4.4 support - @jrushlow

Bug

  • #235 - fix expiration diff bug in php 8.1 - @jrushlow

Diff: https://github.com/symfonycasts/reset-password-bundle/compare/v1.14.1...v1.15.0

Enjoy!

reset-password-bundle - Squashing pesky command deprecations

Published by jrushlow about 2 years ago

Howdy Resetters!

This is a tiny release that handles deprecation messages triggered by the ResetPasswordRemoveExpiredCommand.


v1.14.1

August 6th, 2022

Bug

  • #234 - [command] Fix Override deprecation - @chindit

Diff: https://github.com/symfonycasts/reset-password-bundle/compare/v1.14.0...v1.14.1

Enjoy!

reset-password-bundle - Catalin Translations

Published by jrushlow over 2 years ago

Howdy Resetters!

This is a tiny release that adds Catalan Translations and fixes the missing target language attribute in some existing translations...


v1.14.0

July 12th, 2022

Feature

  • #229 - Add catalan translations - @victormhg

Bug

  • #230 - Add missing target-language attr to all translations - @bocharsky-bw

Diff: https://github.com/symfonycasts/reset-password-bundle/compare/v1.13.0...v1.14.0

Enjoy!

reset-password-bundle - Improved inheritance and more exception translations!

Published by jrushlow over 2 years ago

Howdy Resetters!

We've made it easier to use the bundle with multiple entities that need reset password functionality thanks to @DavidBilodeau1. We've also added French and Spanish translations for exceptions!

v1.13.0

February 23rd, 2022

Feature

  • #216 - Changed private to protected for the ResetPasswordRequestTrait - @DavidBilodeau1
  • #215 - Added spanish translation for exceptions - @idmarinas
  • #214 - Add French translations for the exceptions - @DennisdeBest

Diff: https://github.com/symfonycasts/reset-password-bundle/compare/v1.12.0...v1.13.0

Happy Resetting!

reset-password-bundle - Exception(al) Translation Support!

Published by jrushlow over 2 years ago

Howdy Resetters!

This release adds Slovak and Hungarian translations as well as the ability to translate exception reasons for those times when a password reset fails.

v1.12.0

February 14th, 2022

Feature

  • #211 - Add Dutch translations for exception reasons - @codedmonkey
  • #210 - Add Russian translations for exception reasons - @bocharsky-bw
  • #209 - Add Ukrainian translations for exception reasons - @bocharsky-bw
  • #206 - RFC: Add translations for exception reasons - @bocharsky-bw
  • #200 - Added Slovak translation. - @zalesak
  • #196 - [translations] Add Hungarian translations - @1ed

Diff: https://github.com/symfonycasts/reset-password-bundle/compare/v1.11.0...v1.12.0

Happy Resetting!

reset-password-bundle - Symfony Deprecation Contracts 3.0 Support for Symfony 6

Published by jrushlow almost 3 years ago

Howdy Resetters!

This small release adds support for the latest Deprecation Contracts release required for Symfony 6

v1.11.0

Nov 30th, 2021

Feature

  • #193 - allow deprecation contracts 3.0 - @jrushlow

Diff: https://github.com/SymfonyCasts/reset-password-bundle/compare/v1.10.0...v1.11.0

Happy Resetting!

reset-password-bundle - Symfony 6 Support + Translations!

Published by weaverryan almost 3 years ago

Howdy Resetters!

This release adds support for Symfony 6! It also adds several translations.

v1.10.0

Nov 18th, 2021

Feature

  • #183 - add method return types for symfony 6 support - @jrushlow
  • #184 - [translations] add Dutch translations - @jrushlow
  • #185 - [translations] add Czech translations - @jrushlow
  • #187 - [translations] Add Japanese translation - @jrushlow
  • #189 - add support for symfony 6 - @jrushlow

Diff: https://github.com/SymfonyCasts/reset-password-bundle/compare/v1.9.1...v1.10.0

Happy Resetting!

reset-password-bundle - Support Doctrine Attributes!

Published by jrushlow over 3 years ago

Howdy Resetters!

This release adds missing support for PHP 8 Attributes with Doctrine Entities:

v1.9.1

July 12th, 2021

Bug Fix

  • #176 - Allow using PHP 8 attributes for doctrine entities - @Tobion

Diff: https://github.com/SymfonyCasts/reset-password-bundle/compare/v1.9.0...v1.9.1

Happy Resetting!

reset-password-bundle - New Translation: Finnish

Published by jrushlow over 3 years ago

Howdy Resetters!

This is a small release containing community-contributed translations for the Finnish language:

v1.9.0

June 30th, 2021

Feature

  • #169 - Add Finnish language translations - @nicodemuz

Diff: https://github.com/SymfonyCasts/reset-password-bundle/compare/v1.8.0...v1.9.0

Happy Resetting!

reset-password-bundle - New translation: Arabic

Published by weaverryan over 3 years ago

Howdy Resetters!

This is a small release containing community-contributed translations for the Arabic language:

Feature

  • #165 - Add Arabic Translations - @zairigimad

Diff: https://github.com/SymfonyCasts/reset-password-bundle/compare/v1.7.0...v1.8.0

Happy Resetting!