You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,11 @@
1
1
Changelog
2
2
=========
3
3
4
-
### 2.0.0 (2015-XX-XX)
4
+
### 2.0.0-alpha3 (2015-09-15)
5
+
6
+
* Reverted the removed of the `expired` and `credentialsExpired` properties as the BC break could lead to corrupted objects being created if server sessions are not cleared when upgrading the bundle.
7
+
8
+
### 2.0.0-alpha2 (2015-09-15)
5
9
6
10
*[BC break] The deprecated entity classes have been removed.
7
11
* The minimum requirement for Symfony has been bumped to 2.3 (older versions are already EOLed).
@@ -11,6 +15,8 @@ Changelog
11
15
*[BC break] The templating engine configuration has been removed, as well as the related code.
12
16
*[BC break] Changed the XML namespace to `http://friendsofsymfony.github.io/schema/dic/user`
13
17
*[BC break] Added `UserInterface::getId`.
18
+
*[BC break][Reverted] Removed unused properties `expired` and `credentialsExpired` including corresponding methods. This may break code,
19
+
which makes use of this methods, extending classes, and/or existing installations because of missing mappings for required db fields.
0 commit comments