Plugin Directory

Changeset 3234311


Ignore:
Timestamp:
02/03/2025 10:23:51 PM (14 months ago)
Author:
cmarcet
Message:

Create tag 1.4.0

Location:
agent700-ai-chat/tags/1.4.0/trunk
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • agent700-ai-chat/tags/1.4.0/trunk/agent700-ai-chat.php

    r3234305 r3234311  
    44Plugin URI: https://agent700.ai/
    55Description: Connect your WordPress site with Agent 700 AI for intelligent product assistance via live chat.
    6 Version: 1.4
     6Version: 1.4.0
    77Requires at least: 6.7
    88Requires PHP: 7.2
     
    2020{
    2121    if (get_option('agent700_agent_id')) {
    22         wp_enqueue_style('agent700-styles', home_url('/wp-content/plugins/agent700-ai-chat/styles/styles.css'), array(), '1.3');
    23         wp_enqueue_script('agent700-chat', home_url('/wp-content/plugins/agent700-ai-chat/scripts/agent-chat.js'), array(), '1.3', true);
     22        wp_enqueue_style('agent700-styles', home_url('/wp-content/plugins/agent700-ai-chat/styles/styles.css'), array(), '1.4.0');
     23        wp_enqueue_script('agent700-chat', home_url('/wp-content/plugins/agent700-ai-chat/scripts/agent-chat.js'), array(), '1.4.0', true);
    2424    }
    2525}
     
    6666    if ($hook_suffix === 'settings_page_agent700_chat_settings') {
    6767        wp_enqueue_media();
    68         wp_enqueue_script('agent700-admin-scripts', plugins_url('scripts/agent-admin.js', __FILE__), array('jquery'), '1.3', true);
     68        wp_enqueue_script('agent700-admin-scripts', plugins_url('scripts/agent-admin.js', __FILE__), array('jquery'), '1.4.0', true);
    6969    }
    7070}
  • agent700-ai-chat/tags/1.4.0/trunk/readme.txt

    r3234305 r3234311  
    33Tags: AI, Chatbot, Customer Support, Product Assistance, Live Chat
    44Tested up to: 6.7
    5 Stable tag: 1.4
     5Stable tag: 1.4.0
    66License: GPLv2 or later
    77License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7575== Changelog ==
    7676
    77 = 1.4 =
     77= 1.4.0 =
    7878- Added popup layout
    7979- Added option in admin that allows selecting layout type (aside or popup)
     
    8282- Functionality fixes
    8383
    84 = 1.3 =
     84= 1.3.0 =
    8585- Added chat welcome message
    8686
    87 = 1.2 =
     87= 1.2.0 =
    8888- Bug fixing
    8989
    90 = 1.1 =
     90= 1.1.0 =
    9191- Added shortcode field (read only)
    9292- Added the ability to change the chat icon image
    9393
    94 = 1.0 =
     94= 1.0.0 =
    9595- Initial release of the plugin.
    9696- Integration with Agent 700 AI for product assistance.
     
    100100== Upgrade Notice ==
    101101
    102 = 1.0 =
     102= 1.0.0 =
    103103This is the initial release of the plugin. Upgrade to access the AI-powered chat functionality and provide intelligent product assistance to your customers.
Note: See TracChangeset for help on using the changeset viewer.