Plugin Directory

Changeset 443933


Ignore:
Timestamp:
09/26/2011 11:05:27 PM (14 years ago)
Author:
dzachary
Message:

Fixed formatting issues in readme.

Location:
wpml-json-api/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wpml-json-api/trunk

    • Property svn:ignore set to
      .git
  • wpml-json-api/trunk/readme.txt

    r443916 r443933  
    55Requires at least: 2.8
    66Tested up to: 3.2
    7 Stable tag: 0.1.1
     7Stable tag: 0.1.2
    88
    99An extension to JSON-API for sites using the WPML Multilingual CMS plugin.
     
    2626
    27271. Augmented response objects
    28    1.1. Language
    29    1.2. Translations
     28   * 1.1. Language
     29   * 1.2. Translations
    30302. Filtering response objects by language
    31    2.1. Specifying the language
    32    2.2. Filtered results
     31   * 2.1. Specifying the language
     32   * 2.2. Filtered results
    33333. Response object translation
    34    3.1. Specifying the target language
    35    3.2. Translated results
    36    3.3. Translatable objects and properties
     34   * 3.1 Specifying the target language
     35   * 3.2 Translated results
     36   * 3.3 Translatable objects and properties
    3737
    3838== 1. Augmented response objects ==
     
    4343language in which the object content was written.
    4444
    45 Let's take a look at an example response to a request made to
    46 `http://wordpress.site.example/api/get_page/?dev=1&id=127`.
     45Let's take a look at an example response to a request made to `http://wordpress.site.example/api/get_page/?dev=1&id=127`.
    4746
    4847    {
     
    290289properties, those that can be rewritten as described in Section 3.2.
    291290
    292 `post` and `page`:
     291Objects `post` and `page`:
    293292
    294293* `slug`
     
    298297* `content`
    299298
    300 `tag` and `category`:
     299Objects `tag` and `category`:
    301300
    302301* `slug`
     
    304303* `description`
    305304
     305== Changelog ==
     306
     307Please see the [GitHub project page](https://github.com/marxarelli/wpml-json-api) for a comprehensive list of changes.
  • wpml-json-api/trunk/wpml-json-api.php

    r443916 r443933  
    55Author: Daniel Duvall
    66Author URI: http://mutual.io
    7 Version: 0.1.1
     7Version: 0.1.2
    88*/
    99
    1010if (defined('WPML_JSON_API_VERSION')) return;
    1111
    12 define('WPML_JSON_API_VERSION', '0.1.1');
     12define('WPML_JSON_API_VERSION', '0.1.2');
    1313define('WPML_JSON_API_PATH', dirname(__FILE__));
    1414
Note: See TracChangeset for help on using the changeset viewer.