Skip to content

6.0.0

Compare
Choose a tag to compare
@Tarpsvo Tarpsvo released this 10 Aug 08:57

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,
  // ...
],