diff --git a/readme.txt b/readme.txt index a93f386..ab5e4b1 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: voceplatforms Tags: thermal, JSON, API Requires at least: 3.5 -Tested up to: 3.5.1 -Stable tag: 0.11.0 +Tested up to: 3.8.1 +Stable tag: 0.12.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -29,6 +29,10 @@ Thermal is the WordPress plugin that gives you the power of WP_Query in a RESTfu Yes. https://github.com/voceconnect/thermal-api == Changelog == += 0.12.0 = +* Modified post_status handling for attachments post_type + += 0.11.0 = * Added built in handling for last-modified header. = 0.10.1 = diff --git a/thermal-api.php b/thermal-api.php index a66d304..ed91d81 100644 --- a/thermal-api.php +++ b/thermal-api.php @@ -2,7 +2,7 @@ /* Plugin Name: Thermal API - Version: 0.11.0 + Version: 0.12.0 Plugin URI: http://thermal-api.com/ Description: The power of WP_Query in a RESTful API. Author: Voce Platforms