Changeset 1453957
- Timestamp:
- 07/13/2016 09:49:36 AM (10 years ago)
- Location:
- wp-allaround
- Files:
-
- 3 edited
- 11 copied
-
tags/0.3 (copied) (copied from wp-allaround/trunk)
-
tags/0.3/LICENSE.txt (copied) (copied from wp-allaround/trunk/LICENSE.txt)
-
tags/0.3/README.txt (copied) (copied from wp-allaround/trunk/README.txt) (2 diffs)
-
tags/0.3/Unirest (copied) (copied from wp-allaround/trunk/Unirest)
-
tags/0.3/Unirest.php (copied) (copied from wp-allaround/trunk/Unirest.php)
-
tags/0.3/js (copied) (copied from wp-allaround/trunk/js)
-
tags/0.3/languages (copied) (copied from wp-allaround/trunk/languages)
-
tags/0.3/languages/default.mo (copied) (copied from wp-allaround/trunk/languages/default.mo)
-
tags/0.3/languages/default.po (copied) (copied from wp-allaround/trunk/languages/default.po)
-
tags/0.3/wp-allaround-admin.php (copied) (copied from wp-allaround/trunk/wp-allaround-admin.php) (1 diff)
-
tags/0.3/wp-allaround.php (copied) (copied from wp-allaround/trunk/wp-allaround.php) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/wp-allaround-admin.php (modified) (1 diff)
-
trunk/wp-allaround.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-allaround/tags/0.3/README.txt
r1453950 r1453957 5 5 Requires at least: 4.0.0 6 6 Tested up to: 4.5.3 7 Stable tag: 0. 27 Stable tag: 0.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 36 36 == Changelog == 37 37 38 = 0.3 = 39 * SVN fixes 40 38 41 = 0.2 = 39 42 * Miscellaneous bug fixed -
wp-allaround/tags/0.3/wp-allaround-admin.php
r1453950 r1453957 25 25 26 26 if($result->code == '200') { 27 echo "Connected !";27 _e("Connected !",'wp-allaround'); 28 28 } else { 29 echo "Error: ".$result->code; 29 _e("Error: ",'wp-allaround'); 30 echo $result->code; 30 31 } 31 32 -
wp-allaround/tags/0.3/wp-allaround.php
r1453950 r1453957 4 4 Plugin URI: http://www.allaroundsiena.com/plugin 5 5 Description: This plugin let you to connect a Telegram Bot with your blog 6 Version: 0. 16 Version: 0.3 7 7 Author: Michele Pinassi 8 8 Author URI: http://www.zerozone.it -
wp-allaround/trunk/README.txt
r1453950 r1453957 5 5 Requires at least: 4.0.0 6 6 Tested up to: 4.5.3 7 Stable tag: 0. 27 Stable tag: 0.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 36 36 == Changelog == 37 37 38 = 0.3 = 39 * SVN fixes 40 38 41 = 0.2 = 39 42 * Miscellaneous bug fixed -
wp-allaround/trunk/wp-allaround-admin.php
r1453950 r1453957 25 25 26 26 if($result->code == '200') { 27 echo "Connected !";27 _e("Connected !",'wp-allaround'); 28 28 } else { 29 echo "Error: ".$result->code; 29 _e("Error: ",'wp-allaround'); 30 echo $result->code; 30 31 } 31 32 -
wp-allaround/trunk/wp-allaround.php
r1453950 r1453957 4 4 Plugin URI: http://www.allaroundsiena.com/plugin 5 5 Description: This plugin let you to connect a Telegram Bot with your blog 6 Version: 0. 16 Version: 0.3 7 7 Author: Michele Pinassi 8 8 Author URI: http://www.zerozone.it
Note: See TracChangeset
for help on using the changeset viewer.