Changeset 1512848
- Timestamp:
- 10/11/2016 04:59:55 PM (9 years ago)
- Location:
- channeller-telegram-channel-administrator
- Files:
-
- 18 added
- 4 edited
-
tags/1.5.1/includes/ch-send-functions.php (modified) (1 diff)
-
tags/1.5.2 (added)
-
tags/1.5.2/channeller-script.js (added)
-
tags/1.5.2/channeller.php (added)
-
tags/1.5.2/includes (added)
-
tags/1.5.2/includes/ch-api-settings.php (added)
-
tags/1.5.2/includes/ch-notification-metabox.php (added)
-
tags/1.5.2/includes/ch-publishsend.php (added)
-
tags/1.5.2/includes/ch-send-functions.php (added)
-
tags/1.5.2/includes/channeller.png (added)
-
tags/1.5.2/includes/dashicon.png (added)
-
tags/1.5.2/languages (added)
-
tags/1.5.2/languages/tchannel-fa_IR.mo (added)
-
tags/1.5.2/languages/tchannel-fa_IR.po (added)
-
tags/1.5.2/languages/tchannel.pot (added)
-
tags/1.5.2/readme.txt (added)
-
tags/1.5.2/screenshot-1.png (added)
-
tags/1.5.2/screenshot-2.png (added)
-
tags/1.5.2/screenshot-3.png (added)
-
trunk/channeller.php (modified) (2 diffs)
-
trunk/includes/ch-send-functions.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
channeller-telegram-channel-administrator/tags/1.5.1/includes/ch-send-functions.php
r1508280 r1512848 136 136 // 'caption' => $caption 137 137 // ); 138 139 $ message= urlencode($caption);138 139 $caption = urlencode($caption); 140 140 if ($keyboard == 'no') { 141 141 $url = 'https://api.telegram.org/bot'.$token.'/sendPhoto?chat_id='.$chatter.'&photo='.$photo.'&caption='.$caption.'&parse_mode=HTML'; -
channeller-telegram-channel-administrator/trunk/channeller.php
r1508280 r1512848 2 2 /** 3 3 * @package Websima Telegram Channel 4 * @version 1.5. 14 * @version 1.5.2 5 5 */ 6 6 /* … … 9 9 Description: Send Text, URL, Photo, Video and Audio from Wordpress to Telegram Channel using Telegram bot API. 10 10 Author: Websima Creative Agency 11 Version: 1.5. 111 Version: 1.5.2 12 12 Author URI: http://websima.com 13 13 */ -
channeller-telegram-channel-administrator/trunk/includes/ch-send-functions.php
r1508639 r1512848 136 136 // 'caption' => $caption 137 137 // ); 138 138 139 139 $caption = urlencode($caption); 140 140 if ($keyboard == 'no') { -
channeller-telegram-channel-administrator/trunk/readme.txt
r1508280 r1512848 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.6.1 7 Stable tag: 1.5. 17 Stable tag: 1.5.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 80 80 81 81 == Changelog == 82 = 1.5.2 = 83 Glass Button Send Message Fixed 84 82 85 = 1.5.1 = 83 86 Added Inline Keyboards (Glass Button) Support
Note: See TracChangeset
for help on using the changeset viewer.