Releases: wp-cli/php-cli-tools
Releases · wp-cli/php-cli-tools
Version 0.11.14
- [PHP 8.2] Fix
${var}
string interpolation deprecation [#148]
Version 0.11.13
- Update TTY checks [#145]
Version 0.11.12
- Fix deprecated usage of
join()
[#142]
Version 0.11.11
- Fix incorrect namespace for cli\notify\xxx [#137]
Version 0.11.10
- Use forced width attribution as fallback only to avoid scrapping manual widths [#136]
Version 0.11.9
Version 0.11.8
- Uses
preg_split()
instead ofpreg_match()
with quantifiers insafe_substr()
[#123].
Version 0.11.7
- Adds optional arguments accepted by
str_pad()
[#120].
Version 0.11.6
Version 0.11.5
- Suppresses
tput
stderr. UsesCOLUMNS
env var 1st if available [#113].