Changeset 2186529
- Timestamp:
- 11/05/2019 09:47:43 PM (5 years ago)
- Location:
- tidio-live-chat/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tidio-live-chat/trunk/media/js/options.js
r2186087 r2186529 7 7 email: '', 8 8 init: function () { 9 // check if page is already integrated; if so show after install screen10 if ($('a[href="admin.php?page=tidio-chat"]').length === 0) {11 $.post(ajaxurl, {12 'action': 'get_private_key',13 '_wpnonce': nonce,14 },15 function (response) {16 if (response === 'error') {17 // load through ajax url18 TidioChatWP.accessThroughXHR(redirect);19 return false;20 }21 $('#after-install-text').show();22 TidioChatWP.setRedirectLink(response);23 });24 return;25 }26 9 this.error = $('.error'); 27 10 this.form = $('#tidio-start'); -
tidio-live-chat/trunk/readme.txt
r2186087 r2186529 4 4 Requires at least: 3.0 5 5 Tested up to: 5.2 6 Stable tag: 4.2. 06 Stable tag: 4.2.1 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 122 122 == Changelog == 123 123 124 = 4.2.1 = 125 * Fix missing nonce variable 126 124 127 = 4.2.0 = 125 128 * Update menu icon -
tidio-live-chat/trunk/tidio-elements.php
r2186087 r2186529 5 5 * Plugin URI: http://www.tidio.com 6 6 * Description: Tidio Live Chat - live chat boosted with chatbots for your online business. Integrates with your website in less than 20 seconds. 7 * Version: 4.2. 07 * Version: 4.2.1 8 8 * Author: Tidio Ltd. 9 9 * Author URI: http://www.tidio.com 10 10 * License: GPL2 11 11 */ 12 define('TIDIOCHAT_VERSION', '4.2. 0');12 define('TIDIOCHAT_VERSION', '4.2.1'); 13 13 define('AFFILIATE_CONFIG_FILE_PATH', get_template_directory().'/tidio_affiliate_ref_id.txt'); 14 14
Note: See TracChangeset
for help on using the changeset viewer.