Releases: outl1ne/nova-menu-builder
Releases · outl1ne/nova-menu-builder
2.0.5
Changed
- Fix syntax error (thanks to @PieterxJan)
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
NB! This release contains breaking changes. See UPGRADING.md for instructions on how to upgrade from 1.0 to 2.0.
Added
- Added support for nova-lang
Changed
- Better localization support through
nova-locale-field
- Moved all config options from tool constructor to
config/nova-menu.php
- Updated all packages
- All migrations are now loaded automatically
- Publishing migrations is not necessary anymore
- Running
migrate
will delete the original migration from project source
- Table names are now configurable through
config/nova-menu.php
1.4.2
1.4.1
1.4.0
1.3.3
Changed
- Fix MenuLinkable types
BREAKING!
Previous string
enforcements failed in some cases, it is safer to just remove them. New type definitions for getDisplayValue
and getValue
:
public static function getDisplayValue($value = null)
public static function getValue($value = null, array $parameters = null)