This guide contains instructions to upgrade from version v7.0.0-alpha3 to v7.0.0-alpha4.
Before you start, don't forget to take a look at general instructions about upgrading. There you can find links to upgrade notes for other versions too.
- move creation of data objects into factories
- already existing data object factories changed their signatures
- to change the last item in admin breadcrumb, use
BreadcrumbOverrider:overrideLastItem(string $label)
instead ofBreadcrumb::overrideLastItem(MenuItem $item)
- if you've customized the admin menu by using your own
admin_menu.yml
, implement event listeners instead- see the Adding a New Administration Page cookbook for details
- move creation of data objects into factories
- already existing data object factories changed their signatures
- move creation of data objects into factories
- already existing data object factories changed their signatures
- move creation of data objects into factories
- already existing data object factories changed their signatures