File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## 0.9.10 [ Work in progress ]
3
+ ## 0.9.10 [ 8 January 2017 ]
4
4
5
5
- Enh #767 : Added support for MS SQL Server (tsdogs)
6
6
- Enh #795 : Added method ` getAccountByProvider ` to User model to get account model by provider name (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 ' ;
25
+ const VERSION = '0.9.10 ' ;
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 @@ -12,7 +12,7 @@ Yii2-user can be installed using composer. Run following command to download and
12
12
install Yii2-user:
13
13
14
14
``` bash
15
- composer require " dektrium/yii2-user:0.9.*@dev "
15
+ composer require dektrium/yii2-user
16
16
```
17
17
18
18
### 2. Configure
You can’t perform that action at this time.
0 commit comments