Plugin Directory

Changeset 3021543

Timestamp:
01/14/2024 01:53:25 PM (7 months ago)
Author:
rudlinkon
Message:

Update to version 2.4.1 from GitHub

Location:
myaliceai
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • myaliceai/tags/2.4.1/myaliceai.php

    r2990362 r3021543  
    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.4.0
    7  * WC tested up to:   8.2
     6 * Version:           2.4.
     7 * WC tested up to:   8.
    88 * Author:            Alice Labs
    99 * Author URI:        https://myalice.ai/
     
    5151
    5252if ( ! defined( 'ALICE_VERSION' ) ) {
    53     define( 'ALICE_VERSION', '2.4.0' );
     53    define( 'ALICE_VERSION', '2.4.' );
    5454}
    5555
     
    6767    'allow_product_view_api' => 1,
    6868    'allow_cart_api'         => 1,
    69     'show_chatbox'           => 'all'
     69    'show_chatbox'           => 'all',
     70    'shows_on'               => []
    7071] );
    7172
  • myaliceai/tags/2.4.1/readme.txt

    r2990362 r3021543  
    55Requires at least: 5.0
    66Tested up to: 6.4
    7 Stable tag: 2.4.0
     7Stable tag: 2.4.
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    129129
    130130
     131
     132
     133
     134
     135
    131136= 2.4.0 – 07/11/2023 =
    132137* Added: New settings options to select the pages where the chat widget wants to show
  • myaliceai/trunk/myaliceai.php

    r2990362 r3021543  
    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.4.0
    7  * WC tested up to:   8.2
     6 * Version:           2.4.
     7 * WC tested up to:   8.
    88 * Author:            Alice Labs
    99 * Author URI:        https://myalice.ai/
     
    5151
    5252if ( ! defined( 'ALICE_VERSION' ) ) {
    53     define( 'ALICE_VERSION', '2.4.0' );
     53    define( 'ALICE_VERSION', '2.4.' );
    5454}
    5555
     
    6767    'allow_product_view_api' => 1,
    6868    'allow_cart_api'         => 1,
    69     'show_chatbox'           => 'all'
     69    'show_chatbox'           => 'all',
     70    'shows_on'               => []
    7071] );
    7172
  • myaliceai/trunk/readme.txt

    r2990362 r3021543  
    55Requires at least: 5.0
    66Tested up to: 6.4
    7 Stable tag: 2.4.0
     7Stable tag: 2.4.
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    129129
    130130
     131
     132
     133
     134
     135
    131136= 2.4.0 – 07/11/2023 =
    132137* Added: New settings options to select the pages where the chat widget wants to show
Note: See TracChangeset for help on using the changeset viewer.