Skip to:
Content

BuddyPress.org

Changeset 12880


Ignore:
Timestamp:
04/12/2021 08:07:45 PM (5 years ago)
Author:
imath
Message:

WP CLI BP: update the Grunt task to use the 2.0.1 plugin version

The 2.0.1 version of the WP CLI BuddyPress plugin is fixing an issue about the Scaffold command. See #87-WP-CLI-BP for more info about it.

Props renato, contemplate

Fixes #8456 (trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r12853 r12880  
    343343            },
    344344            cli: {
    345                 command: 'svn export --force https://github.com/buddypress/wp-cli-buddypress.git/tags/2.0 cli',
     345                command: 'svn export --force https://github.com/buddypress/wp-cli-buddypress.git/tags/2.0.1 cli',
    346346                cwd: BUILD_DIR,
    347347                stdout: false
Note: See TracChangeset for help on using the changeset viewer.