You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -33,13 +33,10 @@ In V2 the routes by default are at `wp-json/wp-api-menus/v2/` (e.g. `wp-json/wp-
33
33
34
34
== Installation ==
35
35
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
-
38
36
Install the plugin as you would with any WordPress plugin in your `wp-content/plugins/` directory or equivalent.
39
37
40
38
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.
41
39
42
-
43
40
== Frequently Asked Questions ==
44
41
45
42
= 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
58
55
59
56
== Changelog ==
60
57
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`.
0 commit comments