Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
* Authorization:
  - Add `Orchestra\Authorization\Authorization::canIf()` method to only check for ACL metric if the metric is available.
  - Add `Orchestra\Authorization\Keyword` to simplify validating fluent keyword against slug value.
  - Fixes exceptions thrown message via `Orchestra\Authorization\Fluent`.

Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jun 15, 2015
1 parent 1f0bed2 commit ecb8a71
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/changes.md
Expand Up @@ -5,6 +5,13 @@ title: Auth Change Log

## Version 3.0 {#v3-0}

### v3.0.2 {#v3-0-2}

* Authorization:
- Add `Orchestra\Authorization\Authorization::canIf()` method to only check for ACL metric if the metric is available.
- Add `Orchestra\Authorization\Keyword` to simplify validating fluent keyword against slug value.
- Fixes exceptions thrown message via `Orchestra\Authorization\Fluent`.

### v3.0.1 {#v3-0-1}

* Replace deprecated `Illuminate\Auth\UserProviderInterface` contract with `Illuminate\Contracts\Auth\UserProvider`.
Expand Down

0 comments on commit ecb8a71

Please sign in to comment.