Skip to content

Tags: dustinrue/php-cli-tools

Tags

v0.11.15

Toggle v0.11.15's commit message
Update file(s) from wp-cli/.github

v0.11.14

Toggle v0.11.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request wp-cli#147 from aerogus/master

hide deprecated warning in php8.1

v0.11.13

Toggle v0.11.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request wp-cli#145 from skeltoac/update-tty-checks

Update TTY checks

v0.11.12

Toggle v0.11.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request wp-cli#142 from MotaWord/master

refactor deprecated join() usage

v0.11.11

Toggle v0.11.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request wp-cli#137 from markjaquith/fix-namespace-cli-notify

Fix incorrect namespace for cli\notify\xxx

v0.11.10

Toggle v0.11.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request wp-cli#136 from wp-cli/135-fix-manual-width-attrib…

…ution

Use forced width attribution as fallback only to avoid scrapping manual widths

v0.11.9

Toggle v0.11.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request wp-cli#130 from marcovalloni/patch-1

Update Bar.php

v0.11.8

Toggle v0.11.8's commit message
Merge pull request wp-cli#123 from wp-cli/use_preg_split_in_safe_substr

Use preg_split instead of preg_match with quantifiers in safe_substr.

v0.11.7

Toggle v0.11.7's commit message
Merge pull request wp-cli#120 from urlund/master

Added str_pad optional arguments

v0.11.6

Toggle v0.11.6's commit message
Merge pull request wp-cli#118 from wp-cli/issue_117

Use grapheme_substr & pcre_match in safe_substr for wp-cli#117. Ascii::columns fix.