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/buildtopublic/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/cmspackage 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/distso 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_langerror 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_*toMAGIC_TRANSLATOR_*to match the package name