Skip to content

1.3.0

Compare
Choose a tag to compare
@boxblinkracer boxblinkracer released this 03 Feb 16:59
· 434 commits to main since this release

Added

  • Add support for database snippets in Shopware 6 storage using the entity name snippet.
  • The Shopware 6 storage format does now support "fix:structure" for snippet entities. Missing snippets will now be automatically generated with empty values.
  • Add warning output that the Shopware 6 storage format currently doesn't allow to insert new entity translation rows.

Fixed

  • Fixed problems with broken "Umlaute" in Shopware 6 entities storage
  • Fix problem with wrong translation coverage. A set with 0/0 was displayed as 0% coverage, but it's actually 100%.
  • Fix problem with "fix:structure" when creating new snippets for translations-sets with groups. It accidentally used the full ID instead of the correct key name for the "key" identifier.
  • Fix crash when parsing invalid json files.