File tree 4 files changed +9
-4
lines changed
4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## 0.9.9 [ Work in progress ]
3
+ ## 0.9.9 [ 13 August 2016 ]
4
4
5
+ - Enh #746 : Changed AccessRule to check other roles/permissions (markux)
5
6
- Enh #649 : Updated test suite to codeception 2.2 (dmeroff)
6
7
- Enh #725 : Removed message that user is not registered in Recovery and Resend forms (dmeroff)
7
8
- Fix #747 : Fixed reverting migrations on PostgreSQL (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.9-dev ' ;
25
+ const VERSION = '0.9.9 ' ;
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.8 ] ( https://github.com/dektrium/yii2-user/blob/0.9.8 /docs/README.md )
22
+ [ Read the Documentation for v0.9.9 ] ( https://github.com/dektrium/yii2-user/blob/0.9.9 /docs/README.md )
23
23
24
24
## Installation
25
25
Original file line number Diff line number Diff line change 34
34
}
35
35
},
36
36
"extra" : {
37
- "bootstrap" : " dektrium\\ user\\ Bootstrap"
37
+ "bootstrap" : " dektrium\\ user\\ Bootstrap" ,
38
+ "branch-alias" : {
39
+ "dev-master" : " 0.9.x-dev" ,
40
+ "dev-develop" : " 1.0.x-dev"
41
+ }
38
42
}
39
43
}
You can’t perform that action at this time.
0 commit comments