Releases: orchestral/control
Releases · orchestral/control
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.
v3.1.7
- Allow ACL names to be use available language files for customisation in application.
v3.1.6
- Use
Orchestra\Authorization\Authorization::canIf()
instead of Orchestra\Authorization\Authorization::can()
.
- Tweak views to add caret for dropdown menu.
v3.1.5
- Remove configurating authorization for the default
"Guest"
role.
- Disable ability to add default
"Guest"
or duplicated roles.
- Refactor views.
v3.1.3
Orchestra\Control\ControlServiceProvider
should utilize the new Orchestra\Foundation\Support\Providers\ModuleServiceProvider
.
v3.1.2
- Add
Orchestra\Control\ControlPlugin
.
v3.1.1
- Improved performances by reducing call within
Illuminate\Container\Container
.
- Utilize
Orchestra\Support\Providers\EventProviderTrait
and separate events on to separate class.
v3.1.0
- Update support for Orchestra Platform v3.1.
- Convert filter to middleware.