Changeset 1522886
- Timestamp:
- 10/27/2016 06:31:34 AM (9 years ago)
- Location:
- tinywebdb-api
- Files:
-
- 3 edited
- 6 copied
-
tags/0.2.3 (copied) (copied from tinywebdb-api/trunk)
-
tags/0.2.3/LICENSE (copied) (copied from tinywebdb-api/trunk/LICENSE)
-
tags/0.2.3/menus.php (copied) (copied from tinywebdb-api/trunk/menus.php)
-
tags/0.2.3/readme.txt (copied) (copied from tinywebdb-api/trunk/readme.txt) (2 diffs)
-
tags/0.2.3/tinywebdb-api.php (copied) (copied from tinywebdb-api/trunk/tinywebdb-api.php) (2 diffs)
-
tags/0.2.3/tinywebdb.php (copied) (copied from tinywebdb-api/trunk/tinywebdb.php) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/tinywebdb-api.php (modified) (2 diffs)
-
trunk/tinywebdb.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tinywebdb-api/tags/0.2.3/readme.txt
r1510808 r1522886 1 1 === TinyWebDB API === 2 2 Contributors: chen420 3 Plugin URI: http ://edu2web.com/tinywebdb-api/4 Author URI: http:// digilib.net/3 Plugin URI: https://github.com/edu2web/tinywebdb-api 4 Author URI: http://edu2web.com/tinywebdb-api/ 5 5 Donate link: http://edu2web.com/tinywebdb-api/donate/ 6 6 Tags: appinventor, tinywebdb, api 7 7 Requires at least: 4.0 8 Tested up to: 4. 49 Stable tag: 0.2. 28 Tested up to: 4.6.1 9 Stable tag: 0.2.3 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 27 27 TinyWebDB API 0.1.0 implemented Get Value Action. 28 28 TinyWebDB API 0.2.0 will implement Store A Value Action. 29 TinyWebDB API 0.3.0 will implement Authentication.30 TinyWebDB API 1.0.0 Full release.29 TinyWebDB API 0.3.0 will implement Authentication. 30 TinyWebDB API 1.0.0 Full release. 31 31 32 32 Visit Plugin URI for detail. -
tinywebdb-api/tags/0.2.3/tinywebdb-api.php
r1510808 r1522886 2 2 /* 3 3 Plugin Name: Wp TinyWebDB API 4 Plugin URI: http ://edu2web.com/tinywebdb-api/4 Plugin URI: https://github.com/edu2web/tinywebdb-api 5 5 Description: a AppInventor TinyWebDB API plugin, use you WordPress as a TinyWebDB web service. 6 6 Action URL Post Parameters Response … … 8 8 Store A Value {ServiceURL}/storeavalue tag,value JSON: ["STORED", "{tag}", {value}] 9 9 Author: Hong Chen 10 Author URI: http:// digilib.net/11 Version: 0.2. 210 Author URI: http://edu2web.com/tinywebdb-api/ 11 Version: 0.2.3 12 12 */ 13 13 14 14 15 15 define("TINYWEBDB", "tools.php?page=tinywebdb-api/tinywebdb-api.php"); 16 define("TINYWEBDB_VER", "0.2. 2");16 define("TINYWEBDB_VER", "0.2.3"); 17 17 18 18 //***** Hooks ***** -
tinywebdb-api/tags/0.2.3/tinywebdb.php
r1510808 r1522886 119 119 if (is_null($tagValue)) $tagValue = $bedtag; //reports a get_post failure 120 120 // $tagName = wp_tinywebdb_api_get_tagName($postid); 121 return $tagValue ->post_content;121 return $tagValue; 122 122 } 123 123 -
tinywebdb-api/trunk/readme.txt
r1510808 r1522886 1 1 === TinyWebDB API === 2 2 Contributors: chen420 3 Plugin URI: http ://edu2web.com/tinywebdb-api/4 Author URI: http:// digilib.net/3 Plugin URI: https://github.com/edu2web/tinywebdb-api 4 Author URI: http://edu2web.com/tinywebdb-api/ 5 5 Donate link: http://edu2web.com/tinywebdb-api/donate/ 6 6 Tags: appinventor, tinywebdb, api 7 7 Requires at least: 4.0 8 Tested up to: 4. 49 Stable tag: 0.2. 28 Tested up to: 4.6.1 9 Stable tag: 0.2.3 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 27 27 TinyWebDB API 0.1.0 implemented Get Value Action. 28 28 TinyWebDB API 0.2.0 will implement Store A Value Action. 29 TinyWebDB API 0.3.0 will implement Authentication.30 TinyWebDB API 1.0.0 Full release.29 TinyWebDB API 0.3.0 will implement Authentication. 30 TinyWebDB API 1.0.0 Full release. 31 31 32 32 Visit Plugin URI for detail. -
tinywebdb-api/trunk/tinywebdb-api.php
r1510808 r1522886 2 2 /* 3 3 Plugin Name: Wp TinyWebDB API 4 Plugin URI: http ://edu2web.com/tinywebdb-api/4 Plugin URI: https://github.com/edu2web/tinywebdb-api 5 5 Description: a AppInventor TinyWebDB API plugin, use you WordPress as a TinyWebDB web service. 6 6 Action URL Post Parameters Response … … 8 8 Store A Value {ServiceURL}/storeavalue tag,value JSON: ["STORED", "{tag}", {value}] 9 9 Author: Hong Chen 10 Author URI: http:// digilib.net/11 Version: 0.2. 210 Author URI: http://edu2web.com/tinywebdb-api/ 11 Version: 0.2.3 12 12 */ 13 13 14 14 15 15 define("TINYWEBDB", "tools.php?page=tinywebdb-api/tinywebdb-api.php"); 16 define("TINYWEBDB_VER", "0.2. 2");16 define("TINYWEBDB_VER", "0.2.3"); 17 17 18 18 //***** Hooks ***** -
tinywebdb-api/trunk/tinywebdb.php
r1510808 r1522886 119 119 if (is_null($tagValue)) $tagValue = $bedtag; //reports a get_post failure 120 120 // $tagName = wp_tinywebdb_api_get_tagName($postid); 121 return $tagValue ->post_content;121 return $tagValue; 122 122 } 123 123
Note: See TracChangeset
for help on using the changeset viewer.