Changeset 2118016
- Timestamp:
- 07/05/2019 10:08:07 AM (7 years ago)
- Location:
- activechat-ai/trunk
- Files:
-
- 2 edited
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
activechat-ai/trunk/index.php
r2117611 r2118016 4 4 Plugin URI: https://activechat.ai/manuals/e-commerce-chatbots/wordpress-plugin/ 5 5 Description: Activechat.ai - smart multichannel chatbots and live chat - is a free plugin for WordPress which allows users to easily integrate their Activechat bots to any WordPress website with zero bot training or code knowledge required. Pure plug’n’play experience. 6 Version: 1.0. 66 Version: 1.0.7 7 7 Author: ActiveChat 8 8 Author URI: https://activechat.ai/ … … 28 28 include_once("include/unistall.php"); 29 29 include_once("include/track.php"); 30 wp_register_style('namespace', plugin_dir_url(__FILE__) . 'include/css/styleadmin.css' );30 wp_register_style('namespace', plugin_dir_url(__FILE__) . 'include/css/styleadmin.css', '', '1.1'); 31 31 wp_enqueue_style('namespace'); 32 32 -
activechat-ai/trunk/readme.txt
r2117611 r2118016 4 4 Requires at least: 2.3 5 5 Tested up to: 5.1.1 6 Stable tag: 1.0. 67 Version: 1.0. 66 Stable tag: 1.0.7 7 Version: 1.0.7 8 8 Requires PHP: 5.2.4 9 9 … … 113 113 = 1.0.6 = 114 114 Minor CSS bugs were fixed 115 = 1.0.7 = 116 The version of CSS file was updated 115 117 116 118 == Upgrade Notice == 117 = 1.0. 6=118 Minor CSS bugs were fixed119 = 1.0.7 = 120 The version of CSS file was updated 119 121 120 122
Note: See TracChangeset
for help on using the changeset viewer.