File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## 0.9.7 [ 09 March 2016]
3
+ ## 0.9.8 [ 09 August 2016]
4
+
5
+ - Fix: Fixed Yandex auth client (dmeroff)
6
+
7
+ ## 0.9.7 [ 09 August 2016]
4
8
5
9
- Enh: Updated Yii2-authclient required version to 2.1.0 (dmeroff)
6
10
- Fix: Max password length set to 72 chars (dmeroff)
Original file line number Diff line number Diff line change 22
22
*/
23
23
class Module extends BaseModule
24
24
{
25
- const VERSION = '0.9.7 ' ;
25
+ const VERSION = '0.9.8 ' ;
26
26
27
27
/** Email is changed right after user enter's new email address. */
28
28
const STRATEGY_INSECURE = 0 ;
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The latest version includes following features:
19
19
20
20
[ Read the Documentation for master] ( docs/README.md )
21
21
22
- [ Read the Documentation for v0.9.7 ] ( https://github.com/dektrium/yii2-user/blob/v0.9.7 /docs/README.md )
22
+ [ Read the Documentation for v0.9.8 ] ( https://github.com/dektrium/yii2-user/blob/v0.9.8 /docs/README.md )
23
23
24
24
## Installation
25
25
You can’t perform that action at this time.
0 commit comments