File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- ### 2.2.0 (2020-01-xx )
4
+ ### 2.2.0 (2021-08-26 )
5
5
6
6
* Deprecated the Groups feature.
7
7
* Marked all controllers final.
8
+ * Marked internal classes as such.
8
9
* Added Mongolian translation.
9
10
* Added an email provider.
10
11
* Added a custom user checker.
11
- * Added PHP 7.4 support.
12
+ * Added PHP 7.4 and PHP 8.0 support.
12
13
* Removed fieldName attribute in MongoDB mapping.
13
14
* Registration confirmation now redirects to login page if token is invalid.
14
15
* User model will not rely on ` AdvancedUserInterface ` anymore.
15
16
* Self-salting password encoders will not create a salt anymore.
16
17
* FlashListener constructor now accepts ` SessionInterface ` .
17
18
* Fixed several Symfony deprecation notices.
18
19
* Fixed several translations.
20
+ * Bumped the min PHP version to 7.1.3.
21
+ * Bumped the min Symfony version to 4.4.
22
+ * Added compatibility with Twig 3.
23
+ * Added compatibility with doctrine/persistence 2.
19
24
20
25
### 2.1.2 (2018-03-08)
21
26
You can’t perform that action at this time.
0 commit comments