Skip to content

Latest commit

 

History

History
167 lines (91 loc) · 6.34 KB

CHANGELOG.md

File metadata and controls

167 lines (91 loc) · 6.34 KB

Changelog

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

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