Changeset 443916
- Timestamp:
- 09/26/2011 10:04:59 PM (14 years ago)
- Location:
- wpml-json-api
- Files:
-
- 4 added
- 2 edited
-
tags/0.1.0/lib/model.php (added)
-
tags/0.1.0/lib/wpml_json_api.php (added)
-
trunk/lib/model.php (added)
-
trunk/lib/wpml_json_api.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wpml-json-api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpml-json-api/trunk/readme.txt
r443403 r443916 5 5 Requires at least: 2.8 6 6 Tested up to: 3.2 7 Stable tag: 0.1. 07 Stable tag: 0.1.1 8 8 9 9 An extension to JSON-API for sites using the WPML Multilingual CMS plugin. -
wpml-json-api/trunk/wpml-json-api.php
r443403 r443916 2 2 /* 3 3 Plugin Name: WPML JSON-API 4 Description: Extends the JSON-API plugin with inWPML multilingual functionality.4 Description: Extends the JSON-API plugin with WPML multilingual functionality. 5 5 Author: Daniel Duvall 6 6 Author URI: http://mutual.io 7 Version: 0.1. 07 Version: 0.1.1 8 8 */ 9 9 10 10 if (defined('WPML_JSON_API_VERSION')) return; 11 11 12 define('WPML_JSON_API_VERSION', '0.1. 0');12 define('WPML_JSON_API_VERSION', '0.1.1'); 13 13 define('WPML_JSON_API_PATH', dirname(__FILE__)); 14 14
Note: See TracChangeset
for help on using the changeset viewer.