Plugin Directory

Changeset 332189


Ignore:
Timestamp:
01/13/2011 07:21:14 PM (15 years ago)
Author:
dphiffer
Message:

Bumping to version 1.0.6

Location:
json-api/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • json-api/trunk/json-api.php

    r261433 r332189  
    44Plugin URI: http://wordpress.org/extend/plugins/json-api/
    55Description: A RESTful API for WordPress
    6 Version: 1.0.5
     6Version: 1.0.6
    77Author: Dan Phiffer
    88Author URI: http://phiffer.org/
  • json-api/trunk/readme.txt

    r332108 r332189  
    55Requires at least: 2.8
    66Tested up to: 3.0
    7 Stable tag: 1.0.5
     7Stable tag: 1.0.6
    88
    99A RESTful API for WordPress
     
    899899    function add_hello_controller($controllers) {
    900900      $controllers[] = 'hello';
     901      return $controllers;
    901902    }
    902903    add_filter('json_api_controllers', 'add_hello_controller');
     
    915916
    916917== Changelog ==
     918
     919= 1.0.6 (2011-01-13): =
     920* Fixed a bug in `exclude` query parameter (big props to ikesyo and archon810)
     921* Fix for `get_page_index` that where it only returned 5 pages -- it now responds to `count` query param (props to npavkovic and blinder)
     922* Removed `Content-Disposition` header from response (props mimecine, kjwierenga)
     923* Fixed an incompatibility issue with Disqus plugin (props joshcanhelp)
     924* Fixed a bug where `submit_comment` was resulting in a HTTP 404 status (props @tdweston)
     925* Fixed an error in the documentation, external controller example (props jli)
    917926
    918927= 1.0.5 (2010-07-08): =
     
    10091018== Upgrade Notice ==
    10101019
     1020= 1.0.6 =
     1021Minor bugfix/improvement release
     1022
    10111023= 1.0.5 =
    10121024Minor improvement release
Note: See TracChangeset for help on using the changeset viewer.