We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5543f75 commit 8ea801eCopy full SHA for 8ea801e
CHANGELOG.md
@@ -1,5 +1,12 @@
1
+#### 1.4.0 (28 February 2022)
2
+* Mark menus as deprecated via `doing_it_wrong()` in favor of WordPress' core menus endpoints in WP >= 5.9 - props @thefrosty
3
+* Allow continued use of legacy menus via filter: `rest_menus_allow_legacy_menus`:
4
+ ```php
5
+ add_filter( 'rest_menus_allow_legacy_menus', '__return_true' );
6
+ ```
7
+
8
#### 1.3.2 (12 August 2020)
- * Fix (V2): Fix V2 register_rest_route compatibility issue with WP 5.5. (Missing permission_callback arg)
9
+* Fix (V2): Fix V2 register_rest_route compatibility issue with WP 5.5. (Missing permission_callback arg)
10
11
#### 1.3.1 (03 Oct 2016)
12
* Tweak: The `object_slug` property is now available to get the slug for relative URLs - props @Fahrradflucht
0 commit comments