Changeset 1736448
- Timestamp:
- 09/26/2017 04:49:10 PM (9 years ago)
- Location:
- clientity-chatbot/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
clientity-chatbot.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clientity-chatbot/trunk/README.txt
r1736430 r1736448 39 39 40 40 41 42 == Screenshots == 43 44 1. Así queda la ventana de chat del bot en tu web 45 2. Panel de control de usuarios de Clientity 46 3. Accede a los contactos que va consiguiendo el bot 47 4. Configura preguntas y respuestas frecuentes para responder a tus visitantes 48 -
clientity-chatbot/trunk/clientity-chatbot.php
r1736430 r1736448 5 5 Description: Chatbot to convert visits into leads 6 6 Author: Clientity 7 Version: 1.0. 57 Version: 1.0.6 8 8 */ 9 9 … … 14 14 15 15 if ( ! defined( 'CLIENTITY_PLUGIN_NAME' ) ) define( 'CLIENTITY_PLUGIN_NAME', 'clientity-chatbot' ); 16 if ( ! defined( 'CLIENTITY_PLUGIN_VERSION' ) ) define( 'CLIENTITY_PLUGIN_VERSION', '1.0. 5' );16 if ( ! defined( 'CLIENTITY_PLUGIN_VERSION' ) ) define( 'CLIENTITY_PLUGIN_VERSION', '1.0.6' ); 17 17 18 18
Note: See TracChangeset
for help on using the changeset viewer.