Changeset 864069
- Timestamp:
- 02/24/2014 01:36:06 PM (12 years ago)
- Location:
- activehelper-livehelp/trunk
- Files:
-
- 2 added
- 3 edited
-
activehelper-livehelp.php (modified) (2 diffs)
-
images/unanswered.png (added)
-
readme.txt (modified) (2 diffs)
-
sources/livehelp_lib-install.php (modified) (2 diffs)
-
sources/livehelp_unanswered-chats.php (added)
Legend:
- Unmodified
- Added
- Removed
-
activehelper-livehelp/trunk/activehelper-livehelp.php
r862410 r864069 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. 09 Version: 3.2.1 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. 0', 'activehelper_livehelp') . '786 ' . __('3.2.1', 'activehelper_livehelp') . ' 787 787 </td></tr></tbody></table> 788 788 <table><tbody><tr><td class="first t"> -
activehelper-livehelp/trunk/readme.txt
r862410 r864069 253 253 * Other small improvements and bug fixes 254 254 255 = 3.2.1 = 256 * Fixed Missing files 257 258 255 259 256 260 == Upgrade Notice == … … 393 397 * Other small improvements and bug fixes 394 398 399 = 3.2.1 = 400 * Fixed Missing files -
activehelper-livehelp/trunk/sources/livehelp_lib-install.php
r862410 r864069 2 2 /** 3 3 * @package ActiveHelper Live Help 4 * @Version 3.2. 04 * @Version 3.2.1 5 5 */ 6 6 … … 919 919 920 920 } 921 922 if ($database_version == "3.2.0") { 923 924 $database_version = "3.2.1"; 925 926 } 921 927 } 922 928
Note: See TracChangeset
for help on using the changeset viewer.