Closed danaki closed 3 years ago
Seems configureSideMenu()
just renamed to configureTabMenu()
?
https://github.com/sonata-project/SonataAdminBundle/pull/5994
Yes, I did start to rename last week but...
To be able to support 4.x, we will have to create new major version too, because there is some methods that changed signature too, and there is no way to be compatible with both versions :
Fatal error: Declaration of
Yokai\SonataWorkflow\Admin\Extension\WorkflowExtension::configureRoutes(Sonata\AdminBundle\Admin\AdminInterface $admin, Sonata\AdminBundle\Route\RouteCollection $collection): void
must be compatible with
Sonata\AdminBundle\Admin\AbstractAdminExtension::configureRoutes(Sonata\AdminBundle\Admin\AdminInterface $admin, Sonata\AdminBundle\Route\RouteCollectionInterface $collection): void
This is why I didn't finished it yet.
Ok, just push everything you have so far into a 4.x-dev branch and I will help you with testing.
Sure, just opened #30
@danaki support for sonata 4.x was added in https://github.com/yokai-php/sonata-workflow/releases/tag/v0.6.0
Following up #28