Skip to content

Releases: outl1ne/nova-menu-builder

4.0.5

03 Nov 11:25
Compare
Choose a tag to compare

Changed

  • Removed some 1.0 legacy code
  • Upgraded nova-translations-loader
  • Fixed translations publishing

4.0.4

29 Oct 09:57
Compare
Choose a tag to compare

Changed

  • Fixed custom fields styles

4.0.3

29 Oct 09:44
Compare
Choose a tag to compare

Changed

  • Removed helper texts from Multiselect
  • Fixed modal overflow styles
  • Fixed missing Multiselect styles
  • Updated packages

4.0.2

06 Oct 14:08
Compare
Choose a tag to compare

Changed

  • Fixed PHP 7.4 usage error
  • Updated packages

4.0.1

02 Oct 08:24
Compare
Choose a tag to compare

Changed

  • Fixed migrations in MariaDB (thanks to @allantatter)
  • Updated packages

4.0.0

18 Sep 09:27
Compare
Choose a tag to compare

If you want to upgrade from version 2.0 or 3.0, please consult UPGRADING.md for instructions.

Added

  • The UI texts are now all translatable and customizable
  • Added menubuilder:type command to ease the creation of custom types

Changed

  • MenuLinkables have been replaced with menu types
  • Locale logic has been reworked - each locale is no longer a separate menu model
  • UI has been reworked (lots of visual fixes and improvements)
  • JSON parameters field has been removed
  • Menu items can now be managed in both Detail and Edit views
  • Fixed the error where the "Menus" sidebar item would become inactive when opening the detail or edit view of a menu
  • nova_get_menu has been renamed to nova_get_menu_by_slug
  • Hugely improved fields validation

3.0.3

02 Sep 07:10
Compare
Choose a tag to compare

Changed

  • Fixed PHP 7.4 fn usage
  • Fixed showing incorrect fields in update modal when changing menu item type

3.0.2

01 Sep 13:58
Compare
Choose a tag to compare

Changed

  • Fixed nova-multiselect-field not working with new fields functionality

3.0.1

25 Aug 10:30
Compare
Choose a tag to compare

Changed

  • Fixed updating menu item type
  • Fixed fields css padding

3.0.0

21 Aug 12:42
Compare
Choose a tag to compare

Major release due to breaking changes!

Added

  • Ability to add custom fields to MenuLinkable class (via getFields(): array) function (thanks to @KasparRosin)
  • Ability to customize rules for menu items (via getRules(): array) function
  • Added new data column to menu items table (php artisan migrate required)
  • Added ability to provide custom MenuItem model
  • Added ability to disable auto-loading of migrations
  • Added a fourth parameter $data to getDisplayValue()
public static function getDisplayValue($value = null, array $parameters = null, array $data = null)

Changed

  • Updated packages