Plugin Directory

Changeset 2904095


Ignore:
Timestamp:
04/25/2023 08:25:52 PM (3 years ago)
Author:
agendavirtual
Message:

v2.2.4

Location:
smartchat/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • smartchat/trunk/public/css/smartchat.css

    r2904080 r2904095  
    3333    padding: 6px 12px;
    3434    border-radius: 8px 0 0 8px;
     35    min-height: 0;
    3536}
    3637
     
    208209    display: inline-block;
    209210    position: relative;
    210     margin: 15px 15px 0 40px;
     211    margin: 15px 0 0 40px;
    211212}
    212213
     
    270271    padding: 0 15px 0 15px;
    271272}
     273@media screen and (max-width: 415px) {
     274    .virtual-assistant-box {
     275        width: 100%;
     276        bottom: 100px;
     277        right: 0px;
     278    }
     279    .smc-chat-message.smc-clearfix.smc-bottom-chat {
     280        width: 100%;
     281        bottom: 104px;
     282        right: 7px;
     283    }
     284}
  • smartchat/trunk/readme.txt

    r2904080 r2904095  
    66Requires at least: 4.7
    77Tested up to: 6.2
    8 Stable tag: 2.2.3
     8Stable tag: 2.2.4
    99Requires PHP: 5.6
    1010License: GPLv2 or later
  • smartchat/trunk/smartchat.php

    r2904080 r2904095  
    44Plugin URI: https://smartchat.agendavirtual.net
    55Description: Transforme a interação com seus clientes com nosso incrível plugin de assistente virtual, que utiliza a inteligência artificial do ChatGPT para fornecer respostas precisas e eficientes em tempo real. Insira facilmente informações importantes para que a assistente virtual possa personalizar as respostas de acordo com as necessidades dos usuários e aprimorar a experiência do cliente.
    6 Version: 2.2.3
     6Version: 2.2.4
    77Author: Smartchat
    88Author URI: https://smartchat.agendavirtual.net
     
    2222    wp_enqueue_script( 'bootstrap-script', plugin_dir_url( __FILE__ ) . 'public/js/bootstrap.bundle.min.js', array( 'jquery' ) );
    2323    wp_enqueue_script( 'smartchat-script', plugin_dir_url( __FILE__ ) . 'public/js/smartchat-script.js', array( 'bootstrap-script' ), '2.1.1', true );
    24     wp_enqueue_style( 'smartchat-style', plugin_dir_url( __FILE__ ) . 'public/css/smartchat.css', array(), '1.6.3' );
     24    wp_enqueue_style( 'smartchat-style', plugin_dir_url( __FILE__ ) . 'public/css/smartchat.css', array(), '1.6.4' );
    2525    wp_enqueue_style( 'smartchat-script', 'https://use.fontawesome.com/releases/v5.3.1/css/all.css');
    2626
Note: See TracChangeset for help on using the changeset viewer.