Plugin Directory

Changeset 864069


Ignore:
Timestamp:
02/24/2014 01:36:06 PM (12 years ago)
Author:
activehelper
Message:

3.2.1

  • Fixed Missing files
Location:
activehelper-livehelp/trunk
Files:
2 added
3 edited

Legend:

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

    r862410 r864069  
    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.0
     9Version: 3.2.1
    1010Author: ActiveHelper Inc
    1111Author URI: http://www.activehelper.com
     
    784784                                ' . __('Version', 'activehelper_livehelp') . '
    785785                            </td><td class="b">
    786                                 ' . __('3.2.0', 'activehelper_livehelp') . '
     786                                ' . __('3.2.1', 'activehelper_livehelp') . '
    787787                            </td></tr></tbody></table>
    788788                            <table><tbody><tr><td class="first t">
  • activehelper-livehelp/trunk/readme.txt

    r862410 r864069  
    253253* Other small improvements and bug fixes
    254254
     255= 3.2.1 =
     256* Fixed Missing files
     257
     258
    255259
    256260== Upgrade Notice ==
     
    393397* Other small improvements and bug fixes
    394398
     399= 3.2.1 =
     400* Fixed Missing files
  • activehelper-livehelp/trunk/sources/livehelp_lib-install.php

    r862410 r864069  
    22/**
    33 * @package ActiveHelper Live Help
    4  * @Version 3.2.0
     4 * @Version 3.2.1
    55 */
    66
     
    919919     
    920920   }
     921   
     922   if ($database_version == "3.2.0") {
     923     
     924     $database_version = "3.2.1";
     925     
     926   }
    921927 }
    922928 
Note: See TracChangeset for help on using the changeset viewer.