Skip to content

Commit caf65f8

Browse files
author
Claudio La Barbera
committed
changed version
1 parent 8ac6258 commit caf65f8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

readme.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: ClaudioLaBarbera, alebarbieri, joshuaslatedesign, raik, beltranren
33
Tags: api, json, json-rest-api, menu-routes, menus, REST, wp-api, wp-rest-api, v2
44
Requires at least: 4.4
55
Tested up to: 6.0.2
6-
Stable tag: 0.12
6+
Stable tag: 0.12.1
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -46,6 +46,8 @@ Nothing to show. This plugin has no settings or frontend, it just extends WP API
4646

4747
== Changelog ==
4848

49+
0.12.1 - Bug fix: Fatal error when get_term() fails
50+
4951
0.12 - Some bug fixes
5052

5153
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.

wp-rest-api-v2-menus.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/*
33
Plugin Name: WP-REST-API V2 Menus
4-
Version: 0.12
4+
Version: 0.12.1
55
Description: Adding menus endpoints on WP REST API v2
66
Author: Claudio La Barbera
77
Author URI: https://thebatclaud.io

0 commit comments

Comments
 (0)