diff --git a/readme.txt b/readme.txt index f0227aa..df35d5b 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: ClaudioLaBarbera, alebarbieri, joshuaslatedesign, raik, beltranren Tags: api, json, json-rest-api, menu-routes, menus, REST, wp-api, wp-rest-api, v2 Requires at least: 4.4 Tested up to: 6.0.2 -Stable tag: 0.12 +Stable tag: 0.12.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -46,6 +46,8 @@ Nothing to show. This plugin has no settings or frontend, it just extends WP API == Changelog == +0.12.1 - Bug fix: Fatal error when get_term() fails + 0.12 - Some bug fixes 0.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. diff --git a/wp-rest-api-v2-menus.php b/wp-rest-api-v2-menus.php index 7395ae4..8ff4901 100644 --- a/wp-rest-api-v2-menus.php +++ b/wp-rest-api-v2-menus.php @@ -1,7 +1,7 @@