Changeset 2011986
- Timestamp:
- 01/14/2019 12:12:21 PM (7 years ago)
- Location:
- chatio/trunk
- Files:
-
- 1 added
- 4 edited
-
chatio.php (modified) (1 diff)
-
languages/chatio.pot (modified) (1 diff)
-
plugin_files/ChatIoAdmin.class.php (modified) (2 diffs)
-
plugin_files/helpers/ConnectNoticeHelper.class.php (added)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chatio/trunk/chatio.php
r1958741 r2011986 5 5 Author: chat.io 6 6 Author URI: https://www.chat.io/help/integrations/wordpress?utm_source=wordpress.org&utm_medium=integration&utm_campaign=wordpress_plugin 7 Version: 1.2. 07 Version: 1.2.1 8 8 Text Domain: chatio 9 9 Domain Path: /languages -
chatio/trunk/languages/chatio.pot
r1958741 r2011986 22 22 #: ../plugin_files/ChatIoAdmin.class.php:151 23 23 msgid "Settings" 24 msgstr "" 25 26 #: ../plugin_files/helpers/ConnectNoticeHelper.class.php:12 27 msgid "Please connect your chat.io account to start chatting with your customers." 28 msgstr "" 29 30 #: ../plugin_files/helpers/ConnectNoticeHelper.class.php:13 31 msgid "Connect" 24 32 msgstr "" 25 33 -
chatio/trunk/plugin_files/ChatIoAdmin.class.php
r1958741 r2011986 21 21 add_action('init', array($this, 'load_assets')); 22 22 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')); 23 26 24 27 // tricky error reporting … … 194 197 ); 195 198 } 199 200 /** 201 * Displays connect notice 202 */ 203 public function show_connect_notice() 204 { 205 $this->get_helper('ConnectNotice'); 206 } 196 207 } -
chatio/trunk/readme.txt
r1958742 r2011986 3 3 Tags: 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 4 4 Requires at least: 3.4 5 Tested up to: 4.9.86 Stable tag: 1.2. 05 Tested up to: 5.0.3 6 Stable tag: 1.2.1 7 7 8 8 … … 125 125 126 126 == Changelog == 127 128 = 1.2.1 = 129 * Connect notice 130 127 131 = 1.2.0 = 128 132 * Translation ready plugin
Note: See TracChangeset
for help on using the changeset viewer.