From ac6b5bd0767f9438e553084b5e4169929118ce86 Mon Sep 17 00:00:00 2001 From: crynobone Date: Sun, 27 Dec 2015 02:37:11 +0800 Subject: [PATCH] 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. Signed-off-by: crynobone --- docs/changes.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/changes.md b/docs/changes.md index 14bc2b7..6f91910 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -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}