Skip to content

v2.0.2

Choose a tag to compare

@BrunosCode BrunosCode released this 09 May 07:18
· 15 commits to main since this release

Bug fixes

  • Null values persisted to translation_values.value when an editor cleared a field.
    Clearing a locale value in the Keys or Groups form could send null to the repository,
    which was stored as-is in the database instead of an empty string.
    Both TranslationRepository and TranslationGroupRepository now normalise any null
    field value to '' before persisting.

Documentation

  • Added Editorial interface section to the README covering the Keys and Groups edit
    forms (fields, read-only behaviour, auto-sync on save), the allow_empty checkbox and
    its effect on validation in each module, and the null-to-empty-string normalisation rule.