Skip to content

Releases: wp-cli/php-cli-tools

Version 0.12.0

03 Jul 10:40
2d1da47
Compare
Choose a tag to compare
  • Fix unit tests [#172]

Version 0.11.22

08 Dec 10:42
a6bb946
Compare
Choose a tag to compare
  • Fix maxFlag to flagMax and maxOption to optionMax typos in HelpScreen class [#170]
  • Use class instead of static variables for the speed measurement [#168]
  • Remove inexistent post-install-cmd [#167]
  • Fix type hinting for prompt function [#141]

Version 0.11.21

29 Sep 15:28
b3457a8
Compare
Choose a tag to compare
  • PHP 8.2: strwidth() & Colors::pad()/decolorize() should always work with a string [#163]

Version 0.11.20

19 Sep 23:09
d788a2c
Compare
Choose a tag to compare
  • Update to WPCS v3 [#161]

Version 0.11.19

21 Jul 11:39
2d27f0d
Compare
Choose a tag to compare
  • Prevent warnings in PHP 8.2 when $col_values is empty [#160]

Version 0.11.18

04 Apr 16:04
0f503a7
Compare
Choose a tag to compare
  • fix PHP Deprecated: Creation of dynamic property [#158]

Version 0.11.17

17 Jan 04:32
Compare
Choose a tag to compare
  • Restore PHPUnit test runs [#155]

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]