Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
* Update support for Orchestra Platform v3.2.
* Improved performances by reducing call within `Illuminate\Container\Container`.
* Utilize `Orchestra\Support\Providers\EventProviderTrait` and separate events on to separate class.
* Add `Orchestra\Control\ControlPlugin`.
* `Orchestra\Control\ControlServiceProvider` should utilize the new `Orchestra\Foundation\Support\Providers\ModuleServiceProvider`.
* Remove configurating authorization for the default `"Guest"` role.
* Disable ability to add default `"Guest"` or duplicated roles.
* Allow ACL names to be use available language files for customisation in application.

Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Dec 26, 2015
1 parent 2ffa848 commit ac6b5bd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ title: Control Change Log

---

## Version 3.2 {#v3-2}

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

* Update support for Orchestra Platform v3.2.
* Improved performances by reducing call within `Illuminate\Container\Container`.
* Utilize `Orchestra\Support\Providers\EventProviderTrait` and separate events on to separate class.
* Add `Orchestra\Control\ControlPlugin`.
* `Orchestra\Control\ControlServiceProvider` should utilize the new `Orchestra\Foundation\Support\Providers\ModuleServiceProvider`.
* Remove configurating authorization for the default `"Guest"` role.
* Disable ability to add default `"Guest"` or duplicated roles.
* Allow ACL names to be use available language files for customisation in application.

## Version 3.1 {#v3-1}

### v3.1.7 {#v3-1-7}
Expand Down

0 comments on commit ac6b5bd

Please sign in to comment.