Releases: wp-cli/php-cli-tools
Releases · wp-cli/php-cli-tools
Version 0.11.4
Version 0.11.3
- Variety of bug fixes to
Shell:columns()
[#105].
Version 0.11.2
- Correctly applies default values for an option [#104]
Version 0.11.1
- Only decolorize in
cli\safe_str_pad()
when colorizing [#94].
Version 0.11.0
Version 0.10.5
- Verifies if exec is not in disable_functions directive (pull request)
Version 0.10.4
Version 0.10.3
- Fixed undefined error for mb_detect_encoding() by checking that it exists.
Version 0.10.2
- Fixed passing an empty array to cli\Table.
- Fixed incorrect lengths for colorized strings in cli\Table.
Version 0.10.1
- Fix: cli\safe_str_pad() properly accommodates accented characters / languages with their own Unicode characters.