JSON API - Version 0.8.3

Version Description

(2010-01-27): = * Fixed the stable tag version

Download this release

Release Info

Developer dphiffer
Plugin Icon wp plugin JSON API
Version 0.8.3
Comparing to
See all releases

Code changes from version 0.8.2 to 0.8.3

Files changed (2) hide show
  1. json-api.php +1 -1
  2. readme.txt +7 -1
json-api.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: JSON API
4
  Plugin URI: http://wordpress.org/extend/plugins/json-api/
5
  Description: A RESTful API for WordPress
6
- Version: 0.8.2
7
  Author: Dan Phiffer
8
  Author URI: http://phiffer.org/
9
  */
3
  Plugin Name: JSON API
4
  Plugin URI: http://wordpress.org/extend/plugins/json-api/
5
  Description: A RESTful API for WordPress
6
+ Version: 0.8.3
7
  Author: Dan Phiffer
8
  Author URI: http://phiffer.org/
9
  */
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: dphiffer
3
  Tags: json, api, ajax, cms, admin, integration, moma
4
  Requires at least: 2.8
5
  Tested up to: 2.9
6
- Stable tag: 0.8.1
7
 
8
  A RESTful API for WordPress
9
 
@@ -572,6 +572,9 @@ Submits a comment to a WordPress post.
572
 
573
  == Changelog ==
574
 
 
 
 
575
  = 0.8.2 (2010-01-27): =
576
  * Fixed a typo in the changelog
577
 
@@ -612,3 +615,6 @@ This is a bug fix release for JSONP support. Thanks to Ben Wilson for reporting
612
 
613
  = 0.8.2 =
614
  Just fixing a mislabeled 0.8.1 release in the changelog.
 
 
 
3
  Tags: json, api, ajax, cms, admin, integration, moma
4
  Requires at least: 2.8
5
  Tested up to: 2.9
6
+ Stable tag: 0.8.3
7
 
8
  A RESTful API for WordPress
9
 
572
 
573
  == Changelog ==
574
 
575
+ = 0.8.3 (2010-01-27): =
576
+ * Fixed the stable tag version
577
+
578
  = 0.8.2 (2010-01-27): =
579
  * Fixed a typo in the changelog
580
 
615
 
616
  = 0.8.2 =
617
  Just fixing a mislabeled 0.8.1 release in the changelog.
618
+
619
+ = 0.8.3 =
620
+ Oh dear, I didn't tag 0.8.2 in the stable tags thing.