Skip to content

Releases: wp-cli/php-cli-tools

Version 0.11.16

03 Nov 15:25
c32e51a
Compare
Choose a tag to compare
  • Adds annotations to remove deprecated warning message on php8.1 [#152]

Version 0.11.15

25 Aug 23:12
Compare
Choose a tag to compare
  • Fix logic to check for TTY [#146]

Version 0.11.14

14 Jul 13:50
f8f340e
Compare
Choose a tag to compare
  • [PHP 8.2] Fix ${var} string interpolation deprecation [#148]

Version 0.11.13

19 Jul 13:44
a286685
Compare
Choose a tag to compare
  • Update TTY checks [#145]

Version 0.11.12

03 Mar 12:56
e472e08
Compare
Choose a tag to compare
  • Fix deprecated usage of join() [#142]

Version 0.11.11

17 Dec 13:34
fe9c7c4
Compare
Choose a tag to compare
  • Fix incorrect namespace for cli\notify\xxx [#137]

Version 0.11.10

22 Aug 10:43
f99308f
Compare
Choose a tag to compare
  • Use forced width attribution as fallback only to avoid scrapping manual widths [#136]

Version 0.11.9

21 Apr 01:24
766653b
Compare
Choose a tag to compare
  • Remove double semi-colon [#130]
  • Fix potential endless loop in prompt() [#129]
  • Add optional $msg parameter to \cli\Progress\Bar::tick() [#126]
  • Fix off-by-1 error in progress bar examples [#128]

Version 0.11.8

12 Oct 21:51
Compare
Choose a tag to compare
  • Uses preg_split() instead of preg_match() with quantifiers in safe_substr() [#123].

Version 0.11.7

02 Oct 20:12
Compare
Choose a tag to compare
  • Adds optional arguments accepted by str_pad() [#120].