Releases: outl1ne/nova-translatable
Releases · outl1ne/nova-translatable
1.12.0
1.11.1
1.11.0
Added
- Added option to use new
LocaleSelect
field that controls all fields' locales along withdisplay_type
optionnone
(thanks to @thalegion)
Changed
- Fixed issue where a numeric value like
012345
would lose its leading zero due to conversion to float - Updated packages
1.10.1
Changed
- Fixed tab double click not triggering all fields to change (thanks to @thalegion)
- Updated packages
1.10.0
1.9.1
1.9.0
Added
- Added
prioritize_nova_locale
configuration option - Added
display_type
configuration option (that currently allowsrow
andcolumn
options) - Added
$options = []
as second argument of->translatable()
Changed
- Fixed missing
mergeConfigFrom
- Fixed issue with
rulesFor
andnova-flexible-content
(thanks to @trippo) - Updated packages