Skip to content

Commit

Permalink
changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio La Barbera committed Nov 9, 2022
1 parent 8ac6258 commit caf65f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion wp-rest-api-v2-menus.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: WP-REST-API V2 Menus
Version: 0.12
Version: 0.12.1
Description: Adding menus endpoints on WP REST API v2
Author: Claudio La Barbera
Author URI: https://thebatclaud.io
Expand Down

0 comments on commit caf65f8

Please sign in to comment.