Plugin Directory

Changeset 2879321

Timestamp:
03/13/2023 06:49:42 PM (17 months ago)
Author:
rudlinkon
Message:

Update to version 2.2.0 from GitHub

Location:
myaliceai
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • myaliceai/tags/2.2.0/includes/myalice-dashboard-templates-and-scripts.php

    r2821376 r2879321  
    7575
    7676            $(document).on('click', '#deactivate-myaliceai', function (e) {
    77                 e.preventDefault();
    78 
    79                 alice_feedback_modal.fadeIn();
     77                if ($(this).text() !== 'Network Deactivate') {
     78                    e.preventDefault();
     79
     80                    alice_feedback_modal.fadeIn();
     81                }
    8082            }).on('click', '.alice-modal-close, .alice-modal-bg', function (e) {
    8183                e.preventDefault();
  • myaliceai/tags/2.2.0/languages/myaliceai.pot

    r2821376 r2879321  
    1 # Copyright (C) 2022 Alice Labs
     1# Copyright (C) 202 Alice Labs
    22# This file is distributed under the GPL-2.0+.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: MyAlice 2.1.0\n"
     5"Project-Id-Version: MyAlice 2..0\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/myaliceai\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2022-11-21T09:01:29+00:00\n"
     12"POT-Creation-Date: 202+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.6.0\n"
  • myaliceai/tags/2.2.0/myaliceai.php

    r2821376 r2879321  
    44 * Plugin URI:        https://app.getalice.ai/
    55 * Description:       Alice is a Multi-Channel customer service platform for your e-commerce store or online business that centralises all customer interactions and helps to manage and automate customer support.
    6  * Version:           2.1.0
    7  * WC tested up to:   7.1
     6 * Version:           2..0
     7 * WC tested up to:   7.
    88 * Author:            Alice Labs
    99 * Author URI:        https://myalice.ai/
     
    5151
    5252if ( ! defined( 'ALICE_VERSION' ) ) {
    53     define( 'ALICE_VERSION', '2.1.0' );
     53    define( 'ALICE_VERSION', '2..0' );
    5454}
    5555
  • myaliceai/tags/2.2.0/readme.txt

    r2821376 r2879321  
    55Requires at least: 5.0
    66Tested up to: 6.1
    7 Stable tag: 2.1.0
     7Stable tag: 2..0
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    129129
    130130
     131
     132
     133
     134
     135
    131136= 2.1.0 – 21/11/2022 =
    132137* Added: Brand New Live Chat
  • myaliceai/trunk/includes/myalice-dashboard-templates-and-scripts.php

    r2821376 r2879321  
    7575
    7676            $(document).on('click', '#deactivate-myaliceai', function (e) {
    77                 e.preventDefault();
    78 
    79                 alice_feedback_modal.fadeIn();
     77                if ($(this).text() !== 'Network Deactivate') {
     78                    e.preventDefault();
     79
     80                    alice_feedback_modal.fadeIn();
     81                }
    8082            }).on('click', '.alice-modal-close, .alice-modal-bg', function (e) {
    8183                e.preventDefault();
  • myaliceai/trunk/languages/myaliceai.pot

    r2821376 r2879321  
    1 # Copyright (C) 2022 Alice Labs
     1# Copyright (C) 202 Alice Labs
    22# This file is distributed under the GPL-2.0+.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: MyAlice 2.1.0\n"
     5"Project-Id-Version: MyAlice 2..0\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/myaliceai\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2022-11-21T09:01:29+00:00\n"
     12"POT-Creation-Date: 202+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.6.0\n"
  • myaliceai/trunk/myaliceai.php

    r2821376 r2879321  
    44 * Plugin URI:        https://app.getalice.ai/
    55 * Description:       Alice is a Multi-Channel customer service platform for your e-commerce store or online business that centralises all customer interactions and helps to manage and automate customer support.
    6  * Version:           2.1.0
    7  * WC tested up to:   7.1
     6 * Version:           2..0
     7 * WC tested up to:   7.
    88 * Author:            Alice Labs
    99 * Author URI:        https://myalice.ai/
     
    5151
    5252if ( ! defined( 'ALICE_VERSION' ) ) {
    53     define( 'ALICE_VERSION', '2.1.0' );
     53    define( 'ALICE_VERSION', '2..0' );
    5454}
    5555
  • myaliceai/trunk/readme.txt

    r2821376 r2879321  
    55Requires at least: 5.0
    66Tested up to: 6.1
    7 Stable tag: 2.1.0
     7Stable tag: 2..0
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    129129
    130130
     131
     132
     133
     134
     135
    131136= 2.1.0 – 21/11/2022 =
    132137* Added: Brand New Live Chat
Note: See TracChangeset for help on using the changeset viewer.