Plugin Directory

Changeset 3452652


Ignore:
Timestamp:
02/03/2026 08:08:28 AM (8 weeks ago)
Author:
quantumcloud
Message:

Improved FAQs

Location:
chatbot
Files:
388 added
3 edited

Legend:

Unmodified
Added
Removed
  • chatbot/trunk/admin_ui.php

    r3438380 r3452652  
    505505
    506506                  <div class="cxsc-settings-blocks-notic">
    507                     <p class="d-ib"><i class="dashicons dashicons-yes-alt" aria-hidden="true"></i> <?php esc_html_e('Please see the plugin`s Getting Started section for how to create interactions.', 'chatbot'); ?></p>
    508                     <p class="d-ib"><i class="dashicons dashicons-yes-alt" aria-hidden="true"></i> <?php esc_html_e('You can change ALL the texts used by the ChatBot to YOUR language here to make it speak French, German, Spanish etc. -> Change Language', 'chatbot'); ?></p>
    509                     <p class="d-ib"><i class="dashicons dashicons-yes-alt" aria-hidden="true"></i> <?php esc_html_e('Please see the plugin`s Help and Debugging section to troubleshoot common issues.', 'chatbot'); ?></p>
     507                    <p class="d-ib"><i class="dashicons dashicons-yes" aria-hidden="true"></i> <?php esc_html_e('Please see the plugin`s Getting Started section for how to create interactions.', 'chatbot'); ?></p>
     508                    <p class="d-ib"><i class="dashicons dashicons-yes" aria-hidden="true"></i> <?php esc_html_e('You can change ALL the texts used by the ChatBot to YOUR language here to make it speak French, German, Spanish etc. -> Change Language', 'chatbot'); ?></p>
     509                    <p class="d-ib"><i class="dashicons dashicons-yes" aria-hidden="true"></i> <?php esc_html_e('Please see the plugin`s Help and Debugging section to troubleshoot common issues.', 'chatbot'); ?></p>
    510510                  </div>
    511511         
  • chatbot/trunk/qcld-wpwbot.php

    r3452003 r3452652  
    55 * Description: ChatBot is a native WordPress ChatBot plugin to provide live chat support and lead generation
    66 * Donate link: https://www.wpbot.pro/
    7  * Version: 7.7.4
     7 * Version: 7.7.5
    88 * @author    QuantumCloud
    99 * Author: ChatBot for WordPress - WPBot
     
    4242
    4343if ( ! defined( 'QCLD_wpCHATBOT_VERSION' ) ) {
    44     define('QCLD_wpCHATBOT_VERSION', '7.7.4');
     44    define('QCLD_wpCHATBOT_VERSION', '7.7.5');
    4545}
    4646if ( ! defined( 'QCLD_wpCHATBOT_REQUIRED_wpCOMMERCE_VERSION' ) ) {
     
    988988                    ?>
    989989  <div class="row" class="wp-chatbot-lng-item">
    990   <div class="col-xs-10">
     990  <div class="col-xs-11">
    991991    <input type="text"
    992992                                   class="form-control qc-opt-dcs-font"
     
    994994                                   value="<?php echo esc_attr(str_replace('\\', '', $value)); ?>">
    995995  </div>
    996   <div class="col-xs-2">
     996  <div class="col-xs-1">
    997997    <button type="button" class="btn btn-danger btn-sm wp-chatbot-lng-item-remove"> <span class="glyphicon glyphicon-remove"></span> </button>
    998998  </div>
     
    10021002            } else { ?>
    10031003<div class="row" class="wp-chatbot-lng-item">
    1004 <div class="col-xs-10">
     1004<div class="col-xs-11">
    10051005  <input type="text"
    10061006                               class="form-control qc-opt-dcs-font"
     
    10081008                               value="<?php echo esc_attr($option_text); ?>">
    10091009</div>
    1010 <div class="col-xs-2"> <span class="wp-chatbot-lng-item-remove">
     1010<div class="col-xs-1"> <span class="wp-chatbot-lng-item-remove">
    10111011  <?php esc_html_e('X', 'chatbot'); ?>
    10121012  </span> </div>
     
    10151015</div>
    10161016<div class="row">
    1017   <div class="col-sm-2 col-sm-offset-10">
     1017  <div class="col-sm-1 col-sm-offset-11">
    10181018    <button type="button" class="btn btn-success btn-sm wp-chatbot-lng-item-add"> <span class="glyphicon glyphicon-plus"></span> </button>
    10191019  </div>
  • chatbot/trunk/readme.txt

    r3452003 r3452652  
    55Requires at least: 4.6
    66Tested up to: 6.9
    7 Stable tag: 7.7.4
     7Stable tag: 7.7.5
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    360360== Changelog ==
    361361
     362= 7.7.5 =
     363# Improved FAQ
     364
    362365= 7.7.4 =
    363366# Improved security
Note: See TracChangeset for help on using the changeset viewer.