Plugin Directory

Changeset 2604243


Ignore:
Timestamp:
09/24/2021 11:39:48 AM (5 years ago)
Author:
botmywork
Message:

Released version 1.0.3

Location:
wp-chatbot-builder
Files:
74 added
1 deleted
14 edited

Legend:

Unmodified
Added
Removed
  • wp-chatbot-builder/trunk/Readme.txt

    r2584710 r2604243  
    55Requires at least: 5.5.2
    66Tested up to: 5.8
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.3
    88Requires PHP: 7.0
    99License: GNU General Public License v3.0
     
    1111
    1212
    13 WP-Chatbot Builder provides Facebook Messenger Marketing solutions to a WordPress website.It adds No-Code Chatbot to Automate Customer Chat & Lead Generation.
     13WP-Chatbot Builder provides Facebook Messenger Marketing solutions to a WordPress website. It adds No-Code Chatbot to Automate Customer Chat & Lead Generation.
    1414
    1515== Description ==
     
    1919WP-Chatbot Builder for Messenger is the best WordPress Chatbot plugin that adds chatbots on your WordPress website. The added chatbot widget appears on the selected pages of your WordPress website, active 24/7 to attend your visitors queries with automated replies that you can manage directly from your Facebook Messenger.
    2020
    21 > **Note:** With this plugin, you centalized the conversational marketing to one platform. Hence, need not manage separate dashboards for WordPress chats and Messenger chats.
     21> **Note:** With this plugin, you centralized the conversational marketing to one platform. Hence, need not manage separate dashboards for WordPress chats and Messenger chats.
    2222
    2323Messenger has about 1.6 Billion active users, and your website must also have a good volume of traffic. Combined together — you have a good audience with and with this WordPress chatbot plugin, you can attend to them and solve their queries, 24/7 from a common platform.
     
    127127= Manual installation =
    128128
    129 The manual installation method involves downloading our WP-Chatbot Builder and uploading it to your web server via your favorite FTP application. The WordPress contains [instructions on how to do this here](https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).
     129The manual installation method involves downloading our WP-Chatbot Builder and uploading it to your web server via your favorite FTP application. The WordPress contains [instructions on how to do this here](https://wordpress.org/support/article/managing-plugins/#manual-plugin-installation).
    130130
    131131== Screenshots ==
     
    178178== Changelog ==
    179179
     180= 1.0.3 - Released on 24 September 2021 =
     181* Fix - Bug Fixes.
     182
    180183= 1.0.2 - Released on 18 August 2021 =
    181184* NEW: Compatibility WordPress 5.8
     
    191194== Upgrade Notice ==
    192195
    193 = 1.0.2 - Released on 18 August 2021 =
    194 * NEW: Compatibility with WordPress 5.8
     196= 1.0.3 - Released on 24 September 2021 =
     197* Fix - Bug Fixes.
  • wp-chatbot-builder/trunk/admin/partials/templates/wp-cbb-customize-display.php

    r2584710 r2604243  
    6565                        <div class="wp_cbb_messenger_theme_wrapper" id="wp_cbb_messenger_color_wrapper">
    6666                            <p class="wp_cbb_description">
    67                                 <?php esc_html_e( 'Select Facebook Messenger theme color, Facebook highly recommends to choose a color that has a high contrast to white.', 'wp-chatbot-builder' ); ?>
     67                                <?php esc_html_e( 'Select Facebook Messenger theme color, Facebook highly recommends choosing a color that has a high contrast to white.', 'wp-chatbot-builder' ); ?>
    6868
    6969                                </p>
     
    9292                                <textarea placeholder="Enter text here ( maximum 80 characters )" cols="47" rows="3" maxlength="80" name="wp_cbb_greeting_text_logged_out"><?php echo esc_html( $wp_cbb_text_logged_out ); ?></textarea>
    9393                            </p>
    94                             <p class="wp_cbb_description"><?php esc_html_e( 'Enter Facebook Messenger greeting text, leave blank to use default.', 'wp-chatbot-builder' ); ?></p>
     94                            <p class="wp_cbb_description"><?php esc_html_e( 'Enter Facebook Messenger greeting text, leave blank to use the default.', 'wp-chatbot-builder' ); ?></p>
    9595
    9696                        </div>
  • wp-chatbot-builder/trunk/admin/partials/templates/wp-cbb-setup-display.php

    r2584710 r2604243  
    126126                                <tbody class="wp_cbb_qa_tbody"> 
    127127                                    <tr>
    128                                         <th><?php esc_html_e( 'If user says something similar to ', 'wp-chatbot-builder' ); ?></th>
     128                                        <th><?php esc_html_e( 'If the user says something similar to ', 'wp-chatbot-builder' ); ?></th>
    129129                                        <th><?php esc_html_e( 'Bot randomly replies with ', 'wp-chatbot-builder' ); ?></th>
    130130                                        <th><?php esc_html_e( 'Action', 'wp-chatbot-builder' ); ?></th>
  • wp-chatbot-builder/trunk/includes/class-wp-chatbot-builder-onboarding-steps.php

    r2584710 r2604243  
    201201        if ( $this->bmw_wcb_valid_page_screen_check() || $is_valid ) {
    202202
    203             wp_enqueue_script( 'bmw-wcb-onboarding-select2-js', WP_CBB_URL . 'package/lib/select-2/wp-chatbot-builder-select2.js', array( 'jquery' ), '1.0.2', false );
     203            wp_enqueue_script( 'bmw-wcb-onboarding-select2-js', WP_CBB_URL . 'package/lib/select-2/wp-chatbot-builder-select2.js', array( 'jquery' ), '1.0.3', false );
    204204
    205205            wp_enqueue_script( 'bmw-wcb-metarial-js', WP_CBB_URL . 'package/lib/material-design/material-components-web.min.js', array(), time(), false );
  • wp-chatbot-builder/trunk/includes/class-wp-chatbot-builder.php

    r2584710 r2604243  
    6767            $this->version = WP_CBB_VERSION;
    6868        } else {
    69             $this->version = '1.0.2';
     69            $this->version = '1.0.3';
    7070        }
    7171        $this->plugin_name = 'wp-chatbot-builder';
  • wp-chatbot-builder/trunk/includes/contain/class-botmyworkapi.php

    r2584710 r2604243  
    136136    public function wp_cbb_get_active_page_id() {
    137137        $data = get_option( $this->option_prefix . 'active_page_info' );
    138         return $data['page_id'];
     138        return isset( $data['page_id'] ) ? $data['page_id'] : '';
    139139    }
    140140
     
    147147    public function wp_cbb_get_active_page_name() {
    148148        $data = get_option( $this->option_prefix . 'active_page_info' );
    149         return $data['page_name'];
     149        return isset( $data['page_name'] ) ? $data['page_name'] : '';
    150150    }
    151151
  • wp-chatbot-builder/trunk/languages/wp-chatbot-builder-en_US.po

    r2584710 r2604243  
    22msgstr ""
    33"Project-Id-Version: WP-Chatbot Builder 1.0.2\n"
    4 "POT-Creation-Date: 2021-08-18 13:44+0530\n"
    5 "PO-Revision-Date: 2021-08-18 13:45+0530\n"
    6 "Last-Translator: \n"
    7 "Language-Team: BotMyWork\n"
    8 "Language: en_US\n"
     4"POT-Creation-Date: 2021-08-18 10:54+0530\n"
     5"PO-Revision-Date: 2021-08-18 10:55+0530\n"
     6"Language-Team: MWB\n"
    97"MIME-Version: 1.0\n"
    108"Content-Type: text/plain; charset=UTF-8\n"
    119"Content-Transfer-Encoding: 8bit\n"
    12 "X-Generator: Poedit 2.3\n"
    13 "X-Poedit-Basepath: ../wp-chatbot-main\n"
     10"X-Generator: Poedit 2.0.6\n"
     11"X-Poedit-Basepath: ..\n"
    1412"Plural-Forms: nplurals=2; plural=(n != 1);\n"
    1513"X-Poedit-SourceCharset: UTF-8\n"
    16 "X-Poedit-KeywordsList: __;_e;esc_html;esc_html_e;esc_attr;esc_attr_e;esc_url;esc_url_raw\n"
     14"X-Poedit-KeywordsList: __;_e;_n;_x;_ex;_nx;esc_attr__;esc_attr_e;esc_attr_x;"
     15"esc_html;esc_html__;esc_html_e;esc_html_x;_n_noop;_nx_noop;esc_textarea;"
     16"translate_nooped_plural\n"
     17"Last-Translator: \n"
     18"Language: en_US\n"
    1719"X-Poedit-SearchPath-0: .\n"
    1820
    1921#: admin/class-wp-chatbot-builder-admin.php:193
    2022msgid "Settings"
    21 msgstr ""
    22 
    23 #: admin/class-wp-chatbot-builder-admin.php:377
    24 msgid "https://botmywork.com/?utm_source=wp_cbb&utm_medium=plugin"
    25 msgstr ""
    26 
    27 #: admin/class-wp-chatbot-builder-admin.php:378
    28 msgid "wp_cbb_footer_section_bmw_link"
    2923msgstr ""
    3024
     
    7670#: admin/partials/templates/wp-cbb-customize-display.php:67
    7771msgid ""
    78 "Select Facebook Messenger theme color, Facebook highly recommends to choose a color that has "
    79 "a high contrast to white."
     72"Select Facebook Messenger theme color, Facebook highly recommends choosing a "
     73"color that has a high contrast to white."
    8074msgstr ""
    8175
     
    114108#: admin/partials/templates/wp-cbb-customize-display.php:112
    115109msgid ""
    116 "Select devices where you want to display Facebook Messenger. Mobile devices include both "
    117 "Smartphones and Tablets."
     110"Select devices where you want to display Facebook Messenger. Mobile devices "
     111"include both Smartphones and Tablets."
    118112msgstr ""
    119113
     
    150144
    151145#: admin/partials/templates/wp-cbb-customize-display.php:149
    152 msgid "The Facebook Messenger will be displayed on all pages, except for these selected pages."
     146msgid ""
     147"The Facebook Messenger will be displayed on all pages, except for these "
     148"selected pages."
    153149msgstr ""
    154150
     
    177173#: admin/partials/templates/wp-cbb-customize-display.php:257
    178174msgid ""
    179 "Sets the number of seconds of delay before the greeting dialog is shown after the plugin is "
    180 "loaded."
     175"Sets the number of seconds of delay before the greeting dialog is shown "
     176"after the plugin is loaded."
    181177msgstr ""
    182178
     
    191187#: admin/partials/templates/wp-cbb-fb-button-not-connected.php:15
    192188msgid "To get started, connect your Facebook page"
    193 msgstr ""
    194 
    195 #: admin/partials/templates/wp-cbb-fb-button-not-connected.php:17
    196 msgid "&utm_source=WordPress_CBB_Login&utm_medium=Organic_Login&utm_campaign=WordPress_Traffic"
    197189msgstr ""
    198190
     
    226218msgstr ""
    227219
    228 #: admin/partials/templates/wp-cbb-fb-button-select-page.php:60
    229 #: admin/partials/templates/wp-cbb-setup-display.php:50
    230 #: admin/partials/templates/wp-cbb-setup-display.php:81
    231 #: admin/partials/templates/wp-cbb-setup-display.php:112
    232 #: admin/partials/templates/wp-cbb-setup-display.php:202
    233 #: admin/partials/templates/wp-cbb-setup-display.php:230
    234 #: admin/partials/wp-cbb-admin-display.php:42
    235 msgid "assets/images/loading.gif"
    236 msgstr ""
    237 
    238220#: admin/partials/templates/wp-cbb-fb-button-select-page.php:71
    239221msgid "Oops, looks like incomplete permissions or pages are not available."
     
    241223
    242224#: admin/partials/templates/wp-cbb-fb-button-select-page.php:72
    243 msgid "https://apps.botmywork.com/chatbot-builder/login"
    244 msgstr ""
    245 
    246 #: admin/partials/templates/wp-cbb-fb-button-select-page.php:72
    247225msgid "Fix it on BotMyWork Chatbot Builder"
    248 msgstr ""
    249 
    250 #: admin/partials/templates/wp-cbb-incomplete-setup.php:20
    251 msgid "assets/images/cbb_logo.png"
    252226msgstr ""
    253227
     
    260234msgstr ""
    261235
    262 #: admin/partials/templates/wp-cbb-incomplete-setup.php:43
    263 msgid ""
    264 "https://apps.botmywork.com/chatbot-builder/login?"
    265 "utm_source=WordPressCBB&utm_medium=Organic&utm_campaign=WordPress_Traffic"
    266 msgstr ""
    267 
    268236#: admin/partials/templates/wp-cbb-incomplete-setup.php:44
    269237msgid "Explore More Options"
    270238msgstr ""
    271239
    272 #: admin/partials/templates/wp-cbb-incomplete-setup.php:51
    273 msgid "https://botmywork.com/blog/wordpress-chatbot-guide/?utm_source=wp_cbb&utm_medium=plugin"
    274 msgstr ""
    275 
    276240#: admin/partials/templates/wp-cbb-incomplete-setup.php:52
    277241msgid "Setup Guide"
    278242msgstr ""
    279243
    280 #: admin/partials/templates/wp-cbb-incomplete-setup.php:58
    281 msgid ""
    282 "https://botmywork.com/knowledge-base/botmywork-chatbot-builder/wp-chatbot-builder-for-"
    283 "messenger/?utm_source=wp_cbb&utm_medium=plugin"
    284 msgstr ""
    285 
    286244#: admin/partials/templates/wp-cbb-incomplete-setup.php:59
    287245msgid "FAQs"
    288246msgstr ""
    289247
    290 #: admin/partials/templates/wp-cbb-incomplete-setup.php:75
    291 msgid "https://botmywork.com/contact-us/?utm_source=wp_cbb&utm_medium=plugin"
    292 msgstr ""
    293 
    294248#: admin/partials/templates/wp-cbb-incomplete-setup.php:76
    295249msgid "Need help?"
    296250msgstr ""
    297251
    298 #: admin/partials/templates/wp-cbb-incomplete-setup.php:79
    299 msgid "https://botmywork.com/chatbot-builder/?utm_source=wp_cbb&utm_medium=plugin"
    300 msgstr ""
    301 
    302252#: admin/partials/templates/wp-cbb-incomplete-setup.php:80
    303253msgid "Upgrade To Pro"
     
    314264#: admin/partials/templates/wp-cbb-setup-display.php:42
    315265msgid "Enable"
    316 msgstr ""
    317 
    318 #: admin/partials/templates/wp-cbb-setup-display.php:45
    319 msgid "on"
    320266msgstr ""
    321267
     
    344290#: admin/partials/templates/wp-cbb-setup-display.php:122
    345291msgid ""
    346 "Chatbot will answer questions on your page based on keywords detected in the user’s question."
     292"Chatbot will answer questions on your page based on keywords detected in the "
     293"user’s question."
    347294msgstr ""
    348295
     
    368315msgstr ""
    369316
     317#: admin/partials/wp-cbb-admin-display.php:24
     318msgid "Setup"
     319msgstr ""
     320
     321#: admin/partials/wp-cbb-admin-display.php:28
     322msgid "Customize"
     323msgstr ""
     324
     325#: admin/partials/wp-cbb-admin-display.php:32
     326msgid "Leads"
     327msgstr ""
     328
    370329#: admin/partials/wp-cbb-admin-display.php:50
    371330msgid "WP-Chatbot Builder Settings"
    372331msgstr ""
    373332
     333#: admin/partials/wp-cbb-admin-display.php:82
     334msgid "Bot is connected to: "
     335msgstr ""
     336
    374337#: admin/partials/wp-cbb-admin-display.php:89
    375338msgid "Personalization Options"
     
    378341#: admin/partials/wp-cbb-admin-display.php:90
    379342msgid ""
    380 "You can personalize the answers using the person's name and last input. You can use the "
    381 "following template strings."
     343"You can personalize the answers using the person's name and last input. You "
     344"can use the following template strings."
    382345msgstr ""
    383346
     
    403366
    404367#: admin/partials/wp-cbb-admin-display.php:101
    405 msgid "We would appreciate a nice little comment and Rate it 5 stars at wordpress.org."
    406 msgstr ""
    407 
    408 #: admin/partials/wp-cbb-admin-display.php:103
    409 msgid "https://wordpress.org/support/plugin/wp-chatbot-builder/reviews/#new-post"
     368msgid ""
     369"We would appreciate a nice little comment and Rate it 5 stars at wordpress."
     370"org."
    410371msgstr ""
    411372
     
    415376
    416377#: admin/partials/wp-cbb-admin-display.php:104
    417 msgid "https://wordpress.org/support/plugin/wp-chatbot-builder/"
    418 msgstr ""
    419 
    420 #: admin/partials/wp-cbb-admin-display.php:104
    421378msgid "Report an Issue"
    422379msgstr ""
    423380
    424 #: includes/class-wp-chatbot-builder.php:541
    425 msgid "max=10 min=0"
     381#: includes/class-wp-chatbot-builder-onboarding-steps.php:309
     382msgid "What industry defines your business?"
     383msgstr ""
     384
     385#: includes/class-wp-chatbot-builder-onboarding-steps.php:315
     386msgid "Industry Type"
     387msgstr ""
     388
     389#: includes/class-wp-chatbot-builder-onboarding-steps.php:346
     390msgid "What is the best email address to contact you?"
     391msgstr ""
     392
     393#: includes/class-wp-chatbot-builder-onboarding-steps.php:350
     394msgid "Email"
     395msgstr ""
     396
     397#: includes/class-wp-chatbot-builder-onboarding-steps.php:358
     398msgid "What is your contact number?"
     399msgstr ""
     400
     401#: includes/class-wp-chatbot-builder-onboarding-steps.php:363
     402msgid "Contact Number"
     403msgstr ""
     404
     405#: includes/class-wp-chatbot-builder-onboarding-steps.php:473
     406msgid "Let us know why you are deactivating "
     407msgstr ""
     408
     409#: includes/class-wp-chatbot-builder-onboarding-steps.php:473
     410msgid " so we can improve the plugin"
     411msgstr ""
     412
     413#: includes/class-wp-chatbot-builder-onboarding-steps.php:477
     414msgid "Reason"
     415msgstr ""
     416
     417#: includes/class-wp-chatbot-builder-onboarding-steps.php:721
     418msgid "Unexpected Error Occured"
    426419msgstr ""
    427420
     
    444437#: onboarding/templates/wp-chatbot-builder-onboarding-template.php:27
    445438msgid ""
    446 "We love making new friends! Subscribe below and we promise to keep you up-to-date with our "
    447 "latest new plugins, updates, awesome deals and a few special offers."
     439"We love making new friends! Subscribe below and we promise to keep you up-to-"
     440"date with our latest new plugins, updates, awesome deals and a few special "
     441"offers."
    448442msgstr ""
    449443
  • wp-chatbot-builder/trunk/languages/wp-chatbot-builder.pot

    r2584710 r2604243  
     1#, fuzzy
    12msgid ""
    23msgstr ""
    34"Project-Id-Version: WP-Chatbot Builder 1.0.2\n"
    4 "POT-Creation-Date: 2021-08-18 13:44+0530\n"
    5 "PO-Revision-Date: 2021-08-18 13:45+0530\n"
     5"POT-Creation-Date: 2021-08-18 10:54+0530\n"
     6"PO-Revision-Date: 2021-08-18 10:37+0530\n"
    67"Last-Translator: \n"
    7 "Language-Team: BotMyWork\n"
     8"Language-Team: MWB\n"
    89"Language: en_US\n"
    910"MIME-Version: 1.0\n"
    1011"Content-Type: text/plain; charset=UTF-8\n"
    1112"Content-Transfer-Encoding: 8bit\n"
    12 "X-Generator: Poedit 2.3\n"
     13"X-Generator: Poedit 2.0.6\n"
    1314"X-Poedit-Basepath: ..\n"
    1415"Plural-Forms: nplurals=2; plural=(n != 1);\n"
    1516"X-Poedit-SourceCharset: UTF-8\n"
    16 "X-Poedit-KeywordsList: __;_e;esc_html;esc_html_e;esc_attr;esc_attr_e;esc_url;esc_url_raw\n"
     17"X-Poedit-KeywordsList: __;_e;_n;_x;_ex;_nx;esc_attr__;esc_attr_e;esc_attr_x;"
     18"esc_html;esc_html__;esc_html_e;esc_html_x;_n_noop;_nx_noop;esc_textarea;"
     19"translate_nooped_plural\n"
    1720"X-Poedit-SearchPath-0: .\n"
    1821
    1922#: admin/class-wp-chatbot-builder-admin.php:193
    2023msgid "Settings"
    21 msgstr ""
    22 
    23 #: admin/class-wp-chatbot-builder-admin.php:377
    24 msgid "https://botmywork.com/?utm_source=wp_cbb&utm_medium=plugin"
    25 msgstr ""
    26 
    27 #: admin/class-wp-chatbot-builder-admin.php:378
    28 msgid "wp_cbb_footer_section_bmw_link"
    2924msgstr ""
    3025
     
    7671#: admin/partials/templates/wp-cbb-customize-display.php:67
    7772msgid ""
    78 "Select Facebook Messenger theme color, Facebook highly recommends to choose a color that has "
    79 "a high contrast to white."
     73"Select Facebook Messenger theme color, Facebook highly recommends choosing a "
     74"color that has a high contrast to white."
    8075msgstr ""
    8176
     
    114109#: admin/partials/templates/wp-cbb-customize-display.php:112
    115110msgid ""
    116 "Select devices where you want to display Facebook Messenger. Mobile devices include both "
    117 "Smartphones and Tablets."
     111"Select devices where you want to display Facebook Messenger. Mobile devices "
     112"include both Smartphones and Tablets."
    118113msgstr ""
    119114
     
    150145
    151146#: admin/partials/templates/wp-cbb-customize-display.php:149
    152 msgid "The Facebook Messenger will be displayed on all pages, except for these selected pages."
     147msgid ""
     148"The Facebook Messenger will be displayed on all pages, except for these "
     149"selected pages."
    153150msgstr ""
    154151
     
    177174#: admin/partials/templates/wp-cbb-customize-display.php:257
    178175msgid ""
    179 "Sets the number of seconds of delay before the greeting dialog is shown after the plugin is "
    180 "loaded."
     176"Sets the number of seconds of delay before the greeting dialog is shown "
     177"after the plugin is loaded."
    181178msgstr ""
    182179
     
    191188#: admin/partials/templates/wp-cbb-fb-button-not-connected.php:15
    192189msgid "To get started, connect your Facebook page"
    193 msgstr ""
    194 
    195 #: admin/partials/templates/wp-cbb-fb-button-not-connected.php:17
    196 msgid "&utm_source=WordPress_CBB_Login&utm_medium=Organic_Login&utm_campaign=WordPress_Traffic"
    197190msgstr ""
    198191
     
    226219msgstr ""
    227220
    228 #: admin/partials/templates/wp-cbb-fb-button-select-page.php:60
    229 #: admin/partials/templates/wp-cbb-setup-display.php:50
    230 #: admin/partials/templates/wp-cbb-setup-display.php:81
    231 #: admin/partials/templates/wp-cbb-setup-display.php:112
    232 #: admin/partials/templates/wp-cbb-setup-display.php:202
    233 #: admin/partials/templates/wp-cbb-setup-display.php:230
    234 #: admin/partials/wp-cbb-admin-display.php:42
    235 msgid "assets/images/loading.gif"
    236 msgstr ""
    237 
    238221#: admin/partials/templates/wp-cbb-fb-button-select-page.php:71
    239222msgid "Oops, looks like incomplete permissions or pages are not available."
     
    241224
    242225#: admin/partials/templates/wp-cbb-fb-button-select-page.php:72
    243 msgid "https://apps.botmywork.com/chatbot-builder/login"
    244 msgstr ""
    245 
    246 #: admin/partials/templates/wp-cbb-fb-button-select-page.php:72
    247226msgid "Fix it on BotMyWork Chatbot Builder"
    248 msgstr ""
    249 
    250 #: admin/partials/templates/wp-cbb-incomplete-setup.php:20
    251 msgid "assets/images/cbb_logo.png"
    252227msgstr ""
    253228
     
    260235msgstr ""
    261236
    262 #: admin/partials/templates/wp-cbb-incomplete-setup.php:43
    263 msgid ""
    264 "https://apps.botmywork.com/chatbot-builder/login?"
    265 "utm_source=WordPressCBB&utm_medium=Organic&utm_campaign=WordPress_Traffic"
    266 msgstr ""
    267 
    268237#: admin/partials/templates/wp-cbb-incomplete-setup.php:44
    269238msgid "Explore More Options"
    270239msgstr ""
    271240
    272 #: admin/partials/templates/wp-cbb-incomplete-setup.php:51
    273 msgid "https://botmywork.com/blog/wordpress-chatbot-guide/?utm_source=wp_cbb&utm_medium=plugin"
    274 msgstr ""
    275 
    276241#: admin/partials/templates/wp-cbb-incomplete-setup.php:52
    277242msgid "Setup Guide"
    278243msgstr ""
    279244
    280 #: admin/partials/templates/wp-cbb-incomplete-setup.php:58
    281 msgid ""
    282 "https://botmywork.com/knowledge-base/botmywork-chatbot-builder/wp-chatbot-builder-for-"
    283 "messenger/?utm_source=wp_cbb&utm_medium=plugin"
    284 msgstr ""
    285 
    286245#: admin/partials/templates/wp-cbb-incomplete-setup.php:59
    287246msgid "FAQs"
    288247msgstr ""
    289248
    290 #: admin/partials/templates/wp-cbb-incomplete-setup.php:75
    291 msgid "https://botmywork.com/contact-us/?utm_source=wp_cbb&utm_medium=plugin"
    292 msgstr ""
    293 
    294249#: admin/partials/templates/wp-cbb-incomplete-setup.php:76
    295250msgid "Need help?"
    296251msgstr ""
    297252
    298 #: admin/partials/templates/wp-cbb-incomplete-setup.php:79
    299 msgid "https://botmywork.com/chatbot-builder/?utm_source=wp_cbb&utm_medium=plugin"
    300 msgstr ""
    301 
    302253#: admin/partials/templates/wp-cbb-incomplete-setup.php:80
    303254msgid "Upgrade To Pro"
     
    314265#: admin/partials/templates/wp-cbb-setup-display.php:42
    315266msgid "Enable"
    316 msgstr ""
    317 
    318 #: admin/partials/templates/wp-cbb-setup-display.php:45
    319 msgid "on"
    320267msgstr ""
    321268
     
    344291#: admin/partials/templates/wp-cbb-setup-display.php:122
    345292msgid ""
    346 "Chatbot will answer questions on your page based on keywords detected in the user’s question."
     293"Chatbot will answer questions on your page based on keywords detected in the "
     294"user’s question."
    347295msgstr ""
    348296
     
    368316msgstr ""
    369317
     318#: admin/partials/wp-cbb-admin-display.php:24
     319msgid "Setup"
     320msgstr ""
     321
     322#: admin/partials/wp-cbb-admin-display.php:28
     323msgid "Customize"
     324msgstr ""
     325
     326#: admin/partials/wp-cbb-admin-display.php:32
     327msgid "Leads"
     328msgstr ""
     329
    370330#: admin/partials/wp-cbb-admin-display.php:50
    371331msgid "WP-Chatbot Builder Settings"
    372332msgstr ""
    373333
     334#: admin/partials/wp-cbb-admin-display.php:82
     335msgid "Bot is connected to: "
     336msgstr ""
     337
    374338#: admin/partials/wp-cbb-admin-display.php:89
    375339msgid "Personalization Options"
     
    378342#: admin/partials/wp-cbb-admin-display.php:90
    379343msgid ""
    380 "You can personalize the answers using the person's name and last input. You can use the "
    381 "following template strings."
     344"You can personalize the answers using the person's name and last input. You "
     345"can use the following template strings."
    382346msgstr ""
    383347
     
    403367
    404368#: admin/partials/wp-cbb-admin-display.php:101
    405 msgid "We would appreciate a nice little comment and Rate it 5 stars at wordpress.org."
    406 msgstr ""
    407 
    408 #: admin/partials/wp-cbb-admin-display.php:103
    409 msgid "https://wordpress.org/support/plugin/wp-chatbot-builder/reviews/#new-post"
     369msgid ""
     370"We would appreciate a nice little comment and Rate it 5 stars at wordpress."
     371"org."
    410372msgstr ""
    411373
     
    415377
    416378#: admin/partials/wp-cbb-admin-display.php:104
    417 msgid "https://wordpress.org/support/plugin/wp-chatbot-builder/"
    418 msgstr ""
    419 
    420 #: admin/partials/wp-cbb-admin-display.php:104
    421379msgid "Report an Issue"
    422380msgstr ""
    423381
    424 #: includes/class-wp-chatbot-builder.php:541
    425 msgid "max=10 min=0"
     382#: includes/class-wp-chatbot-builder-onboarding-steps.php:309
     383msgid "What industry defines your business?"
     384msgstr ""
     385
     386#: includes/class-wp-chatbot-builder-onboarding-steps.php:315
     387msgid "Industry Type"
     388msgstr ""
     389
     390#: includes/class-wp-chatbot-builder-onboarding-steps.php:346
     391msgid "What is the best email address to contact you?"
     392msgstr ""
     393
     394#: includes/class-wp-chatbot-builder-onboarding-steps.php:350
     395msgid "Email"
     396msgstr ""
     397
     398#: includes/class-wp-chatbot-builder-onboarding-steps.php:358
     399msgid "What is your contact number?"
     400msgstr ""
     401
     402#: includes/class-wp-chatbot-builder-onboarding-steps.php:363
     403msgid "Contact Number"
     404msgstr ""
     405
     406#: includes/class-wp-chatbot-builder-onboarding-steps.php:473
     407msgid "Let us know why you are deactivating "
     408msgstr ""
     409
     410#: includes/class-wp-chatbot-builder-onboarding-steps.php:473
     411msgid " so we can improve the plugin"
     412msgstr ""
     413
     414#: includes/class-wp-chatbot-builder-onboarding-steps.php:477
     415msgid "Reason"
     416msgstr ""
     417
     418#: includes/class-wp-chatbot-builder-onboarding-steps.php:721
     419msgid "Unexpected Error Occured"
    426420msgstr ""
    427421
     
    444438#: onboarding/templates/wp-chatbot-builder-onboarding-template.php:27
    445439msgid ""
    446 "We love making new friends! Subscribe below and we promise to keep you up-to-date with our "
    447 "latest new plugins, updates, awesome deals and a few special offers."
     440"We love making new friends! Subscribe below and we promise to keep you up-to-"
     441"date with our latest new plugins, updates, awesome deals and a few special "
     442"offers."
    448443msgstr ""
    449444
  • wp-chatbot-builder/trunk/onboarding/js/wp-chatbot-builder-onboarding.js

    r2584710 r2604243  
    118118    /* Close Popup */
    119119    function bmw_wcb_hide_onboard_popup() {
    120         // jQuery( '.bmw-on-boarding-wrapper-background' ).removeClass( 'onboard-popup-show' );
    121         // jQuery( '.bmw-onboarding-section' ).hide();
    122         // const dialog = mdc.dialog.MDCDialog.attachTo(document.querySelector('.mdc-dialog'));
    123120        dialog.close();
    124121        if (!jQuery('body').hasClass('mobile-device')) {
  • wp-chatbot-builder/trunk/onboarding/templates/wp-chatbot-builder-deactivation-template.php

    r2584710 r2604243  
    3232                    <p class="bmw-wcb-on-boarding-desc"><?php esc_html_e( 'May we have a little info about why you are deactivating?', 'wp-chatbot-builder' ); ?></p>
    3333                    <form action="#" method="post" class="bmw-wcb-on-boarding-form">
    34                         <?php 
     34                        <?php
    3535                        $wcb_onboarding_deactive_html = $wcb_bmw_wcb_obj->bmw_wcb_plug_generate_html( $wcb_onboarding_form_deactivate );
    3636                        echo esc_html( $wcb_onboarding_deactive_html );
  • wp-chatbot-builder/trunk/package/rest-api/class-wp-chatbot-builder-rest-api.php

    r2584710 r2604243  
    7878            '/wcb-dummy-data/',
    7979            array(
    80                 // 'methods'  => 'POST',
    8180                'methods'  => WP_REST_Server::CREATABLE,
    8281                'callback' => array( $this, 'bmw_wcb_default_callback' ),
  • wp-chatbot-builder/trunk/package/rest-api/version1/class-wp-chatbot-builder-api-process.php

    r2584710 r2604243  
    2020     *
    2121     * @since      1.0.2
    22      * @package    Hydroshop_Api_Management
    23      * @subpackage Hydroshop_Api_Management/includes
     22     * @package    WP_Chatbot_Builder
     23     * @subpackage WP_Chatbot_Builder/includes
    2424     * @author     support@botmywork.com
    2525     */
  • wp-chatbot-builder/trunk/wp-chatbot-builder.php

    r2584710 r2604243  
    1313 *
    1414 * @wordpress-plugin
    15  * Plugin Name:       WP-Chatbot Builder
    16  * Plugin URI:        https://wordpress.org/plugins/wp-chatbot-builder
    17  * Description:       <code><strong>WP-Chatbot Builder</strong></code> enables you to add Facebook Messenger to Automate Chat and Generate Leads on your website.
    18  * Version:           1.0.2
    19  * Author:            BotMyWork
    20  * Author URI:        https://botmywork.com/
    21  * License:           GPL: 3.0
    22  * License URI:       http://www.gnu.org/licenses/gpl-3.0.txt
    23  * Text Domain:       wp-chatbot-builder
    24  * Domain Path:       /languages
     15 * Plugin Name:            WP-Chatbot Builder
     16 * Plugin URI:             https://wordpress.org/plugins/wp-chatbot-builder
     17 * Description:            <code><strong>WP-Chatbot Builder</strong></code> enables you to add Facebook Messenger to Automate Chat and Generate Leads on your website.
     18 * Version:                1.0.3
     19 * WP Requires at least:   5.0
     20 * WP Tested up to:        5.8
     21 * Requires PHP:           7.0
     22 * Author:                 BotMyWork
     23 * Author URI:             https://botmywork.com/
     24 * License:                GPL: 3.0
     25 * License URI:            http://www.gnu.org/licenses/gpl-3.0.txt
     26 * Text Domain:            wp-chatbot-builder
     27 * Domain Path:            /languages
    2528 */
    2629
     
    3841// define WP_CBB_VERSION.
    3942if ( ! defined( 'WP_CBB_VERSION' ) ) {
    40     define( 'WP_CBB_VERSION', '1.0.2' );
     43    define( 'WP_CBB_VERSION', '1.0.3' );
    4144}
    4245// define WP_CBB_DIRPATH.
Note: See TracChangeset for help on using the changeset viewer.