Releases: orchestral/control
Releases · orchestral/control
v2.2.1
- Filter theme to only to be shown when the theme support it.
- Add events to attach fields to roles.
v2.1.4
- Filter theme to only to be shown when the theme support it.
- Add events to attach fields to roles.
v2.2.0
- Bump minimum version to PHP v5.4.0.
- Add support for Orchestra Platform 2.2.
v2.1.3
- Added events to hook into the role management.
v2.1.2
- Fixes
Orchestra\Control\ExtensionConfigHandler
type-hint to use Illuminate\Support\Fluent
instead of array.
- Fixes control theme switcher CSS issue.
v2.1.1
- Fixed missing
Orchestra\Control\Presenter\AbstractablePresenter
class and add some tests.
v2.1.0
- Update support for Orchestra Platform v2.1
- Implement passive controllers for
orchestra/control
.
v2.0.13
- Implement PSR-2 coding standard.
v2.0.12
- Update menu to support subdomain handling.
- Implement
Orchestra\Model\Role::setDefaultRoles()
.
v2.0.11
- Fixed Bootstrap 3 panel CSS.