Plugin Directory

Changeset 1757806


Ignore:
Timestamp:
11/03/2017 04:43:49 AM (8 years ago)
Author:
sstukov
Message:

1.0.1 Release

Location:
getinchat
Files:
3 edited
12 copied

Legend:

Unmodified
Added
Removed
  • getinchat/tags/1.0.1/getinchat.php

    r1757772 r1757806  
    55 * Author URI: https://getinchat.com
    66 * 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
    88 *
    99 * Text Domain:   getinchat
     
    1313if (!defined('ABSPATH')) die("No script kiddies please!");
    1414
    15 load_plugin_textdomain('getinchat', PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)));
     15load_plugin_textdomain('getinchat');
    1616$lang = get_bloginfo("language");
    1717
     
    1919//$gic_addr = 'http://localhost:8000';
    2020
    21 define ("GIC_LANG", substr($lang,0,2));
     21//define ("GIC_LANG", substr($lang,0,2));
    2222
    2323define("GIC_URL",$gic_addr);
     
    2828
    2929function 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");
    3232}
    3333
  • getinchat/tags/1.0.1/readme.txt

    r1757772 r1757806  
    1 === GetInChat Live Chat [Official] ===
     1=== GetInChat Live Chat ===
    22Contributors: sstukov
    33Donate link: http://getinchat.com/
     
    66Tested up to: 4.8.3
    77Requires PHP: 5.2.4
    8 Stable tag: 1.0.0
     8Stable tag: 1.0.1
     9
    910License: GPLv2 or later
    1011License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3839== Changelog ==
    3940
     41
     42= 1.0.1 =
     43* Fixes to improve compatibility with latest WP!
     44
    4045= 1.0 =
    4146* Welcome our brand new version of the plugin!
  • getinchat/tags/1.0.1/trunk/getinchat.php

    r1757772 r1757806  
    55 * Author URI: https://getinchat.com
    66 * 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
    88 *
    99 * Text Domain:   getinchat
     
    1313if (!defined('ABSPATH')) die("No script kiddies please!");
    1414
    15 load_plugin_textdomain('getinchat', PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)));
     15load_plugin_textdomain('getinchat');
    1616$lang = get_bloginfo("language");
    1717
     
    1919//$gic_addr = 'http://localhost:8000';
    2020
    21 define ("GIC_LANG", substr($lang,0,2));
     21//define ("GIC_LANG", substr($lang,0,2));
    2222
    2323define("GIC_URL",$gic_addr);
     
    2828
    2929function 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");
    3232}
    3333
  • getinchat/tags/1.0.1/trunk/readme.txt

    r1757772 r1757806  
    1 === GetInChat Live Chat [Official] ===
     1=== GetInChat Live Chat ===
    22Contributors: sstukov
    33Donate link: http://getinchat.com/
     
    66Tested up to: 4.8.3
    77Requires PHP: 5.2.4
    8 Stable tag: 1.0.0
     8Stable tag: 1.0.1
     9
    910License: GPLv2 or later
    1011License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3839== Changelog ==
    3940
     41
     42= 1.0.1 =
     43* Fixes to improve compatibility with latest WP!
     44
    4045= 1.0 =
    4146* Welcome our brand new version of the plugin!
  • getinchat/tags/1.0/readme.txt

    r1757780 r1757806  
    66Tested up to: 4.8.3
    77Requires PHP: 5.2.4
    8 Stable tag: 1.0.0
     8Stable tag: 1.0
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • getinchat/trunk/getinchat.php

    r1757772 r1757806  
    55 * Author URI: https://getinchat.com
    66 * 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
    88 *
    99 * Text Domain:   getinchat
     
    1313if (!defined('ABSPATH')) die("No script kiddies please!");
    1414
    15 load_plugin_textdomain('getinchat', PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)));
     15load_plugin_textdomain('getinchat');
    1616$lang = get_bloginfo("language");
    1717
     
    1919//$gic_addr = 'http://localhost:8000';
    2020
    21 define ("GIC_LANG", substr($lang,0,2));
     21//define ("GIC_LANG", substr($lang,0,2));
    2222
    2323define("GIC_URL",$gic_addr);
     
    2828
    2929function 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");
    3232}
    3333
  • getinchat/trunk/readme.txt

    r1757772 r1757806  
    1 === GetInChat Live Chat [Official] ===
     1=== GetInChat Live Chat ===
    22Contributors: sstukov
    33Donate link: http://getinchat.com/
     
    66Tested up to: 4.8.3
    77Requires PHP: 5.2.4
    8 Stable tag: 1.0.0
     8Stable tag: 1.0.1
     9
    910License: GPLv2 or later
    1011License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3839== Changelog ==
    3940
     41
     42= 1.0.1 =
     43* Fixes to improve compatibility with latest WP!
     44
    4045= 1.0 =
    4146* Welcome our brand new version of the plugin!
Note: See TracChangeset for help on using the changeset viewer.