Releases: orchestral/control
Releases · orchestral/control
v3.0.4
- Include csrf token for deleting role route.
v3.0.3
- Fixes missing delete roles route.
v3.0.2
- Rename
Orchestra\Control\Authorize
to Orchestra\Control\Command\Synchronizer
.
- Convert
Orchestra\Control\Command\Synchronizer
to not use static method.
- Add
Orchestra\Control\Contracts\Command\Synchronizer
contract.
- Restructure menu views.
v3.0.1
- Rename
Orchestra\Control\ControlMenuHandler
to Orchestra\Control\Http\Handlers\ControlMenuHandler
.
- Move
Orchestra\Control\Presenter
namespace to Orchestra\Control\Http\Presenters
.
- Move
Orchestra\Control\Routing
namespace to Orchestra\Control\Http\Controllers
.
- Rename
Orchestra\Control\Http\Handlers\ControlMenuHandler::getPosition()
method to Orchestra\Control\Http\Handlers\ControlMenuHandler::getPositionAttribute()
.
v3.0.0
- Update support to Orchestra Platform v3.0.
- Simplify PSR-4 path.
- Use basic routing instead of
orchestra/resources
.
- Move all start-up files to service provider.
v2.2.4
- Add
src/migrations
to composer autoload classmap.
- Sync ACL after synchronising roles.
v2.1.6
- Add
src/migrations
to composer autoload classmap.
- Sync ACL after synchronising roles.
v2.2.2
- Allow Roles table to be search and sorted using
Orchestra\Html\Table\Grid
new functionality.
- Use full PHP syntax.