Changeset 864239
- Timestamp:
- 02/24/2014 07:16:59 PM (12 years ago)
- Location:
- activehelper-livehelp/trunk
- Files:
-
- 3 edited
-
activehelper-livehelp.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
-
sources/livehelp_lib-install.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
activehelper-livehelp/trunk/activehelper-livehelp.php
r864069 r864239 7 7 Plugin URI: http://www.activehelper.com 8 8 Description: 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. 19 Version: 3.2.2 10 10 Author: ActiveHelper Inc 11 11 Author URI: http://www.activehelper.com … … 784 784 ' . __('Version', 'activehelper_livehelp') . ' 785 785 </td><td class="b"> 786 ' . __('3.2. 1', 'activehelper_livehelp') . '786 ' . __('3.2.2', 'activehelper_livehelp') . ' 787 787 </td></tr></tbody></table> 788 788 <table><tbody><tr><td class="first t"> -
activehelper-livehelp/trunk/readme.txt
r864069 r864239 4 4 Requires at least: 3.2 5 5 Tested up to: 3.8.1 6 Stable tag: 3.2. 06 Stable tag: 3.2.2 7 7 8 8 ActiveHelper LiveHelp is a powerful Live Chat Server Plugin for WordPress. … … 256 256 * Fixed Missing files 257 257 258 = 3.2.2 = 259 * Fixed Missing files on the update 258 260 259 261 … … 399 401 = 3.2.1 = 400 402 * 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 2 2 /** 3 3 * @package ActiveHelper Live Help 4 * @Version 3.2. 14 * @Version 3.2.2 5 5 */ 6 6 … … 925 925 926 926 } 927 928 if ($database_version == "3.2.2") { 929 930 $database_version = "3.2.2"; 931 932 } 933 927 934 } 928 935
Note: See TracChangeset
for help on using the changeset viewer.