[BC BREAK] added alterNewInstance to AdminExtensionInterface If you do not extend the AdminExtension, you need to add an empty method to your extension classes:
public function alterNewInstance(AdminInterface $admin, $object) {}
[BC BREAK] change the configureSideMenu signature to use the AdminInterface
getListTemplate
, getEditTemplate
, getShowTemplate
=> just use getTemplate('edit')
delete
template configuration entry09334d81
, now an admin must have the role ROLE_SONATA_ADMIN
to see the top bar navigation[BC BREAK] Introduce Block Into the Admin Bundle
[BC BREAK] New configuration format for the dashboard section.