Plugin Directory

Changeset 1453957


Ignore:
Timestamp:
07/13/2016 09:49:36 AM (10 years ago)
Author:
O-Zone
Message:

tagging version 0.3

Location:
wp-allaround
Files:
3 edited
11 copied

Legend:

Unmodified
Added
Removed
  • wp-allaround/tags/0.3/README.txt

    r1453950 r1453957  
    55Requires at least: 4.0.0
    66Tested up to: 4.5.3
    7 Stable tag: 0.2
     7Stable tag: 0.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3636== Changelog ==
    3737
     38= 0.3 =
     39* SVN fixes
     40
    3841= 0.2 =
    3942* Miscellaneous bug fixed
  • wp-allaround/tags/0.3/wp-allaround-admin.php

    r1453950 r1453957  
    2525
    2626    if($result->code == '200') {
    27     echo "Connected !";
     27    _e("Connected !",'wp-allaround');
    2828    } else {
    29     echo "Error: ".$result->code;
     29    _e("Error: ",'wp-allaround');
     30    echo $result->code;
    3031    }
    3132
  • wp-allaround/tags/0.3/wp-allaround.php

    r1453950 r1453957  
    44Plugin URI:     http://www.allaroundsiena.com/plugin
    55Description:    This plugin let you to connect a Telegram Bot with your blog
    6 Version:    0.1
     6Version:    0.3
    77Author:     Michele Pinassi
    88Author URI: http://www.zerozone.it
  • wp-allaround/trunk/README.txt

    r1453950 r1453957  
    55Requires at least: 4.0.0
    66Tested up to: 4.5.3
    7 Stable tag: 0.2
     7Stable tag: 0.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3636== Changelog ==
    3737
     38= 0.3 =
     39* SVN fixes
     40
    3841= 0.2 =
    3942* Miscellaneous bug fixed
  • wp-allaround/trunk/wp-allaround-admin.php

    r1453950 r1453957  
    2525
    2626    if($result->code == '200') {
    27     echo "Connected !";
     27    _e("Connected !",'wp-allaround');
    2828    } else {
    29     echo "Error: ".$result->code;
     29    _e("Error: ",'wp-allaround');
     30    echo $result->code;
    3031    }
    3132
  • wp-allaround/trunk/wp-allaround.php

    r1453950 r1453957  
    44Plugin URI:     http://www.allaroundsiena.com/plugin
    55Description:    This plugin let you to connect a Telegram Bot with your blog
    6 Version:    0.1
     6Version:    0.3
    77Author:     Michele Pinassi
    88Author URI: http://www.zerozone.it
Note: See TracChangeset for help on using the changeset viewer.