Releases: wp-cli/i18n-command
Releases · wp-cli/i18n-command
Version 2.6.4
- make-pot: scan any
theme.json
file in any level [#424]
- Require
wp-cli/wp-cli
v2.12 [#420]
Version 2.6.3
- PHPUnit: convert deprecations to exceptions [#413]
- Fix newly reported PHPCS error [#412]
- Composer: prevent a lock file from being created [#411]
Version 2.6.2
- Translate "description" field from theme.json [#408]
- Revert changes to extract title from styles.blocks.variations [#407]
- theme.json: find
title
string within styles.blocks.variations
[#405]
- Add tests for rspack and esbuild bundle output [#404]
- Fix deprecation warnings in unit tests [#402]
- Use relative paths for file header references (Windows fix) [#400]
- Ensure that the POT file use the same license as the theme [#399]
- Add examples for
wp i18n update-po
command [#392]
- Add examples for make pot [#390]
Version 2.6.1
- make-php: skip strings without translation [#389]
- Add more headers to php translation files [#388]
- Use relative paths for file header references [#384]
Version 2.6.0
- Fix file format in make-php [#379]
- Regenerate README file [#378]
- Add file references for plugin/theme headers [#377]
- Add
wp i18n make-php
command [#363]
Version 2.5.0
make-mo
: Add destination file support [#373]
- CI: Stage the correct files in schema workflow [#370]
- Update
theme-i18n.json
[#366]
Version 2.4.3
- CI: Ensure PHPUnit workflow actually runs [#360]
- Fix deprecated partially-supported callables for PHP 8.2 [#359]
update-po
: Check for destination [#356]
Version 2.4.2
- Add
composer phpcbf
[#354]
- Allow
johnbloch/wordpress-core-installer
in composer.json
[#353]
- Add more standard 'excludes' values [#351]
- Fix unclosed quote [#350]
Version 2.4.1
- PHP 8.2: fix
${var}
string interpolation deprecation warning [#346]