Skip to content

Latest commit

 

History

History
252 lines (138 loc) · 10 KB

CHANGELOG.md

File metadata and controls

252 lines (138 loc) · 10 KB

Changelog

We intend to follow Semantic Versioning 2.0.0, if you find a change that break's semver, please create an issue.

September 19th, 2023

Feature

  • #260 - [ci] handle possible return types - @jrushlow
  • #271 - Add el, mk translations - @zmakrevski

Bug

  • #263 - chore: fix type cast in ResetPasswordRequestRepositoryTrait when using declare(strict_types=1); - @Crovitche-1623

February 2nd, 2023

Feature

  • #257 - Allow overriding the $resetRequestLifetime when generating a token - @kbond

October 4th, 2022

Feature

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

September 13th, 2022

Feature

  • #237 - drop symfony 4.4 support - @jrushlow

Bug

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

August 6th, 2022

Bug

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

July 12th, 2022

Feature

  • #229 - Add catalan translations - @victormhg

Bug

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

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

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

Nov 30th, 2021

Feature

  • #193 - allow deprecation contracts 3.0 - @jrushlow

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

July 12th, 2021

Bug Fix

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

June 30th, 2021

Feature

  • #169 - Add Finnish language translations - @nicodemuz

May 5th, 2021

Feature

  • #165 - Add Arabic Translations - @zairigimad

April 12th, 2021

Feature

  • #164 - Turkish translation file - @mssoylu

March 31st, 2021

Feature

  • #156 - add ability to generate a fake reset token - @jrushlow

March 4th, 2021

Feature

  • #160 - Add Italian translation - @cristoforocervino
  • #158 - Add Portuguese translation- @larzuk91
  • #157 - Add spanish translations - @larzuk91

Bug Fix

  • #155 - Typo fr translation - @maxhelias
  • #153 - Update ResetPasswordBundle.pl.xlf - @thomas2411

February 17th, 2021

Feature

  • #152 - Add Russian translation - @bocharsky-bw
  • #151 - Add Ukrainian translation - @bocharsky-bw
  • #150 - add Serbian translations - @jrushlow
  • #149 - Enhancement: Add Polish translations - @thomas2411
  • #148 - Enhancement: Add French translations - @routmoute
  • #145 - Enhancement: Add German translations - @OskarStark

January 15th, 2021

Feature

  • #143 - helper methods for storing ResetPasswordToken in session - @jrushlow

December 19th, 2020

Bug Fix

  • #139 - revert unintended default UTC tz on expiresAt - @jrushlow

December 18th, 2020

Bug Fix

  • #135 - improve token expiration - @jrushlow

December 10th, 2020

Feature

  • #134 - Allow installation with PHP8, add Symfony 5.2 to tests - @ker0x

April 18th, 2020

Bug Fix

  • #105 - [bug] ensure all requests are removed for user - @kbond

April 17th, 2020

Feature

  • #104 - [feature] add additional detail to TooManyPasswordRequestsException - @kbond

Bug Fix

  • #103 - [bug] increase time before expired requests are garbage collected to 1 week - @kbond
  • #99 - Fix typo hasUserHisThrottling to hasUserHitThrottling (his/hit) - @cjhaas

April 5th, 2020

Bug Fix

  • #93 - fixed remove-expired CLI command error - @jrushlow

April 3rd, 2020

Bug Fix

  • #79 - fixed incorrect fake repo namespace - @jrushlow

March 27th, 2020

  • Initial pre-release for testing