Releases: thebatclaudio/wp-rest-api-v2-menus
Releases · thebatclaudio/wp-rest-api-v2-menus
v0.12.1
v0.12
- Some bug fixes
v0.11
- Tested with WP 6.0.2
- Bug fix
v0.10
- Fix possible name colision caused by ACF field with existing name (example: if we have an ACF field named "title" it will overwrite the original post's title). Now ACF fields are grouped in a "acf" object.
v0.9.1
- Fix possible name colision caused by ACF field with existing name (example: if we have an ACF field named "title" it will overwrite the original post's title). Now ACF fields are grouped in a "acf" object.
v0.9
- Fix possible name colision caused by ACF field with existing name (example: if we have an ACF field named "title" it will overwrite the original post's title). Now ACF fields are grouped in a "acf" object.
v0.8.1
- Use post_name instead of basename (Bug fix for static home page)
v0.8
- Added support for apply_filters
- Bug fix permision_callback (WP 5.5.0)
- Bug fix infinite loop
v0.7.7
- Added support for thumbnail_src and thumbnail_hover_src attributes
v0.7.5
- Compatibility with Menu Image, Icons made easy
- Bug fix: use get_term instead of get_category for taxonomies