Magic Translator Icon

Magic Translator

0.1.3

June 17th, 2026

What's fixed

  • Publish compiled control panel assets during Statamic's addon install flow so Composer installs copy resources/dist/build to public/vendor/statamic-magic-translator/build.
  • Add regression coverage for install-time asset publishing.

Fixes #15

0.1.2

May 13th, 2026

What's fixed

  • Include compiled Vite assets in the package so Composer installs no longer fail with Vite manifest not found.
  • Fix asset build CI by installing Composer dependencies before npm ci, so the local @statamic/cms package exists.
  • Build assets only against the Statamic v6/PHP 8.4 matrix where the Vite plugin package is available.
  • Keep Statamic's fake stache parent directory available during PHP 8.3 test teardown.

What's changed

  • Stop ignoring resources/dist so future asset builds can be committed by automation.
  • Adjust Dependabot cooldown settings for patch updates.

0.1.1

April 6th, 2026

What's fixed

  • Fix DeepL target_lang error for locales with regional variants (e.g. de_DE, ar_AR, ja_JP) β€” only EN, PT, and ZH require regional codes; all others now correctly resolve to the base language code

What's changed

  • Rename environment variables from CONTENT_TRANSLATOR_* to MAGIC_TRANSLATOR_* to match the package name