Skip to content

Commit

Permalink
version bump to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Oct 7, 2016
1 parent 5e19f40 commit d50dcbc
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
hiqdev/hipanel-rbac
-------------------

## [0.0.2] - 2016-10-07

- Added own `checkAccess`
- Added `restore-password` and `edit/delete-bills` permissions

## [0.0.1] - 2016-09-27

- Added basics
Expand Down
27 changes: 27 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
hiqdev/hipanel-rbac
-------------------

## [0.0.2] - 2016-10-07

- Added own `checkAccess`
- [5e19f40] 2016-10-07 greatly improved checkAccess to use findIdentity, removed setCurrencyUserRole [[email protected]]
- [5f125bb] 2016-10-07 minor fix [[email protected]]
- [de94806] 2016-10-07 csfixed [[email protected]]
- [443cc4a] 2016-10-07 splitted out SetterTrait to see AuthManager idea clearly [[email protected]]
- [96ea515] 2016-09-30 fixed setCurrentUserRole to work when no role could be found [[email protected]]
- [a7579fb] 2016-09-30 added own `checkAccess()` going to production [[email protected]]
- Added `restore-password` and `edit/delete-bills` permissions
- [92fa7a7] 2016-10-07 added restore-password permission to files [[email protected]]
- [d179692] 2016-10-07 removed getRoles and getPermissions cause they are already there from BaseManager [[email protected]]
- [c988cc5] 2016-10-07 + restore-password permission [[email protected]]
- [8cdad28] 2016-09-30 changed yii2 version constraint, yii2 is not semver [[email protected]]
- [e1a90ce] 2016-09-30 + edit/delete bills permission, billManager role [[email protected]]

## [0.0.1] - 2016-09-27

- Added basics
Expand Down Expand Up @@ -49,3 +65,14 @@ hiqdev/hipanel-rbac
[e90861b]: https://github.com/hiqdev/hipanel-rbac/commit/e90861b
[d8568fa]: https://github.com/hiqdev/hipanel-rbac/commit/d8568fa
[32ef7a3]: https://github.com/hiqdev/hipanel-rbac/commit/32ef7a3
[5e19f40]: https://github.com/hiqdev/hipanel-rbac/commit/5e19f40
[5f125bb]: https://github.com/hiqdev/hipanel-rbac/commit/5f125bb
[de94806]: https://github.com/hiqdev/hipanel-rbac/commit/de94806
[443cc4a]: https://github.com/hiqdev/hipanel-rbac/commit/443cc4a
[92fa7a7]: https://github.com/hiqdev/hipanel-rbac/commit/92fa7a7
[d179692]: https://github.com/hiqdev/hipanel-rbac/commit/d179692
[c988cc5]: https://github.com/hiqdev/hipanel-rbac/commit/c988cc5
[8cdad28]: https://github.com/hiqdev/hipanel-rbac/commit/8cdad28
[96ea515]: https://github.com/hiqdev/hipanel-rbac/commit/96ea515
[a7579fb]: https://github.com/hiqdev/hipanel-rbac/commit/a7579fb
[e1a90ce]: https://github.com/hiqdev/hipanel-rbac/commit/e1a90ce
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1 2016-09-27 14:35:35 +0000 d8568fa2c8fb200f9336bb7b5ad899e4d04a86c2
0.0.2 2016-10-07 15:16:28 +0000 5e19f4030d0ef55456c5382a303dbb2ad991ec92

0 comments on commit d50dcbc

Please sign in to comment.