6.0.0
Changed
- Moved default menu item types into config (thanks to @elerioja)
- Updated packages
Breaking change
When migrating from 5.X to 6.X, you have to add the default menu item types to your config file if you wish to continue to use them.
The config would look like this:
'menu_item_types' => [
\OptimistDigital\MenuBuilder\MenuItemTypes\MenuItemTextType::class,
\OptimistDigital\MenuBuilder\MenuItemTypes\MenuItemStaticURLType::class,
// ...
],