Plugin Directory

Changeset 1523028


Ignore:
Timestamp:
10/27/2016 10:46:56 AM (9 years ago)
Author:
chen420
Message:

tagging version 0.2.4

Location:
tinywebdb-api
Files:
3 edited
12 copied

Legend:

Unmodified
Added
Removed
  • tinywebdb-api/tags/0.2.4/trunk/menus.php

    r1510808 r1523028  
    2525    $setting_apikey = get_option("wp_tinywebdb_api_key");
    2626
    27     echo '<form method="post" action="http://' . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"] . '">';
     27    echo '<form method="post" action="">';
    2828    echo '<table class="form-table">';
    2929    ?>
     
    133133function wp_tinywebdb_api_footer() {
    134134    echo '<div style="margin-top:45px; font-size:0.87em;">';
    135     echo '<div><a href="' . wp_tinywebdb_api_get_plugin_dir('url') . '/readme.txt">Documentation</a> | <a href="http://appinventor.in/side/tinywebdb-api/">TinyWebDB Homepage</a></div>';
     135    echo '<div><a href="' . wp_tinywebdb_api_get_plugin_dir('url') . '/readme.txt">Documentation</a> </div>';
    136136    echo '</div>';
    137137}
  • tinywebdb-api/tags/0.2.4/trunk/readme.txt

    r1522886 r1523028  
    77Requires at least: 4.0
    88Tested up to: 4.6.1
    9 Stable tag: 0.2.3
     9Stable tag: 0.2.4
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • tinywebdb-api/tags/0.2.4/trunk/tinywebdb-api.php

    r1522886 r1523028  
    99Author: Hong Chen
    1010Author URI: http://edu2web.com/tinywebdb-api/
    11 Version: 0.2.3
     11Version: 0.2.4
    1212*/
    1313
    1414
    1515define("TINYWEBDB", "tools.php?page=tinywebdb-api/tinywebdb-api.php");
    16 define("TINYWEBDB_VER", "0.2.3");
     16define("TINYWEBDB_VER", "0.2.4");
    1717
    1818//***** Hooks *****
  • tinywebdb-api/trunk/menus.php

    r1510808 r1523028  
    2525    $setting_apikey = get_option("wp_tinywebdb_api_key");
    2626
    27     echo '<form method="post" action="http://' . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"] . '">';
     27    echo '<form method="post" action="">';
    2828    echo '<table class="form-table">';
    2929    ?>
     
    133133function wp_tinywebdb_api_footer() {
    134134    echo '<div style="margin-top:45px; font-size:0.87em;">';
    135     echo '<div><a href="' . wp_tinywebdb_api_get_plugin_dir('url') . '/readme.txt">Documentation</a> | <a href="http://appinventor.in/side/tinywebdb-api/">TinyWebDB Homepage</a></div>';
     135    echo '<div><a href="' . wp_tinywebdb_api_get_plugin_dir('url') . '/readme.txt">Documentation</a> </div>';
    136136    echo '</div>';
    137137}
  • tinywebdb-api/trunk/readme.txt

    r1522886 r1523028  
    77Requires at least: 4.0
    88Tested up to: 4.6.1
    9 Stable tag: 0.2.3
     9Stable tag: 0.2.4
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • tinywebdb-api/trunk/tinywebdb-api.php

    r1522886 r1523028  
    99Author: Hong Chen
    1010Author URI: http://edu2web.com/tinywebdb-api/
    11 Version: 0.2.3
     11Version: 0.2.4
    1212*/
    1313
    1414
    1515define("TINYWEBDB", "tools.php?page=tinywebdb-api/tinywebdb-api.php");
    16 define("TINYWEBDB_VER", "0.2.3");
     16define("TINYWEBDB_VER", "0.2.4");
    1717
    1818//***** Hooks *****
Note: See TracChangeset for help on using the changeset viewer.