Skip to content

Releases: lipemat/wp-cli-bundle

Version 2.7.0

13 Oct 17:38
2.7.0-windows
1936371
Compare
Choose a tag to compare

Everything up to date with version 2.7.0

  1. Updated psy/psysh to 0.11.8
  2. Dropped support for PHP 5.6 in favor of 7.0.
  3. Use wp-cli/restful repo instead of previous fork.
  4. Fixed issues with db commands
    1. wp-cli/db-command#231
    2. wp-cli/wp-cli#5689
  5. Everything up to date with the upstream 2.7.0.

Version 2.6.0

27 Jan 22:14
Compare
Choose a tag to compare

Everything up to date with version 2.6.0

  1. Updated psy/psysh to 0.10.12 -> highest version we can use before PHP 7 is supported.
  2. Everything up to date with the upstream 2.6.0.
  3. Rebuild Git history to work with new main branch on upstream repo.

Version 2.5.0

21 Jun 22:31
465953b
Compare
Choose a tag to compare

Everything up to date with version 2.5.0

  1. Updated all composer dependencies.
  2. Adjusted make-phar.php to latest requirements.
  3. Latest from upstream master beyond 2.5.0.

Version 2.4.1

05 Nov 02:52
Compare
Choose a tag to compare

Update to date with everything in version 2.4.1

  1. Updated all composer dependencies.
  2. Adjusted make-phar.php to latest requirements.
  3. Latest from upstream master beyond 2.4.1.
  4. Fix bug when listing plugins.

Version 2.4.0

13 Nov 21:23
Compare
Choose a tag to compare

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

21 Oct 16:41
Compare
Choose a tag to compare

Everything is now up to date with the latest 2.3.0 version of wp-cli.

Enhanced WP-CLI Restful Command

31 May 14:45
Compare
Choose a tag to compare

Now using the forked version of wp-cli/restful.

No longer have to wait for enhancements or pull requests to be approved.

First Enhancement:

  1. Support custom fields registered via register_rest_field without specifying a schema just like you get when using the rest endpoint.

Version 2.2.0 plus `rest` support

10 May 14:06
Compare
Choose a tag to compare

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