Plugin Directory

Changeset 1736448


Ignore:
Timestamp:
09/26/2017 04:49:10 PM (9 years ago)
Author:
clientity
Message:

Added screenshots

Location:
clientity-chatbot/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • clientity-chatbot/trunk/README.txt

    r1736430 r1736448  
    3939
    4040
     41
     42== Screenshots ==
     43
     441. Así queda la ventana de chat del bot en tu web
     452. Panel de control de usuarios de Clientity
     463. Accede a los contactos que va consiguiendo el bot
     474. Configura preguntas y respuestas frecuentes para responder a tus visitantes
     48
  • clientity-chatbot/trunk/clientity-chatbot.php

    r1736430 r1736448  
    55Description: Chatbot to convert visits into leads
    66Author: Clientity
    7 Version: 1.0.5
     7Version: 1.0.6
    88*/
    99
     
    1414
    1515if ( ! defined( 'CLIENTITY_PLUGIN_NAME' ) ) define( 'CLIENTITY_PLUGIN_NAME', 'clientity-chatbot' );
    16 if ( ! defined( 'CLIENTITY_PLUGIN_VERSION' ) ) define( 'CLIENTITY_PLUGIN_VERSION', '1.0.5' );
     16if ( ! defined( 'CLIENTITY_PLUGIN_VERSION' ) ) define( 'CLIENTITY_PLUGIN_VERSION', '1.0.6' );
    1717
    1818
Note: See TracChangeset for help on using the changeset viewer.