Releases: unfulvio/wp-api-menus
Releases · unfulvio/wp-api-menus
1.4.0 RC1
What's Changed
- Updating Readme - Added documentation for hooks in v2 by @sarahannnicholson in #55
- Replace isset() with empty() check by @sathyapulse in #63
- Fix namespace in links by @mattheu in #41
- Fix rare instance of a PHP notice being thrown by @k1sul1 in #51
New Contributors
- @sarahannnicholson made their first contribution in #55
- @sathyapulse made their first contribution in #63
- @mattheu made their first contribution in #41
- @k1sul1 made their first contribution in #51
Full Changelog: 1.3.2...1.4.0-RC1
1.3.2
1.3.1
- Tweak: The
object_slug
property is now available to get the slug for relative URLs - props @fahrradflucht
1.3.0
- Fix (V2): Nodes duplication in sublevel menu items, see #22 - props @bpongvh
- Fix (V2): The items array was empty because it was looking for "ID" key instead of "id" - props @Dobbler
- Fix (V1): Check for JSON_API_VERSION constant, as in a mu-plugin installation of WP API 1.0 it will not show up under active_plugins - props @pdufour
1.2.1
- Tweak (V2 only): Use lowercase
id
instead of uppercaseID
in API responses, to match the standard lowercaseid
used across WP REST API - props @puredazzle - Fix: Fixed WP API v1 version detection for WordPress 4.4 - props Thomas Chille
1.2.0
1.1.5
1.1.3
Fixes bug where duplicate items where created in nested menus - props @josh-taylor
1.1.2
1.1.0
Routes for menus in theme locations now include complete tree with item order and nested children. See the changelog: https://github.com/nekojira/wp-api-menus/blob/master/CHANGELOG.md