Skip to content

Releases: orchestral/control

v3.2.0

26 Dec 18:40
Compare
Choose a tag to compare
  • 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

29 Nov 08:32
Compare
Choose a tag to compare
  • Allow ACL names to be use available language files for customisation in application.

v3.1.6

02 Oct 13:26
Compare
Choose a tag to compare
  • Use Orchestra\Authorization\Authorization::canIf() instead of Orchestra\Authorization\Authorization::can().
  • Tweak views to add caret for dropdown menu.

v3.1.5

21 Sep 01:15
Compare
Choose a tag to compare
  • Remove configurating authorization for the default "Guest" role.
  • Disable ability to add default "Guest" or duplicated roles.
  • Refactor views.

v3.1.4

18 Sep 16:29
Compare
Choose a tag to compare
  • Remove debugging code.

v3.0.5

18 Sep 16:29
Compare
Choose a tag to compare
  • Remove debugging code.

v3.1.3

15 Sep 15:33
Compare
Choose a tag to compare
  • Orchestra\Control\ControlServiceProvider should utilize the new Orchestra\Foundation\Support\Providers\ModuleServiceProvider.

v3.1.2

07 Sep 01:15
Compare
Choose a tag to compare
  • Add Orchestra\Control\ControlPlugin.

v3.1.1

18 Jun 15:35
Compare
Choose a tag to compare
  • Improved performances by reducing call within Illuminate\Container\Container.
  • Utilize Orchestra\Support\Providers\EventProviderTrait and separate events on to separate class.

v3.1.0

09 Jun 11:25
Compare
Choose a tag to compare
  • Update support for Orchestra Platform v3.1.
  • Convert filter to middleware.