Plugin Directory

Changeset 864239


Ignore:
Timestamp:
02/24/2014 07:16:59 PM (12 years ago)
Author:
activehelper
Message:

3.2.2

  • Fixed Missing files on the update
Location:
activehelper-livehelp/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • activehelper-livehelp/trunk/activehelper-livehelp.php

    r864069 r864239  
    77Plugin URI: http://www.activehelper.com
    88Description: Provide superior service by real time chat with your website visitors and interact them through your website. Create a more efficient connection with your website visitors, increase your sales and customer satisfaction.
    9 Version: 3.2.1
     9Version: 3.2.2
    1010Author: ActiveHelper Inc
    1111Author URI: http://www.activehelper.com
     
    784784                                ' . __('Version', 'activehelper_livehelp') . '
    785785                            </td><td class="b">
    786                                 ' . __('3.2.1', 'activehelper_livehelp') . '
     786                                ' . __('3.2.2', 'activehelper_livehelp') . '
    787787                            </td></tr></tbody></table>
    788788                            <table><tbody><tr><td class="first t">
  • activehelper-livehelp/trunk/readme.txt

    r864069 r864239  
    44Requires at least: 3.2
    55Tested up to: 3.8.1
    6 Stable tag: 3.2.0
     6Stable tag: 3.2.2
    77
    88ActiveHelper LiveHelp is a powerful Live Chat Server Plugin for WordPress.
     
    256256* Fixed Missing files
    257257
     258= 3.2.2 =
     259* Fixed Missing files on the update
    258260
    259261
     
    399401= 3.2.1 =
    400402* Fixed Missing files
     403
     404= 3.2.2 =
     405* Fixed Missing files on the update
  • activehelper-livehelp/trunk/sources/livehelp_lib-install.php

    r864069 r864239  
    22/**
    33 * @package ActiveHelper Live Help
    4  * @Version 3.2.1
     4 * @Version 3.2.2
    55 */
    66
     
    925925     
    926926   }
     927   
     928    if ($database_version == "3.2.2") {
     929     
     930     $database_version = "3.2.2";
     931     
     932   }
     933   
    927934 }
    928935 
Note: See TracChangeset for help on using the changeset viewer.