Skip to content

Commit d9530a1

Browse files
committed
Bumped version
1 parent 88dec7a commit d9530a1

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# CHANGELOG
22

3-
## 0.9.9 [Work in progress]
3+
## 0.9.9 [13 August 2016]
44

5+
- Enh #746: Changed AccessRule to check other roles/permissions (markux)
56
- Enh #649: Updated test suite to codeception 2.2 (dmeroff)
67
- Enh #725: Removed message that user is not registered in Recovery and Resend forms (dmeroff)
78
- Fix #747: Fixed reverting migrations on PostgreSQL (dmeroff)

Module.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323
class Module extends BaseModule
2424
{
25-
const VERSION = '0.9.9-dev';
25+
const VERSION = '0.9.9';
2626

2727
/** Email is changed right after user enter's new email address. */
2828
const STRATEGY_INSECURE = 0;

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The latest version includes following features:
1919

2020
[Read the Documentation for master](docs/README.md)
2121

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)
2323

2424
## Installation
2525

composer.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
}
3535
},
3636
"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+
}
3842
}
3943
}

0 commit comments

Comments
 (0)