Releases: lipemat/wp-cli-bundle
Releases · lipemat/wp-cli-bundle
Version 2.7.0
Everything up to date with version 2.7.0
- Updated psy/psysh to 0.11.8
- Dropped support for PHP 5.6 in favor of 7.0.
- Use
wp-cli/restful
repo instead of previous fork. - Fixed issues with db commands
- Everything up to date with the upstream 2.7.0.
Version 2.6.0
Everything up to date with version 2.6.0
- Updated
psy/psysh
to 0.10.12 -> highest version we can use before PHP 7 is supported. - Everything up to date with the upstream 2.6.0.
- Rebuild Git history to work with new
main
branch on upstream repo.
Version 2.5.0
Everything up to date with version 2.5.0
- Updated all composer dependencies.
- Adjusted make-phar.php to latest requirements.
- Latest from upstream master beyond 2.5.0.
Version 2.4.1
Update to date with everything in version 2.4.1
- Updated all composer dependencies.
- Adjusted make-phar.php to latest requirements.
- Latest from upstream master beyond 2.4.1.
- Fix bug when listing plugins.
Version 2.4.0
Everything is now up to date with the latest 2.4.0 version of wp-cli and ready for WordPress core version 5.3.
Version 2.3.0
Everything is now up to date with the latest 2.3.0 version of wp-cli.
Enhanced WP-CLI Restful Command
Now using the forked version of wp-cli/restful.
No longer have to wait for enhancements or pull requests to be approved.
First Enhancement:
- Support custom fields registered via
register_rest_field
without specifying aschema
just like you get when using the rest endpoint.
Version 2.2.0 plus `rest` support
Everything is now up to date with the latest 2.2.0 version of wp-cli.
Added support for the rest
command.
No longer need to install the wp-cli/restful
package separately as it is now bundled. Supports all original commands from the docs