Releases: wp-cli/language-command
Releases · wp-cli/language-command
Version 2.0.5
- Add preliminary PHP 7.4 testing [#89]
Version 2.0.4
- Update README.md file [#83]
Version 2.0.3
- Change
LanguagePackUpgrader::download_packagesignature [#82] - Implement CS checking based on the
WP_CLI_CSruleset [#80] - PHPCS: fix up the code base [4] - multi-line function calls [#79]
- PHPCS: fix up the code base [3] - prefix global variables [#78]
- PHPCS: fix up the code base [2] - strict comparisons [#77]
- QA: abstract a 3x duplicate closure to a function [#76]
- PHPCS: fix up the code base [1] - various small fixes [#75]
- Enhancement: Add PHP 7.3 to Travis CI build matrix [#74]
- Move PHP 5.4 tests from
WP_VERSIONlatestto5.1[#72]
Version 2.0.2
- Don't error when a translation is not yet available [#69]
- Check if array key exists to prevent undefined index notices [#67]
- Add support for Probot
movecommand [#65] - Support installing translations for all installed plugins/themes [#64]
- Make use of report_batch_operation_results() for install commands [#63]
- Continue if
$available_updatesis not a array [#62] - Add tests for
wp site switch-language[#57] - Ignore log files [#56]
Version 2.0.1
Version 2.0.0
- Updated
language core update --dry-runmessage [#32] - Update scaffolded files [#34]
- Add
is-installedcommand to check if a given language is installed [#36] - Add
language pluginandlanguage themecommand. [#29] - Warn if no plugin or theme has been specified [#38]
- Use
download_url()in language pack upgrader [#41] - Enable updating languages for individual plugins and themes [#40]
- Adapt package for framework v2 [#43]