Plugin Directory

Changeset 2904080


Ignore:
Timestamp:
04/25/2023 07:29:53 PM (3 years ago)
Author:
agendavirtual
Message:

v2.2.3

Location:
smartchat/trunk
Files:
3 edited

Legend:

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

    r2904067 r2904080  
    1919#smc-submit{
    2020    border-radius: 0 8px 8px 0;
     21    color: #ffffff;
     22    padding-top: 15px;
     23    padding-right: 26px;
     24    padding-bottom: 15px;
     25    padding-left: 26px;
     26    font-size: 1rem;
     27    line-height: 1em;
     28    background-color: #046bd2;
    2129}
    2230
     
    166174
    167175.smc-chat .smc-chat-history ul {
    168     padding-bottom: 55px;
     176    padding-bottom: 70px;
    169177}
    170178
     
    259267}
    260268.smc-box-chat-log {
    261     margin: 0 0 15px 20px;
    262 }
     269    margin: 0;
     270    padding: 0 15px 0 15px;
     271}
  • smartchat/trunk/readme.txt

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

    r2904067 r2904080  
    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.2
     6Version: 2.2.3
    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.2' );
     24    wp_enqueue_style( 'smartchat-style', plugin_dir_url( __FILE__ ) . 'public/css/smartchat.css', array(), '1.6.3' );
    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.