Skip to content

Commit 0ff4ed3

Browse files
committed
Update WordPress readme.txt for 1.4.0.
1 parent 8ea801e commit 0ff4ed3

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

readme.txt

+12-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
=== WP API Menus ===
22
Contributors: nekojira, austyfrosty
33
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=P64V9NTEYFKDL
4-
Tags: wp-api, wp-rest-api, json-rest-api, json, menus, rest, api, menu-routes
5-
Requires at least: 3.6.0
6-
Tested up to: 5.5.0
7-
Stable tag: 1.3.2
4+
Tags: deprecated, wp-api, wp-rest-api, json-rest-api, json, menus, rest, api, menu-routes
5+
Requires at least: 5.8.0
6+
Tested up to: 5.9.1
7+
Stable tag: 1.4.0
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -33,13 +33,10 @@ In V2 the routes by default are at `wp-json/wp-api-menus/v2/` (e.g. `wp-json/wp-
3333

3434
== Installation ==
3535

36-
This plugin requires having [WP API](https://wordpress.org/plugins/json-rest-api/) installed and activated or it won't be of any use.
37-
3836
Install the plugin as you would with any WordPress plugin in your `wp-content/plugins/` directory or equivalent.
3937

4038
Once installed, activate WP API Menus from WordPress plugins dashboard page and you're ready to go, WP API will respond to new routes and endpoints to your registered menus.
4139

42-
4340
== Frequently Asked Questions ==
4441

4542
= Is this an official extension of WP API? =
@@ -58,6 +55,10 @@ Nothing to show really, this plugin has no settings or frontend, it just extends
5855

5956
== Changelog ==
6057

58+
= 1.4.0 =
59+
* Mark menus as deprecated via `doing_it_wrong()` in favor of WordPress' core menus endpoints in WP >= 5.9 - props @thefrosty
60+
* Allow continued use of legacy menus via filter: `rest_menus_allow_legacy_menus`.
61+
6162
= 1.3.2 =
6263
* Fix: Address V2 register_rest_route compatibility issue with WP 5.5 (missing permission_callback arg) - props @thefrosty
6364

@@ -103,6 +104,9 @@ Nothing to show really, this plugin has no settings or frontend, it just extends
103104

104105
== Upgrade Notice ==
105106

106-
= 1.2.1 =
107+
= 1.4.0 =
108+
All WP API Menu routes are now marked as "deprecated", you should use WordPress' core menu endpoints. To continue
109+
using legacy menus, you can filter `rest_menus_allow_legacy_menus` to return true.
107110

111+
= 1.2.1 =
108112
API V2 only: mind lowercase `id` instead of uppercase `ID` in API responses, to match the standard for `id` used across WP REST API.

0 commit comments

Comments
 (0)