Skip to:
Content

BuddyPress.org

Changeset 14089


Ignore:
Timestamp:
11/28/2024 04:13:41 PM (7 months ago)
Author:
dcavins
Message:

Use 0.8 version of BP REST API.

The master branch of the REST API is ready for 15, so including it in 14 causes some issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/14.0/package.json

    r14087 r14089  
    5757        "test-php-multisite:group": "npm run wp-env run cli -- --env-cwd=wp-content/plugins/buddypress composer test_multi -- -- --group ",
    5858        "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",
    59         "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"
     59        "download:rest": "curl -L -o 'rest-archive.zip' https://github.com/buddypress/BP-REST/archive/refs/heads/0.8.zip && unzip -qq rest-archive.zip && mv BP-REST-0.8 build/bp-rest && rm rest-archive.zip"
    6060    },
    6161    "keywords": [
Note: See TracChangeset for help on using the changeset viewer.