Plugin Directory

Changeset 2118016


Ignore:
Timestamp:
07/05/2019 10:08:07 AM (7 years ago)
Author:
activechat
Message:

The version of CSS file was updated

Location:
activechat-ai/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • activechat-ai/trunk/index.php

    r2117611 r2118016  
    44  Plugin URI:  https://activechat.ai/manuals/e-commerce-chatbots/wordpress-plugin/
    55  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.6
     6  Version:     1.0.7
    77  Author:      ActiveChat
    88  Author URI:  https://activechat.ai/
     
    2828include_once("include/unistall.php");
    2929include_once("include/track.php");
    30 wp_register_style('namespace',  plugin_dir_url(__FILE__) . 'include/css/styleadmin.css');
     30wp_register_style('namespace',  plugin_dir_url(__FILE__) . 'include/css/styleadmin.css', '', '1.1');
    3131wp_enqueue_style('namespace');
    3232
  • activechat-ai/trunk/readme.txt

    r2117611 r2118016  
    44Requires at least: 2.3
    55Tested up to: 5.1.1
    6 Stable tag: 1.0.6
    7 Version: 1.0.6
     6Stable tag: 1.0.7
     7Version: 1.0.7
    88Requires PHP: 5.2.4
    99
     
    113113= 1.0.6 =
    114114Minor CSS bugs were fixed
     115= 1.0.7 =
     116The version of CSS file was updated
    115117 
    116118== Upgrade Notice ==
    117 = 1.0.6 =
    118 Minor CSS bugs were fixed
     119= 1.0.7 =
     120The version of CSS file was updated
    119121
    120122
Note: See TracChangeset for help on using the changeset viewer.