Releases: wp-cli/language-command
Releases · wp-cli/language-command
Version 2.0.4
- Update README.md file [#83]
Version 2.0.3
- Change
LanguagePackUpgrader::download_package
signature [#82] - Implement CS checking based on the
WP_CLI_CS
ruleset [#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_VERSION
latest
to5.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
move
command [#65] - Support installing translations for all installed plugins/themes [#64]
- Make use of report_batch_operation_results() for install commands [#63]
- Continue if
$available_updates
is 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-run
message [#32] - Update scaffolded files [#34]
- Add
is-installed
command to check if a given language is installed [#36] - Add
language plugin
andlanguage theme
command. [#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]
Version 1.0.6
Version 1.0.5
Version 1.0.4
Version 1.0.3
Version 1.0.2
- Clarifies this command as a bundled command.