Changeset 332189
- Timestamp:
- 01/13/2011 07:21:14 PM (15 years ago)
- Location:
- json-api/trunk
- Files:
-
- 2 edited
-
json-api.php (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
json-api/trunk/json-api.php
r261433 r332189 4 4 Plugin URI: http://wordpress.org/extend/plugins/json-api/ 5 5 Description: A RESTful API for WordPress 6 Version: 1.0. 56 Version: 1.0.6 7 7 Author: Dan Phiffer 8 8 Author URI: http://phiffer.org/ -
json-api/trunk/readme.txt
r332108 r332189 5 5 Requires at least: 2.8 6 6 Tested up to: 3.0 7 Stable tag: 1.0. 57 Stable tag: 1.0.6 8 8 9 9 A RESTful API for WordPress … … 899 899 function add_hello_controller($controllers) { 900 900 $controllers[] = 'hello'; 901 return $controllers; 901 902 } 902 903 add_filter('json_api_controllers', 'add_hello_controller'); … … 915 916 916 917 == 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) 917 926 918 927 = 1.0.5 (2010-07-08): = … … 1009 1018 == Upgrade Notice == 1010 1019 1020 = 1.0.6 = 1021 Minor bugfix/improvement release 1022 1011 1023 = 1.0.5 = 1012 1024 Minor improvement release
Note: See TracChangeset
for help on using the changeset viewer.