Skip to content

Commit

Permalink
v3.1.2
Browse files Browse the repository at this point in the history
* Improved performances by reducing call within `Illuminate\Container\Container`.
* Utilize `Orchestra\Authorization\Authorization::canIf()` helper.
* Simplify `Orchestra\Foundation\Providers\RouteServiceProvider`.
* Avoid sending `Orchestra\Foundation\Jobs\RefreshRouteCache` to queue and instead execute it immediately.

Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jun 16, 2015
1 parent a6ffe34 commit 9657562
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: Foundation Change Log

## Version 3.1 {#v3-1}

### v3.1.2 {#v3-1-2}

* Improved performances by reducing call within `Illuminate\Container\Container`.
* Utilize `Orchestra\Authorization\Authorization::canIf()` helper.
* Simplify `Orchestra\Foundation\Providers\RouteServiceProvider`.
* Avoid sending `Orchestra\Foundation\Jobs\RefreshRouteCache` to queue and instead execute it immediately.

### v3.1.1 {#v3-1-1}

* Add support for menu nesting with `Orchestra\Foundation\Support\MenuHandler`.
Expand Down

0 comments on commit 9657562

Please sign in to comment.