JSON API - Version 0.8.2

Version Description

(2010-01-27): = * Fixed a typo in the changelog

Download this release

Release Info

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

Code changes from version 0.8.1 to 0.8.2

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.1
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.2
7
  Author: Dan Phiffer
8
  Author URI: http://phiffer.org/
9
  */
readme.txt CHANGED
@@ -572,7 +572,10 @@ Submits a comment to a WordPress post.
572
 
573
  == Changelog ==
574
 
575
- = 0.8 (2010-01-27): =
 
 
 
576
  * Fixed a bug that was making JSONP support non-functional
577
 
578
  = 0.8 (2010-01-18): =
@@ -606,3 +609,6 @@ Added what may be the last introspection feature: post attachments. You can now
606
 
607
  = 0.8.1 =
608
  This is a bug fix release for JSONP support. Thanks to Ben Wilson for reporting it!
 
 
 
572
 
573
  == Changelog ==
574
 
575
+ = 0.8.2 (2010-01-27): =
576
+ * Fixed a typo in the changelog
577
+
578
+ = 0.8.1 (2010-01-27): =
579
  * Fixed a bug that was making JSONP support non-functional
580
 
581
  = 0.8 (2010-01-18): =
609
 
610
  = 0.8.1 =
611
  This is a bug fix release for JSONP support. Thanks to Ben Wilson for reporting it!
612
+
613
+ = 0.8.2 =
614
+ Just fixing a mislabeled 0.8.1 release in the changelog.