File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11<?php
22/**
3- * Plugin Name: BuddyPress RESTful API
3+ * Plugin Name: BuddyPress RESTful API (Deprecated)
44 * Plugin URI: https://buddypress.org
55 * Description: Access your BuddyPress site's data through an easy-to-use HTTP REST API.
66 * Author: The BuddyPress Community
7- * Author URI: https: //buddypress.org/
7+ * Author URI: https://buddypress.org/
88 * Version: 0.9.0
99 * Text Domain: buddypress
10- * Domain Path: /languages/
1110 * Requires at least: 6.1
12- * Tested up to: 6.4
11+ * Tested up to: 6.7
1312 * Requires PHP: 5.6
1413 * Requires Plugins: buddypress
1514 * License: GNU General Public License v2 or later
Original file line number Diff line number Diff line change 2626 "wiki" : " https://codex.buddypress.org/"
2727 },
2828 "config" : {
29+ "archive-format" : " zip" ,
2930 "allow-plugins" : {
3031 "dealerdirect/phpcodesniffer-composer-installer" : true ,
3132 "composer/installers" : true
5556 " wp-env.json" ,
5657 " composer.json" ,
5758 " composer.lock" ,
59+ " package.json" ,
60+ " package-lock.json" ,
5861 " .editorconfig" ,
5962 " CHANGELOG.md" ,
6063 " CONTRIBUTING.md" ,
Original file line number Diff line number Diff line change 22Contributors: The BuddyPress Community
33Donate link: https://buddypress.org
44Requires at least: 6.1
5- Tested up to: 6.4
5+ Tested up to: 6.7
66Requires PHP: 5.6
77Stable tag: 0.9.0
88License: GNU General Public License v2 or later
You can’t perform that action at this time.
0 commit comments