Skip to content

Commit a166e9b

Browse files
Minor tweaks for plugin deprecation
1 parent edb2ae6 commit a166e9b

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

bp-rest.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
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

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
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
@@ -55,6 +56,8 @@
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",

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: The BuddyPress Community
33
Donate link: https://buddypress.org
44
Requires at least: 6.1
5-
Tested up to: 6.4
5+
Tested up to: 6.7
66
Requires PHP: 5.6
77
Stable tag: 0.9.0
88
License: GNU General Public License v2 or later

0 commit comments

Comments
 (0)