This is a minor releaseMinor Release A set of releases or versions having the same minor version number may be collectively referred to as .x , for example version 5.2.x to refer to versions 5.2, 5.2.1, 5.2.3, and all other versions in the 5.2 (five dot two) branch of that software. Minor Releases often make improvements to existing features and functionality., which fixes a few regressions.
Changelog
Commands:
- made
search-replacework with tables that have reserved column names, such as ‘default’ - made
option updatework correctly forblog_public - fixed notice in
scaffold post-type - fixed colorization on
wp plugin update-all --dry-run
Internals:
- fixed bug where
wp helpwould not display commands defined in plugins - fixed synopsis parser bug where arguments with vertical bars would be ignored
- added support for
WP_CLI_PHP_ARGSenvironment variable
You can also browse the list of resolved issues on GithubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged by the repository owner. https://github.com/.