Plugin Directory

Changeset 443916


Ignore:
Timestamp:
09/26/2011 10:04:59 PM (14 years ago)
Author:
dzachary
Message:

Added missing files.

Location:
wpml-json-api
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • wpml-json-api/trunk/readme.txt

    r443403 r443916  
    55Requires at least: 2.8
    66Tested up to: 3.2
    7 Stable tag: 0.1.0
     7Stable tag: 0.1.1
    88
    99An extension to JSON-API for sites using the WPML Multilingual CMS plugin.
  • wpml-json-api/trunk/wpml-json-api.php

    r443403 r443916  
    22/*
    33Plugin Name: WPML JSON-API
    4 Description: Extends the JSON-API plugin within WPML multilingual functionality.
     4Description: Extends the JSON-API plugin with WPML multilingual functionality.
    55Author: Daniel Duvall
    66Author URI: http://mutual.io
    7 Version: 0.1.0
     7Version: 0.1.1
    88*/
    99
    1010if (defined('WPML_JSON_API_VERSION')) return;
    1111
    12 define('WPML_JSON_API_VERSION', '0.1.0');
     12define('WPML_JSON_API_VERSION', '0.1.1');
    1313define('WPML_JSON_API_PATH', dirname(__FILE__));
    1414
Note: See TracChangeset for help on using the changeset viewer.