Skip to:
Content

BuddyPress.org

Changeset 13730


Ignore:
Timestamp:
02/21/2024 06:18:17 PM (11 months ago)
Author:
espellcaste
Message:

Bump the WP CLI BuddyPress version to 3.0.0

fixes #9091
closes https://github.com/buddypress/buddypress/pull/231

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r13720 r13730  
    5656        "test-php-multisite": "npm run wp-env run cli -- --env-cwd=wp-content/plugins/buddypress composer test_multi",
    5757        "test-php-multisite:group": "npm run wp-env run cli -- --env-cwd=wp-content/plugins/buddypress composer test_multi -- -- --group ",
    58         "download:cli": "curl -L -o 'cli-archive.zip' https://github.com/buddypress/wp-cli-buddypress/archive/2.0.2.zip && unzip -qq cli-archive.zip && mv wp-cli-buddypress-2.0.2 build/cli && rm cli-archive.zip",
     58        "download:cli": "curl -L -o 'cli-archive.zip' https://github.com/buddypress/wp-cli-buddypress/archive/3.0.0.zip && unzip -qq cli-archive.zip && mv wp-cli-buddypress-3.0.0 build/cli && rm cli-archive.zip",
    5959        "download:rest": "curl -L -o 'rest-archive.zip' https://github.com/buddypress/BP-REST/archive/master.zip && unzip -qq rest-archive.zip && mv BP-REST-master build/bp-rest && rm rest-archive.zip"
    6060    },
Note: See TracChangeset for help on using the changeset viewer.