Version Description
(2010-01-14): = * Removed the version number from the description text
Download this release
Release Info
Developer | dphiffer |
Plugin | JSON API |
Version | 0.7.2 |
Comparing to | |
See all releases |
Code changes from version 0.7.1 to 0.7.2
- json-api.php +1 -1
- readme.txt +5 -2
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.7
|
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.7.2
|
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.8
|
6 |
-
Stable tag: 0.7.
|
7 |
|
8 |
A RESTful API for WordPress
|
9 |
|
@@ -11,7 +11,7 @@ A RESTful API for WordPress
|
|
11 |
|
12 |
This plugin was created for The Museum of Modern Art, whose weblog [Inside/Out](http://moma.org/explore/inside_out) appears within an existing structure built with Ruby on Rails. Instead of reimplementing the site templates as a WordPress theme, we opted for a Rails front-end that displays content served from a WordPress back-end. JSON API provides the necessary interface for retrieving content and accepting comment submissions.
|
13 |
|
14 |
-
The current release
|
15 |
|
16 |
See the Other Notes section for complete API documentation.
|
17 |
|
@@ -558,6 +558,9 @@ Submits a comment to a WordPress post.
|
|
558 |
|
559 |
== Changelog ==
|
560 |
|
|
|
|
|
|
|
561 |
= 0.7.1 (2010-01-14): =
|
562 |
* Fixed another subtle bug with `get_author_index`
|
563 |
|
3 |
Tags: json, api, ajax, cms, admin, integration, moma
|
4 |
Requires at least: 2.8
|
5 |
Tested up to: 2.8
|
6 |
+
Stable tag: 0.7.2
|
7 |
|
8 |
A RESTful API for WordPress
|
9 |
|
11 |
|
12 |
This plugin was created for The Museum of Modern Art, whose weblog [Inside/Out](http://moma.org/explore/inside_out) appears within an existing structure built with Ruby on Rails. Instead of reimplementing the site templates as a WordPress theme, we opted for a Rails front-end that displays content served from a WordPress back-end. JSON API provides the necessary interface for retrieving content and accepting comment submissions.
|
13 |
|
14 |
+
The current release implements a mostly-complete set of introspection methods and a method for submitting comments. I plan on offering a complete set of authentication & data manipulation methods, but my current focus is on features we're actually using at MoMA.org.
|
15 |
|
16 |
See the Other Notes section for complete API documentation.
|
17 |
|
558 |
|
559 |
== Changelog ==
|
560 |
|
561 |
+
= 0.7.2 (2010-01-14): =
|
562 |
+
* Removed the version number from the description text
|
563 |
+
|
564 |
= 0.7.1 (2010-01-14): =
|
565 |
* Fixed another subtle bug with `get_author_index`
|
566 |
|