Changeset 1757806
- Timestamp:
- 11/03/2017 04:43:49 AM (8 years ago)
- Location:
- getinchat
- Files:
-
- 3 edited
- 12 copied
-
tags/1.0.1 (copied) (copied from getinchat/trunk)
-
tags/1.0.1/getinchat.css (copied) (copied from getinchat/trunk/getinchat.css)
-
tags/1.0.1/getinchat.php (copied) (copied from getinchat/trunk/getinchat.php) (4 diffs)
-
tags/1.0.1/img (copied) (copied from getinchat/trunk/img)
-
tags/1.0.1/readme.txt (copied) (copied from getinchat/trunk/readme.txt) (3 diffs)
-
tags/1.0.1/templates (copied) (copied from getinchat/trunk/templates)
-
tags/1.0.1/trunk (copied) (copied from getinchat/trunk)
-
tags/1.0.1/trunk/getinchat.css (copied) (copied from getinchat/trunk/getinchat.css)
-
tags/1.0.1/trunk/getinchat.php (copied) (copied from getinchat/trunk/getinchat.php) (4 diffs)
-
tags/1.0.1/trunk/img (copied) (copied from getinchat/trunk/img)
-
tags/1.0.1/trunk/readme.txt (copied) (copied from getinchat/trunk/readme.txt) (3 diffs)
-
tags/1.0.1/trunk/templates (copied) (copied from getinchat/trunk/templates)
-
tags/1.0/readme.txt (modified) (1 diff)
-
trunk/getinchat.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
getinchat/tags/1.0.1/getinchat.php
r1757772 r1757806 5 5 * Author URI: https://getinchat.com 6 6 * Description: With GetInChat you can chat with visitors on your website to increase conversion and sales 7 * Version: 1.0 7 * Version: 1.0.1 8 8 * 9 9 * Text Domain: getinchat … … 13 13 if (!defined('ABSPATH')) die("No script kiddies please!"); 14 14 15 load_plugin_textdomain('getinchat' , PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)));15 load_plugin_textdomain('getinchat'); 16 16 $lang = get_bloginfo("language"); 17 17 … … 19 19 //$gic_addr = 'http://localhost:8000'; 20 20 21 define ("GIC_LANG", substr($lang,0,2));21 //define ("GIC_LANG", substr($lang,0,2)); 22 22 23 23 define("GIC_URL",$gic_addr); … … 28 28 29 29 function getinchat_admin_menu(){ 30 load_plugin_textdomain('getinchat' , PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)));31 add_menu_page(__('GetInChat','getinchat'), __('GetInChat','getinchat'), 8, basename(__FILE__), 'getinchatPreferences',GIC_PLUGIN_URL."/img/getinchat-icon.png");30 load_plugin_textdomain('getinchat'); 31 add_menu_page(__('GetInChat','getinchat'), __('GetInChat','getinchat'), 'edit_plugins', basename(__FILE__), 'getinchatPreferences',GIC_PLUGIN_URL."/img/getinchat-icon.png"); 32 32 } 33 33 -
getinchat/tags/1.0.1/readme.txt
r1757772 r1757806 1 === GetInChat Live Chat [Official]===1 === GetInChat Live Chat === 2 2 Contributors: sstukov 3 3 Donate link: http://getinchat.com/ … … 6 6 Tested up to: 4.8.3 7 7 Requires PHP: 5.2.4 8 Stable tag: 1.0.0 8 Stable tag: 1.0.1 9 9 10 License: GPLv2 or later 10 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 38 39 == Changelog == 39 40 41 42 = 1.0.1 = 43 * Fixes to improve compatibility with latest WP! 44 40 45 = 1.0 = 41 46 * Welcome our brand new version of the plugin! -
getinchat/tags/1.0.1/trunk/getinchat.php
r1757772 r1757806 5 5 * Author URI: https://getinchat.com 6 6 * Description: With GetInChat you can chat with visitors on your website to increase conversion and sales 7 * Version: 1.0 7 * Version: 1.0.1 8 8 * 9 9 * Text Domain: getinchat … … 13 13 if (!defined('ABSPATH')) die("No script kiddies please!"); 14 14 15 load_plugin_textdomain('getinchat' , PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)));15 load_plugin_textdomain('getinchat'); 16 16 $lang = get_bloginfo("language"); 17 17 … … 19 19 //$gic_addr = 'http://localhost:8000'; 20 20 21 define ("GIC_LANG", substr($lang,0,2));21 //define ("GIC_LANG", substr($lang,0,2)); 22 22 23 23 define("GIC_URL",$gic_addr); … … 28 28 29 29 function getinchat_admin_menu(){ 30 load_plugin_textdomain('getinchat' , PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)));31 add_menu_page(__('GetInChat','getinchat'), __('GetInChat','getinchat'), 8, basename(__FILE__), 'getinchatPreferences',GIC_PLUGIN_URL."/img/getinchat-icon.png");30 load_plugin_textdomain('getinchat'); 31 add_menu_page(__('GetInChat','getinchat'), __('GetInChat','getinchat'), 'edit_plugins', basename(__FILE__), 'getinchatPreferences',GIC_PLUGIN_URL."/img/getinchat-icon.png"); 32 32 } 33 33 -
getinchat/tags/1.0.1/trunk/readme.txt
r1757772 r1757806 1 === GetInChat Live Chat [Official]===1 === GetInChat Live Chat === 2 2 Contributors: sstukov 3 3 Donate link: http://getinchat.com/ … … 6 6 Tested up to: 4.8.3 7 7 Requires PHP: 5.2.4 8 Stable tag: 1.0.0 8 Stable tag: 1.0.1 9 9 10 License: GPLv2 or later 10 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 38 39 == Changelog == 39 40 41 42 = 1.0.1 = 43 * Fixes to improve compatibility with latest WP! 44 40 45 = 1.0 = 41 46 * Welcome our brand new version of the plugin! -
getinchat/tags/1.0/readme.txt
r1757780 r1757806 6 6 Tested up to: 4.8.3 7 7 Requires PHP: 5.2.4 8 Stable tag: 1.0 .08 Stable tag: 1.0 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
getinchat/trunk/getinchat.php
r1757772 r1757806 5 5 * Author URI: https://getinchat.com 6 6 * Description: With GetInChat you can chat with visitors on your website to increase conversion and sales 7 * Version: 1.0 7 * Version: 1.0.1 8 8 * 9 9 * Text Domain: getinchat … … 13 13 if (!defined('ABSPATH')) die("No script kiddies please!"); 14 14 15 load_plugin_textdomain('getinchat' , PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)));15 load_plugin_textdomain('getinchat'); 16 16 $lang = get_bloginfo("language"); 17 17 … … 19 19 //$gic_addr = 'http://localhost:8000'; 20 20 21 define ("GIC_LANG", substr($lang,0,2));21 //define ("GIC_LANG", substr($lang,0,2)); 22 22 23 23 define("GIC_URL",$gic_addr); … … 28 28 29 29 function getinchat_admin_menu(){ 30 load_plugin_textdomain('getinchat' , PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)));31 add_menu_page(__('GetInChat','getinchat'), __('GetInChat','getinchat'), 8, basename(__FILE__), 'getinchatPreferences',GIC_PLUGIN_URL."/img/getinchat-icon.png");30 load_plugin_textdomain('getinchat'); 31 add_menu_page(__('GetInChat','getinchat'), __('GetInChat','getinchat'), 'edit_plugins', basename(__FILE__), 'getinchatPreferences',GIC_PLUGIN_URL."/img/getinchat-icon.png"); 32 32 } 33 33 -
getinchat/trunk/readme.txt
r1757772 r1757806 1 === GetInChat Live Chat [Official]===1 === GetInChat Live Chat === 2 2 Contributors: sstukov 3 3 Donate link: http://getinchat.com/ … … 6 6 Tested up to: 4.8.3 7 7 Requires PHP: 5.2.4 8 Stable tag: 1.0.0 8 Stable tag: 1.0.1 9 9 10 License: GPLv2 or later 10 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 38 39 == Changelog == 39 40 41 42 = 1.0.1 = 43 * Fixes to improve compatibility with latest WP! 44 40 45 = 1.0 = 41 46 * Welcome our brand new version of the plugin!
Note: See TracChangeset
for help on using the changeset viewer.