Plugin Directory

Changeset 2011986


Ignore:
Timestamp:
01/14/2019 12:12:21 PM (7 years ago)
Author:
chatio
Message:

connect notice

Location:
chatio/trunk
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • chatio/trunk/chatio.php

    r1958741 r2011986  
    55Author: chat.io
    66Author URI: https://www.chat.io/help/integrations/wordpress?utm_source=wordpress.org&utm_medium=integration&utm_campaign=wordpress_plugin
    7 Version: 1.2.0
     7Version: 1.2.1
    88Text Domain: chatio
    99Domain Path: /languages
  • chatio/trunk/languages/chatio.pot

    r1958741 r2011986  
    2222#: ../plugin_files/ChatIoAdmin.class.php:151
    2323msgid "Settings"
     24msgstr ""
     25
     26#: ../plugin_files/helpers/ConnectNoticeHelper.class.php:12
     27msgid "Please connect your chat.io account to start chatting with your customers."
     28msgstr ""
     29
     30#: ../plugin_files/helpers/ConnectNoticeHelper.class.php:13
     31msgid "Connect"
    2432msgstr ""
    2533
  • chatio/trunk/plugin_files/ChatIoAdmin.class.php

    r1958741 r2011986  
    2121        add_action('init', array($this, 'load_assets'));
    2222        add_action('admin_menu', array($this, 'admin_menu'));
     23
     24    if(!$this->is_installed() && !(array_key_exists('page', $_GET) && $_GET['page'] === 'chatio_settings'))
     25      add_action('admin_notices', array($this, 'show_connect_notice'));
    2326
    2427        // tricky error reporting
     
    194197        );
    195198    }
     199
     200  /**
     201   * Displays connect notice
     202   */
     203  public function show_connect_notice()
     204  {
     205    $this->get_helper('ConnectNotice');
     206  }
    196207}
  • chatio/trunk/readme.txt

    r1958742 r2011986  
    33Tags: wordpress live chat, live chat, live support, live chat software, wordpress live chat plugin, wordpress chat, help desk, help desk software, online ticketing system, ticketing system, online support, ecommerce chat, sales, sales chat, sales live chat, customer help, customer support, customer support software, customer feedback, livechat, customer service software, chat plugin, chat, customer service,customer service chat, live chat button, live chat window, live chat integration, live chat plugin, live chat support, live chat tool, live chat widget, live support button, live support plugin, live chat solution, online live chat, chat plugin, online chat, live support software, live help, live help software, live chat support plugin, support plugin, Facebook Messenger, Messenger, Facebook live chat, chat online
    44Requires at least: 3.4
    5 Tested up to: 4.9.8
    6 Stable tag: 1.2.0
     5Tested up to: 5.0.3
     6Stable tag: 1.2.1
    77
    88
     
    125125
    126126== Changelog ==
     127
     128= 1.2.1 =
     129* Connect notice
     130
    127131= 1.2.0 =
    128132* Translation ready plugin
Note: See TracChangeset for help on using the changeset viewer.