Releases: outl1ne/nova-translatable
Releases · outl1ne/nova-translatable
1.5.0
Changed
- Added
Nova 3.3.1
support
- Fixed
Select
field not working
- Fixed
displayUsingLabels()
not working
- Fixed
Boolean
field not working
1.4.1
Added
- Support Nova 3.0 in
composer.json
requirements
1.4.0
Added
- Supported array value fields in Flexible
Changed
- Fixed issue with error messages not being displayed (thanks to @srinathreddydudi)
- Further improved array value support
- Refactored code
1.3.2
Changed
- Improved key handling w/ array value support
- Improved validation and fields support
1.3.1
Changed
- Fixed invalid attribute issue with
nova-flexible-content
in some scenarios
- Updated packages
1.3.0
Added
- Added support for use inside
nova-flexible-content
(except Image and File fields)
- Added warning about Image and File fields inside
nova-flexible-content
Changed
- Refactored code for better readability, compatibility and performance
1.2.0
Added
- Added support for
KeyValue
field (thanks to @ngiraud)
Changed
- Set first (active) locale to Nova's configured locale (thanks to @ngiraud)
- Moved macro registration from
boot()
to register()
method to better support third-party packages
- Updated packages
1.1.2
Changed
- Added
method_exists
validation for setTranslations
to support making fields in nova-settings
translatable