Skip to content

Releases: outl1ne/nova-translatable

1.5.2

14 Apr 17:46
02e1c39
Compare
Choose a tag to compare

Changed

  • Fixed is_nan errors

1.5.1

14 Apr 17:44
a0722b4
Compare
Choose a tag to compare

Changed

  • Fixed is_nan errors

1.5.0

14 Apr 14:38
Compare
Choose a tag to compare

Changed

  • Added Nova 3.3.1 support
  • Fixed Select field not working
  • Fixed displayUsingLabels() not working
  • Fixed Boolean field not working

1.4.1

05 Mar 07:44
Compare
Choose a tag to compare

Added

  • Support Nova 3.0 in composer.json requirements

1.4.0

25 Feb 09:24
Compare
Choose a tag to compare

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

13 Feb 13:28
Compare
Choose a tag to compare

Changed

  • Improved key handling w/ array value support
  • Improved validation and fields support

1.3.1

10 Feb 09:51
Compare
Choose a tag to compare

Changed

  • Fixed invalid attribute issue with nova-flexible-content in some scenarios
  • Updated packages

1.3.0

04 Feb 09:33
Compare
Choose a tag to compare

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

27 Jan 09:32
Compare
Choose a tag to compare

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

17 Jan 17:01
Compare
Choose a tag to compare

Changed

  • Added method_exists validation for setTranslations to support making fields in nova-settings translatable