Skip to:
Content

BuddyPress.org

Changeset 14101


Ignore:
Timestamp:
02/16/2025 04:34:25 PM (19 months ago)
Author:
espellcaste
Message:

Bump the WP CLI BuddyPress version to 3.0.2.

Fixes #9271

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r14030 r14101  
    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/3.0.1.zip && unzip -qq cli-archive.zip && mv wp-cli-buddypress-3.0.1 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.2.zip && unzip -qq cli-archive.zip && mv wp-cli-buddypress-3.0.2 build/cli && rm cli-archive.zip"
    5959        },
    6060        "keywords": [
Note: See TracChangeset for help on using the changeset viewer.