Skip to content

Commit a41ccef

Browse files
committed
minor #168 [changelog] update changelog format (jrushlow)
This PR was merged into the main branch. Discussion ---------- [changelog] update changelog format Commits ------- 92b1949 [changelog] update changelog format
2 parents 8ca5d84 + 92b1949 commit a41ccef

File tree

1 file changed

+95
-39
lines changed

1 file changed

+95
-39
lines changed

CHANGELOG.md

Lines changed: 95 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -3,72 +3,128 @@
33
*We intend to follow [Semantic Versioning 2.0.0](https://semver.org/), if you
44
find a change that break's semver, please create an issue.*
55

6-
## 1.7.0
7-
- [#164](https://github.com/SymfonyCasts/reset-password-bundle/pull/164) Add Turkish translations
6+
## [v1.8.0](https://github.com/symfony/maker-bundle/releases/tag/v1.8.0)
87

9-
## 1.6.0
10-
- [#156](https://github.com/SymfonyCasts/reset-password-bundle/pull/156) Add ability to generate fake tokens
8+
*May 5th, 2021*
119

12-
## 1.5.0
13-
- [#160](https://github.com/SymfonyCasts/reset-password-bundle/pull/160) Add Italian translation
14-
- [#157](https://github.com/SymfonyCasts/reset-password-bundle/pull/157) Add Spanish translation
15-
- [#158](https://github.com/SymfonyCasts/reset-password-bundle/pull/158) Add Portuguese translation
10+
### Feature
1611

17-
## 1.4.0
12+
- [#165](https://github.com/SymfonyCasts/reset-password-bundle/pull/165) - Add Arabic Translations - *@zairigimad*
1813

19-
- [#145](https://github.com/SymfonyCasts/reset-password-bundle/pull/145) Add German translations
20-
- [#148](https://github.com/SymfonyCasts/reset-password-bundle/pull/148) Add French translations
21-
- [#149](https://github.com/SymfonyCasts/reset-password-bundle/pull/149) Add Polish translations
22-
- [#150](https://github.com/SymfonyCasts/reset-password-bundle/pull/145) Add Serbian translations
23-
- [#151](https://github.com/SymfonyCasts/reset-password-bundle/pull/151) Add Ukrainian translation
24-
- [#152](https://github.com/SymfonyCasts/reset-password-bundle/pull/152) Add Russian translation
14+
## [v1.7.0](https://github.com/SymfonyCasts/reset-password-bundle/releases/tag/v1.7.0)
2515

26-
## v1.3.0
16+
*April 12th, 2021*
2717

28-
- [#143](https://github.com/SymfonyCasts/reset-password-bundle/pull/143) Adds controller trait methods to set/get the
29-
`ResetPasswordToken::class` object in the session. The following `ResetPasswordControllerTrait::class` methods have been deprecated:
30-
`setCanCheckEmailInSession()`, `canCheckEmail()`
18+
### Feature
3119

32-
## v1.2.2
20+
- [#164](https://github.com/SymfonyCasts/reset-password-bundle/pull/164) - Turkish translation file - *@mssoylu*
3321

34-
- [#139](https://github.com/SymfonyCasts/reset-password-bundle/pull/139) Fixed regression
35-
in 1.2.2 with expiration DateTime timezone
22+
## [v1.6.0](https://github.com/SymfonyCasts/reset-password-bundle/releases/tag/v1.6.0)
3623

37-
## v1.2.1
24+
*March 31st, 2021*
3825

39-
- [#135](https://github.com/SymfonyCasts/reset-password-bundle/pull/135) Add translation support for signature expiration time
40-
- [#135](https://github.com/SymfonyCasts/reset-password-bundle/pull/134) Fixed invalid signature expiration time
26+
### Feature
4127

42-
## v1.2.0
28+
- [#156](https://github.com/SymfonyCasts/reset-password-bundle/pull/156) - add ability to generate a fake reset token - *@jrushlow*
4329

44-
*Dec 10th, 2020*
30+
## [v1.5.0](https://github.com/SymfonyCasts/reset-password-bundle/releases/tag/v1.5.0)
4531

46-
- [#134](https://github.com/SymfonyCasts/reset-password-bundle/pull/134) - Allow the bundle to be used with PHP 8 - thanks to @ker0x
32+
*March 4th, 2021*
4733

48-
## v1.1.0
34+
### Feature
35+
36+
- [#160](https://github.com/SymfonyCasts/reset-password-bundle/pull/160) - Add Italian translation - *@cristoforocervino*
37+
- [#158](https://github.com/SymfonyCasts/reset-password-bundle/pull/158) - Add Portuguese translation- *@larzuk91*
38+
- [#157](https://github.com/SymfonyCasts/reset-password-bundle/pull/157) - Add spanish translations - *@larzuk91*
39+
40+
### Bug Fix
41+
42+
- [#155](https://github.com/SymfonyCasts/reset-password-bundle/pull/155) - Typo fr translation - *@maxhelias*
43+
- [#153](https://github.com/SymfonyCasts/reset-password-bundle/pull/153) - Update ResetPasswordBundle.pl.xlf - *@thomas2411*
44+
45+
## [v1.4.0](https://github.com/SymfonyCasts/reset-password-bundle/releases/tag/v1.4.0)
46+
47+
*February 17th, 2021*
48+
49+
### Feature
50+
51+
- [#152](https://github.com/SymfonyCasts/reset-password-bundle/pull/152) - Add Russian translation - *@bocharsky-bw*
52+
- [#151](https://github.com/SymfonyCasts/reset-password-bundle/pull/151) - Add Ukrainian translation - *@bocharsky-bw*
53+
- [#150](https://github.com/SymfonyCasts/reset-password-bundle/pull/150) - add Serbian translations - *@jrushlow*
54+
- [#149](https://github.com/SymfonyCasts/reset-password-bundle/pull/149) - Enhancement: Add Polish translations - *@thomas2411*
55+
- [#148](https://github.com/SymfonyCasts/reset-password-bundle/pull/148) - Enhancement: Add French translations - *@routmoute*
56+
- [#145](https://github.com/SymfonyCasts/reset-password-bundle/pull/145) - Enhancement: Add German translations - *@OskarStark*
57+
58+
## [v1.3.0](https://github.com/SymfonyCasts/reset-password-bundle/releases/tag/v1.3.0)
59+
60+
*January 15th, 2021*
61+
62+
### Feature
63+
64+
- [#143](https://github.com/SymfonyCasts/reset-password-bundle/pull/143) - helper methods for storing ResetPasswordToken in session - *@jrushlow*
65+
66+
## [v1.2.2](https://github.com/SymfonyCasts/reset-password-bundle/releases/tag/v1.2.2)
67+
68+
*December 19th, 2020*
69+
70+
### Bug Fix
71+
72+
- [#139](https://github.com/SymfonyCasts/reset-password-bundle/pull/139) - revert unintended default UTC tz on expiresAt - *@jrushlow*
73+
74+
## [v1.2.1](https://github.com/SymfonyCasts/reset-password-bundle/releases/tag/v1.2.1)
75+
76+
*December 18th, 2020*
77+
78+
### Bug Fix
79+
80+
- [#135](https://github.com/SymfonyCasts/reset-password-bundle/pull/135) - improve token expiration - *@jrushlow*
81+
82+
## [v1.2.0](https://github.com/SymfonyCasts/reset-password-bundle/releases/tag/v1.2.0)
83+
84+
*December 10th, 2020*
85+
86+
### Feature
87+
88+
- [#134](https://github.com/SymfonyCasts/reset-password-bundle/pull/134) - Allow installation with PHP8, add Symfony 5.2 to tests - *@ker0x*
89+
90+
## [v1.1.1](https://github.com/SymfonyCasts/reset-password-bundle/releases/tag/v1.1.1)
91+
92+
*April 18th, 2020*
93+
94+
### Bug Fix
95+
96+
- [#105](https://github.com/SymfonyCasts/reset-password-bundle/pull/105) - [bug] ensure all requests are removed for user - *@kbond*
97+
98+
## [v1.1.0](https://github.com/SymfonyCasts/reset-password-bundle/releases/tag/v1.1.0)
4999

50100
*April 17th, 2020*
51101

52-
- [#104](https://github.com/SymfonyCasts/reset-password-bundle/pull/104) - [feature] add additional detail to TooManyPasswordRequestsException
53-
- [#103](https://github.com/SymfonyCasts/reset-password-bundle/pull/103) - [bug] increase time before expired requests are garbage collected to 1 week
54-
- [#99](https://github.com/SymfonyCasts/reset-password-bundle/pull/99) - Fix typo hasUserHisThrottling to hasUserHitThrottling
55-
- [#97](https://github.com/SymfonyCasts/reset-password-bundle/pull/97) - Clarify that the repository trait is for Doctrine ORM only
102+
### Feature
56103

57-
- Various other minor internal improvements
104+
- [#104](https://github.com/SymfonyCasts/reset-password-bundle/pull/104) - [feature] add additional detail to TooManyPasswordRequestsException - *@kbond*
58105

59-
## v1.0.0
106+
### Bug Fix
107+
108+
- [#103](https://github.com/SymfonyCasts/reset-password-bundle/pull/103) - [bug] increase time before expired requests are garbage collected to 1 week - *@kbond*
109+
- [#99](https://github.com/SymfonyCasts/reset-password-bundle/pull/99) - Fix typo hasUserHisThrottling to hasUserHitThrottling (his/hit) - *@cjhaas*
110+
111+
## [v1.0.0](https://github.com/SymfonyCasts/reset-password-bundle/releases/tag/v1.0.0)
60112

61113
*April 5th, 2020*
62114

63-
- [#93 - fixed remove-expired CLI command error](https://github.com/SymfonyCasts/reset-password-bundle/pull/93)
115+
### Bug Fix
64116

65-
## v1.0.0-BETA2
117+
- [#93](https://github.com/SymfonyCasts/reset-password-bundle/pull/93) - fixed remove-expired CLI command error - *@jrushlow*
118+
119+
## [v1.0.0-BETA2](https://github.com/SymfonyCasts/reset-password-bundle/releases/tag/v1.0.0-BETA2)
66120

67121
*April 3rd, 2020*
68122

69-
- [#79 - Fixed incorrect fake repository namespace in service definition](https://github.com/SymfonyCasts/reset-password-bundle/pull/79)
123+
### Bug Fix
124+
125+
- [#79](https://github.com/SymfonyCasts/reset-password-bundle/pull/79) - fixed incorrect fake repo namespace - *@jrushlow*
70126

71-
## v1.0.0-BETA1
127+
## [v1.0.0-BETA1](https://github.com/SymfonyCasts/reset-password-bundle/releases/tag/v1.0.0-BETA1)
72128

73129
*March 27th, 2020*
74130

0 commit comments

Comments
 (0)