2.46v

1. Option to disable iframes rendering. It just increases security in some cases.
2. href links in co-browsing will be replaced with javascript:void(0), so in order operator to click invalid link he will have to type it manually.

execute doc/update_db/update_121.sql for update

2.45v

1. Admin themes
execute doc/update_db/update_120.sql for update

2.44v

1. Rest API Initial version

execute doc/update_db/update_119.sql for update

2.43v

1. Chat lists will have option to filter by product
2. Chat's widgets can be filtered by product
3. Custom field in users account which would be used instead of Name surname if filled.

execute doc/update_db/update_118.sql for update

2.42v

1. Product concept, few products can be assigned to single department [Sponsored]
2. Passwords are stored using password_hash function. [Improved security]
3. Cleanup user part [General]
4. 5.4 PHP required
5. https://github.com/LiveHelperChat/livehelperchat/issues/789
6. Option to securely encrypt passed data to additional form data. [Sponsored]
7. Paid chats concept, tutorial article is comming. [Sponsored]

execute doc/update_db/update_117.sql for update

2.41v

1. New statistic - unanswered chats. Chat becames unanswered if

a. User starts chat and there is message field and chat is pending.
b. Operator accepts a chat but visitor has already closed chat widget chat remains unanswered.
c. If chat started in proactive mode and user filled message and chat is not accepted yet.
d. Unanswered chat flag is removed.

2. User row has 3 additional attributes which can be used for extensions.
attr_int_1
attr_int_2
attr_int_3

execute doc/update_db/update_116.sql for update

2.40v
1. Option to force close chat on widget close button. At the moment it just closes widget. But on operator side there is no indication for that. 
2. Custom field for sort priority
3. https://github.com/LiveHelperChat/livehelperchat/issues/800
4. https://github.com/LiveHelperChat/livehelperchat/issues/810
5. https://github.com/LiveHelperChat/livehelperchat/issues/803
6. https://github.com/LiveHelperChat/livehelperchat/issues/796

execute doc/update_db/update_115.sql for update

2.39v

1. https://github.com/LiveHelperChat/livehelperchat/issues/772 - option in theme to define optional field which would be visible in department
2. https://github.com/LiveHelperChat/livehelperchat/issues/715
3. One more time new chat messages interface. Messages can be styled in theme editing window.
4. Option to turn off/on voting thumbs
5. Option to have custom text instaed of Department. Let say location.

execute doc/update_db/update_114.sql for update

2.38v

1. https://github.com/LiveHelperChat/livehelperchat/issues/771
2. Option to enable disable need help widget directly from theme.

execute doc/update_db/update_113.sql for update

2.37v

1. User can drag and sort frontpage widgets as he wants. Widgets order and what widgets user can see are based on user individually.
2. Canned messages are sorted by position and title now.
3. Other small UX updates.

execute doc/update_db/update_112.sql for update

2.36v

1. User activity tracking on site enhancements. New tab in settings "Visitor activity"

execute doc/update_db/update_111.sql for update

2.35v

1. Option to have a survey at the end of chat. This mode is written in flexible way so most likely it will be mutch more improved over time. At the moment only stars evaluation at the end of chat is possible
2. New icons - https://www.google.com/design/icons/
3. Left menu
4. In start chat you can enable automatic start chat as soon visitors types atleast one key.
5. And various others UX and performance improvements.
6. For update just follow standard update procedure For manual update it's update_110.sql

execute doc/update_db/update_110.sql for update

2.34v

1. Unfilled forms fields will be highlighted
2. Security improvements
3. Option to prefill custom fields which were added from back office.
4. https://github.com/LiveHelperChat/livehelperchat/issues/701
5. https://github.com/LiveHelperChat/livehelperchat/issues/700
6. https://github.com/LiveHelperChat/livehelperchat/issues/699
7. https://github.com/LiveHelperChat/livehelperchat/issues/694
8. Tooltips changed to bootstrap popovers
9. https://github.com/LiveHelperChat/livehelperchat/issues/702
10. Translations won't translate BBCode

There is no required database update for this release.

2.33v

1. Transfered chats as widget.
2. Updates required for XMPP support.
3. New algorithm for sound and notifications. Sound stops after pending chat is gone.
4. Option to delete pending chat instantly.
5. Position queue. https://github.com/LiveHelperChat/livehelperchat/issues/635
6. Option to set automatically checkd Terms Of Service checkbox
7. Desktop client will show only only visitors which user has permission to see.
8. E-mail templates supports {chat_id}
9. Permission UX https://github.com/LiveHelperChat/livehelperchat/issues/690
10. Optimizations for excel generation https://github.com/LiveHelperChat/livehelperchat/pull/688
11. Option to hide right column in frontpage.
12. Department XMPP recipients column change to text https://github.com/LiveHelperChat/livehelperchat/issues/686
13. Statistic improvements.

There is no required database update for this release.

2.32v

1. Brand new dashboard. Sponsored feature...
2. Few optimizations in back office sync calls.
3. Dashboard has new widget for department statistic.

execute doc/update_db/update_109.sql for update

2.31v

1. Option to enable only one logged user under same account in settings/settings.ini.php
Please add under "site" section 
'one_login_per_account' => false,
2. Automatic translations kept recording old translation settings.
3. Visitor will be able to see chat for rest half hour once it was closed.
4. Responsive logo
5. Collapse expand right panels
6. And a lot of other internal small changes.

execute doc/update_db/update_108.sql for update

2.30v

1. Canned messages have three additional integere attributes which can be used in extensions
2. https://github.com/LiveHelperChat/livehelperchat/issues/670
3. Canned messages now has fallback option. Let say if original message does not have a replacable variable canned message will be the fallback one.
4. In custom form fields there is new field "Field identifier" it can be used in canned messages.
5. A lot of override options. Usefull for extesnions.
6. Bunch of dispatches events around a places. Just gives more flexibility without overriding all module file.

execute doc/update_db/update_107.sql for update

2.29v

1. One more flow of internal changes and flexibility enhancements. Basically while building commercial plugins I'm extending core with more templates overrides and 
events
2. Three new attributes in departments which can be used in extensions.
3. Few fixed regarding user arguments variables. It was lost during form submitting. It was effecting only extensions.
4. Custom forms field can be managed from back office. Basically admin can add custom fields directly from back office. No need to use Javascript.

execute doc/update_db/update_106.sql for update

2.28v

1. Internal changes regarding co-browsing. Support for co-browsing session based on online visitor. These changes were done to allow plugin initiate co-browsing session without a chat. This is pure for extensions purposes. No UX changes.
2. NodeJS-Helper plugin update, chat became offline if no actions were processed for online timeout period. This happened only if NodeJS with publish notifications were used.
3. Chat start chat will have automatic height for first time. UX improvement 

execute doc/update_db/update_105.sql for update

2.27v

1. Autologin module. Read site how to use it. It's simplifies integration with third party CMS. By default it's turned off.
Example also available at doc/autologin/autologin.php
This module was sponsored by the way.

2. And a lot of templates split's in order for automated hosting to allow easier enable disable features
 
execute doc/update_db/update_104.sql for update

2.26v

1. Widget theme has new tab where you can enter most important text.
2. SMTP failing sending if forgot password window.
3. Separation templates based on features. It's all hard work because of upcomming new Automated hosting version.
4. Offline text styling then operator are offline. Just language select was taking a whole space.
5. Theme variable was not passed on some cases.

execute doc/update_db/update_103.sql for update

2.25v

1. Posibility to disable groups. Thats the only stuff will be done regarding https://github.com/LiveHelperChat/livehelperchat/issues/626
2. Company name for theme. https://github.com/LiveHelperChat/livehelperchat/issues/644
3. Option to provide chatbox name. E.g 
For page embed code
var LHCChatboxOptionsEmbed = {identifier:'default','nick':'remdex44','chatbox_name' : 'custom name'};
For standard widget
var LHCChatboxOptions = {identifier:'default',status_text:'Chatbox','nick':'remdex44','disable_nick_change':true,'chatbox_name' : 'custom name right'};
https://github.com/LiveHelperChat/livehelperchat/issues/643

4. System messages won't be shown in messages send to user
https://github.com/LiveHelperChat/livehelperchat/issues/645

5. Co-Browsing now does not require dedicated sub-domain. It can use same domain sub-locations. This will save some users funds like they won't have to buy ssl for sub-domain
See doc/node_servers/cobrowsing

6. Operator now has ability to request permission to selected module. [Sponsored]

7. Many parts were splitted into separte templates to prepare for new features in automated hosting [Sponsored]

execute doc/update_db/update_102.sql for update

2.24v

Sponsored release
1. Automatic messages translations using Bing or Google translations service.
2. Futher Bootstrap fixes. Were missing some places with old foundation 4 syntax.
3. A little bit refactored chat window. Removed subtabs.
4. Microphone settings moved to actions block and in it's place added automatic translations button.
5. Allow operators to chat even if they do not have permission to open others operators chats. https://forum.livechat.guimun.com/viewtopic.php?id=1019
6. Right columns nicer interface
7. Co-Browsing scroll sync stopped to work after jQuery update. Switched to native JS API

execute doc/update_db/update_101.sql for update

2.23v

1. Integrated webpack, bower, gulp and other fancy stuff.
2. LHC was migrated to Bootstrap v3.3.2. I had tough choise decing stay with Foundation or use Bootstrap, but for systems Bootstrap just is more nicer.
3. A lot of code rewrite, CSS cleanup and so on.

2.22v

1. All Javascript's is now compressed.
2. Option to set notes for online user. If you click first user icon in popup the last tab will be notes. https://github.com/LiveHelperChat/livehelperchat/issues/613
3. Delete, Close icons will represents actual user permissions. https://github.com/LiveHelperChat/livehelperchat/issues/614
4. Online users list will have lest icons in last column.
5. New maxmind database for countries
6. Identifier variable for forms.
7. Option to force to use user e-mail as from address in e-mail templates. Use with caution because most cases Gmail could consider mails as spam. But usefull with integration with third party ticket systems.
8. Option to set how many times repeat autoresponder message. This can be set in proactive invitation and autoresponder itself also.
9. Map icon click will open full size Modal window instead of Marker popup.
10. Embed code generation window will check that domain would not contain protocol.

execute doc/update_db/update_100.sql for update

2.21v

1. Option to change front page tabs order in chat configuraiton section. (Misc)
https://github.com/LiveHelperChat/livehelperchat/issues/593
2. Option to set Sender e-mail for all aplication.
https://github.com/LiveHelperChat/livehelperchat/issues/598

execute doc/update_db/update_99.sql for update

2.20v

1. Speech to text support. Only google chrome at the moment has this hTML5 API
2. Theme variable was not forwarded internally. (During read operator message action)
3. Relative position for iframe. Some sites are using nonsense iframe positions.
4. Operator typing issue was fixed. Operator typing message was shown and was not shown again even if operator was still typing
5. Text preview position was changed.
6. Various co-browsing improvements.

execute doc/update_db/update_98.sql for update


2.19v

1. More attributes for themes
Restore, Popup, Close, Miminize images
Hide close, Hide popup options in theme.
Header widget height and padding options
Main widget border width option

2. Cookie conflict fix with third party libraries

3. Now operator can follow user scrollbar position

execute doc/update_db/update_97.sql for update

2.18v

Co-Browsing enhancement release part 2
1. Select box change will be synced to user browser also.
2. If your site is using jQuery JS library highligh elements selection will be more precise. 99.99% of accuracy. 
3. User actions on forms will be synced to operator browser. That means while user is filling a form you will see what fields he fills instantly, 
what checkboxes checks and so on. This feature requires jQuery JS library on remote site.
4. You can choose to execute or not javascript on Operator Co-Browsing window. Option available in Co-Browsing options.

execute doc/update_db/update_96.sql for update

2.17v

Co-Browsing enhancement release

1. Now from co-browsing window you can highligh elements. Just click left mouse cursor on desirable element.
2. If you click link hodling CTRL browser on user side will click this element to. This means you can navigate user browser where you want.
3. At top bar there is now network icon. If you click it you can navigate user preciselly to URL you want. You can navigate user to another url also from chat window. There is new icon for that
4. You can fill some of the forms fields by holding CTRL+Left mouse click. As field becames with blue shadow you can fill text fields on visitor browser directly. Fill forms for users :)
5. NodeJs server for Co-Browsing was updated.
6. You can can allow user to see your mouse pointer on his screen.
7. You can force user browser to scroll to highlighted element by checking checkbox at top.
8. Operator Co-Browser window will represent exact view of user browser. This is required to match mouse positions.

execute doc/update_db/update_95.sql for update

2.16v

Release with one mega feature. Co-Browsing - see exactly what your users see and help them to navigate.

1. This feature works even on standard server without special software. But if you want to use at it's maximum runing node server is required.
Inspiration come from, without these libraries it would be impossible to do all that :)
https://code.google.com/p/mutation-summary/
https://github.com/abbakym/mutationsummary-cobrowsing-experiment
http://teft.deviantart.com/art/Obsidian-Cursor-set-78972293

execute doc/update_db/update_94.sql for update

2.15v

1. Option to choose auto responder for specific department.
https://github.com/LiveHelperChat/livehelperchat/issues/547

2. Option to allow send file in offline chat form
https://github.com/LiveHelperChat/livehelperchat/issues/370

3. Instead of banning e-mails which are very easy to fake, there is option to ban not only single ip but also IP ranges.
https://github.com/LiveHelperChat/livehelperchat/issues/546

4. Will be recorded time when user has left a chat
https://github.com/LiveHelperChat/livehelperchat/issues/535

5. Adjusted position of user typing text indicator
https://github.com/LiveHelperChat/livehelperchat/issues/532

5. Posibility to edit main chat information. At the moment only user nick and e-mail address
https://github.com/LiveHelperChat/livehelperchat/issues/504

execute doc/update_db/update_93.sql for update

2.14v

This release is maintenence release with few enhancements

1. Option to pass identifier. It can be either some specific value or if not provided it will be referer URL.
Also new variable in template can be used {url_view} it will be link to filled form view instead of download link.
https://github.com/LiveHelperChat/livehelperchat/issues/563
2. Chat window in browsing information tab will show is user on page still or not. Option "Track is user still on site, chat status checks also has to be enabled" has to be enabled.
3. Different message will be shown then user starts chat from chat popup instead of chat widget. Like then user navigates to another window from widget it's shown URL to which he navigated. Then user decides to open popup for chat it will be different message.
4. Invitation to chat will also pay attention to additional fields attributes. https://github.com/LiveHelperChat/livehelperchat/issues/540
5. Proactive messages retargeting. In returning message field you can enter {nick}, if we will find a previous chat associated with this online user, nick from previous chat will be used if not proactive invitation nick field value will be used. 
https://github.com/LiveHelperChat/livehelperchat/issues/544

execute doc/update_db/update_92.sql for update

2.13v

This realease is maintenence release with a lot of small changes.

1. Updated xml module to return unread chats list also
2. Move events for NodeJs extension
3. Changed autoload mechanism to be compatible with third party autoloads. Replace index.php file
4. XML module was missing some callbacks which are present in web interface
5. A lot of small updates to to be compatible with newest NodeJS version.
6. En https://github.com/LiveHelperChat/livehelperchat/issues/511
7. If user navigated to another page sometimes user was shown as offline, even if user was online.
8. Not required interface sync was removed in popup window.
9. Cache for emoji icons https://github.com/LiveHelperChat/livehelperchat/issues/503
10. Sound for unread messages will be played https://github.com/LiveHelperChat/livehelperchat/issues/505

There is no database update in this release. 

2.12v

1. Now you can have fully functional and working minimalistic chat start form.
2. In themes there is option to upload operator image and write your own text for operator intro.
3. Minimalistic interface settings can be configured at "Start chat form settings"
4. Fixed bug then JS produced error if no live operator status check was enabled.
5. Send button is hidden if there is only one field
6. Pressing shift+enter won't submit form.
7. If user is redirected to contact form, within chat we will save user email if it's required.
8. Implemented https://github.com/LiveHelperChat/livehelperchat/issues/499
9. Option to embed code just to track online visitors. Can be used just as JS API embed solution.
https://github.com/LiveHelperChat/livehelperchat/issues/496

execute doc/update_db/update_91.sql for update

2.11v

1. Fixed bug then department online hours was not taking effect if department ID was not provided.
https://github.com/LiveHelperChat/livehelperchat/issues/491

2. Option to setup status indication is site visitor still on site or already left a site.
https://github.com/LiveHelperChat/livehelperchat/issues/490

3. Option to export chats as XLS
https://github.com/LiveHelperChat/livehelperchat/issues/435

4. Option to write manually for what domain user is generating embed code. This is neede if you are experiencing some issue like chat is not kept while navigating through other site pages.
Personally I always recomend to write it while generating embed code.
https://github.com/LiveHelperChat/livehelperchat/issues/489

5. Extra modules will be hidden if user does not have permission to use atleast one of submodule.
https://github.com/LiveHelperChat/livehelperchat/issues/487

6. If user refreshed page message time was incorrect because user time zone was not used. It was used only for new user messages.

execute doc/update_db/update_90.sql for update

2.10v

1. Now then you are genrating code for multiple departments, or just standard code without any department. 
If user chooses offline department for him is suggested go to leave a message form. This can be turned on or off in chat configuration. 
https://github.com/LiveHelperChat/livehelperchat/issues/477
2. On devices, with lower screen width than 1024, clicking on widget will open new window.
3. Default line height was set for widgets to have same appearance across all sites.
4. Option to set department online hours in hours and minutes format. Previously it was only hours. All users who uses this function is required to update department online hours. Just resave.
https://github.com/LiveHelperChat/livehelperchat/issues/476
5. Jersey icon was missing
https://github.com/LiveHelperChat/livehelperchat/issues/478
6. Now extension can override translations also. Just create a folder translations in your extension and appropriate language file.
E.g extension/overridetranslation/translations/lt_LT/translation.ts and active extension overridetranslation, and you are ready to go.
https://github.com/LiveHelperChat/livehelperchat/issues/479
7. Online visitor pages remmebers user settings, selected department, max records to return etc...
https://github.com/LiveHelperChat/livehelperchat/issues/474
8. Core was changed to avoid warning if compiled module file is not found. Actually it's like workraound for OP Cache then file is still returned from OP Cache instead of real one.
9. Option to enable language switched at chat widget. It applies only for chat widget and start chat windows.
https://github.com/LiveHelperChat/livehelperchat/issues/469
10. Install by default will enable Geo detection using MaxMind

execute doc/update_db/update_89.sql for update

2.09v

1. https://github.com/LiveHelperChat/livehelperchat/issues/428
2. Albanian language
3. Chats duration algorithm was changes it now will calculate chat duration by this algorithm
last user message time - (chat start time + chat wait time). You can update all your chats duration by visiting chat Maintenence page.

execute doc/update_db/update_88.sql for update

2.08v

1. https://github.com/LiveHelperChat/livehelperchat/issues/422
2. https://github.com/LiveHelperChat/livehelperchat/issues/454
3. https://github.com/LiveHelperChat/livehelperchat/issues/456

execute doc/update_db/update_87.sql for update

2.07v

1. Now you can generate embed code who represents few departments at once. https://github.com/LiveHelperChat/livehelperchat/issues/427
2. https://github.com/LiveHelperChat/livehelperchat/issues/440
3. https://github.com/LiveHelperChat/livehelperchat/issues/437
4. https://github.com/LiveHelperChat/livehelperchat/issues/433
5. https://github.com/LiveHelperChat/livehelperchat/issues/421
6. Now you can set required phone in proactive chat invitation
7. Option to set required phone length in back office.

execute doc/update_db/update_86.sql for update

2.06v

1. Option to minize widget directly to bottom corner.
2. Status widget will be hidden automatically then user opens live help widget
3. Option to change border color of status widget
4. Operator will see user local time zone. Also visitor will see messages time in their local time.
5. Because of 4 feature online visitors list was a little bit restyled.
6. Minimize and restore icons will be different now to avoid confusion
7. On minimization header will stay at the same place
8. Option to pass operator ID to chat. Usefull for integrating with third party applications. Where let say each customer has assigned operator.
9. Separated template for user message. Easier to override
10. Finnish language
11. Option to edit previous visitor/operator message by pressing Up arrow, just like skype

execute doc/update_db/update_85.sql for update

2.05v

1. Option to hide/show widget copyright small logo. 16x16
2. Option to upload your own logo for small copyright logo in widget left corner.
3. Option to track online visitors then widget is not visible because operators are offline.
4. Roles permission editing window will contain checkboxes instead of combobox.
5. Disabled ssl check for curl request, window update compatibility. Thanks to softaculous
6. Translations now also are generated for chat configuration window. User requested this.

execute doc/update_db/update_84.sql for update

2.04v

1. https://github.com/LiveHelperChat/livehelperchat/issues/412
2. Option to set default theme from back office

execute doc/update_db/update_83.sql for update

2.03v

1. Option to get browser/sound notification about new visitor in online visitors list.

execute doc/update_db/update_82.sql for update

2.02v

1. https://github.com/LiveHelperChat/livehelperchat/issues/405
2. https://github.com/LiveHelperChat/livehelperchat/issues/407

Sponsored feature
3. https://github.com/LiveHelperChat/livehelperchat/issues/408

execute doc/update_db/update_81.sql for update and create a directory 
var/storagetheme - and chmod it

2.01v

1. Restyles back office a little bit. Top menu will take less space.
2. https://github.com/LiveHelperChat/livehelperchat/issues/397
3. https://github.com/LiveHelperChat/livehelperchat/issues/367
4. https://github.com/LiveHelperChat/livehelperchat/issues/401
5. https://github.com/LiveHelperChat/livehelperchat/issues/398
6. https://github.com/LiveHelperChat/livehelperchat/issues/402

execute doc/update_db/update_80.sql for update

2.00v

Features/Changes/Bugfixes
1. https://github.com/LiveHelperChat/livehelperchat/issues/396
2. https://github.com/LiveHelperChat/livehelperchat/issues/393
3. https://github.com/LiveHelperChat/livehelperchat/issues/383
4. Fixed bug then closing tab, tab was closed but user could not reopen it. Tricky part.
5. Updated chrome extension as stated in previous article
6. New module for documents sharing.
7. Updated NodeJs extension. It was used by one of the clients who had now over 3700 chats. So it's quite stable and can be used in production.
8. Forms module now has different layout, which features angularJS support. So your forms can support angular syntax.
9. Chrome extension also was updated as mentioned in one of the previous articles.
10. Changed even them message is send. Previously it was onkeyup which coused new line if enter was pressed in the middle of the message. Now it won't.
11. Changed close/resume/minimize icons.
12. Install will enable online visitors tracking and pro active installations by default now.

execute doc/update_db/update_79.sql for update and create a directory 
var/storagedocshare - and chmod it
var/tmpfiles - and chmod it

1.99v

Features/Changes/Bugfixes

1. https://github.com/LiveHelperChat/livehelperchat/issues/381
2. https://github.com/LiveHelperChat/livehelperchat/issues/382
3. https://github.com/LiveHelperChat/livehelperchat/issues/374
4. https://github.com/LiveHelperChat/livehelperchat/issues/360
5. Then user reopens chat, chat status won't be changed unless it's closed. 

execute doc/update_db/update_78.sql for update
If you are using XMPP notifications edit xmpp notifications and in "XMPP Message about accepted chat" enter
{user_name} has accepted a chat [{chat_id}]
{messages}
{url_accept}

1.98v

Features/Changes/Bugfixes

1. https://github.com/LiveHelperChat/livehelperchat/issues/381
2. https://github.com/LiveHelperChat/livehelperchat/issues/362
3. Changed map link in chat window to be compatible with new google maps version
4. Referer page will open in a new window
5. End range for form's module will be included in combobox also
6. Pure SQL queries for performance improvement in a few places. Also implemented SQL transaction in a few places.
7. Then user naviagates to another page on site to operator will be shown user status with new page.
8. https://github.com/LiveHelperChat/livehelperchat/pull/380
9. https://github.com/LiveHelperChat/livehelperchat/pull/373
10. https://github.com/LiveHelperChat/livehelperchat/pull/379
11. https://github.com/LiveHelperChat/livehelperchat/issues/375
12. Fixed bug then same chat was transfred to department multiple times was not shown.
13. https://github.com/LiveHelperChat/livehelperchat/pull/373
14. Avoid showing widget URL instead of page url, then widget is opened.
15. Now most of generic chat's list are ajax based.
16. Fixed bug then closing tab, tab was not removed from session and upon page refresh was still open.

execute doc/update_db/update_77.sql for update

1.97v

Github changes, another new module
https://github.com/LiveHelperChat/livehelperchat/issues/363
https://github.com/LiveHelperChat/livehelperchat/issues/366

execute doc/update_db/update_76.sql for update and create a directory 
var/storageform - and chmod it

1.96v

Github changes
https://github.com/LiveHelperChat/livehelperchat/issues/345
https://github.com/LiveHelperChat/livehelperchat/issues/346

https://github.com/LiveHelperChat/livehelperchat/issues/348
Sample argument
LHCChatOptions.attr_online = new Array();
LHCChatOptions.attr_online.push({'name':'email','value':'remdex@gmail.com'});
LHCChatOptions.attr_online.push({'name':'phone','value':'370454654'});
LHCChatOptions.attr_online.push({'name':'username','value':'Username here'});

https://github.com/LiveHelperChat/livehelperchat/issues/351
New variable for FAQ template - {url_question}

execute doc/update_db/update_75.sql for update

1.95v

Mega release.

Sponsored features
1. Browser offers, see site for more information.

Other features
2. Hidden option for department, usefull if you want to have fancy department workflow and let say some department to which chat is transfered you wish were invisible to user.
3. Operator won't see others departments visitors in online visitors. Also updated javascript code generation to have this.
4. Option to close embeded chat if operator has closed it faster then user closed it.

In general these changes
https://github.com/LiveHelperChat/livehelperchat/issues/343
https://github.com/LiveHelperChat/livehelperchat/issues/342
https://github.com/LiveHelperChat/livehelperchat/issues/341

execute doc/update_db/update_74.sql for update

1.94v

Features
1. Option to force department hours to take priority over users online status. "Chat configuration" -> "Misc" -> "Ignore users online statuses and use departments online hours".
2. Option to redirect user to leave a message window manually.

execute doc/update_db/update_73.sql for update

1.93v

Features
1. Job title field for operator, this job title field will be shown instead of "Personal assistant" if it's set.
2. Option to assign pro active invitations to particular users. Just enter users id's separated by comma. Perhaps in some far feature i will add more user friendly assigment workflow, or someone will suport it :)
3. {name},{department},{country},{city} variables in subject for mail "Soporte requerido desde el chat"
4. Disabled department widget won't be shown. Option to show widget but then in content will be written "Department is disabled"
5. Invisible mode. This allows to open chat without influencing chat status. To operator has to be assigned "Users, groups management" => "Allow user to change his visibility mode"
6. Option to change chat status. To operator has to be assigned "Chat" => "Allow user to change chat status" permission.

execute doc/update_db/update_72.sql for update

1.92v

Features
1. Option to have browser notification for new messages also not only for new chat request we have now. Can be found at "Synchronization and sound settings"
2. Messages line height adjusted
3. Submit button is disabled then user clicks it. I saw some duplicate chat request on demo. I ques users just did not waited enough after form submition.
4. Option to choose refresh interval on online users list.
5. {operator} variable in canned messages.
6. nodejs extension updated.

Bugfixes
1. FF browsers did not showed scrollbar in popup.
2. Then chat was accepted using chrome browser notification was not hidden automatically. Seems there was some internal browser API changes.
3. Some complex cases fixed then site is using https and in some places http. Read http://livechat.guimun.com/how-to-configure-https-and-http-259a.html
4. Correct cache key for chatbox then memcached is used.

execute doc/update_db/update_71.sql for update

1.91v

Features
1. Option to set timeout for help tooltip
2. Option to set required e-mail for FAQ
3. E-mail notification for new FAQ item
4. Option to set secure parameter for cookies in chat module
5. Bulgarian and Romanian languages

execute doc/update_db/update_70.sql for update

1.90v

Features
1. Operator voting update upon user vote
2. Changed alert to confirm on new chat request. If user clicks ok. We open chat.
3. Datepicker for date fields.
4. Improved drag & drop logic. Now user won't be able to drag widget outside of it's viewport.
5. Option to have welcome tooltip

execute doc/update_db/update_69.sql for update

1.89v

Features
1. FAQ module supports identifiers and e-mail field. 
https://github.com/remdex/livehelperchat/issues/297
https://github.com/remdex/livehelperchat/issues/292
2. Region support for geo location
https://github.com/remdex/livehelperchat/issues/298
3. BB Code button in chatbox and live help.
4. Saint Martin flag
https://github.com/remdex/livehelperchat/issues/294


Fixes
1. In page embed live help visitors were not redirected to leave a message form.
https://github.com/remdex/livehelperchat/issues/291


execute doc/update_db/update_68.sql for update

1.88v

Features
1. Option to take screenshot in online users list.
2. Danish language

Fixes
1. In right column was incorectly calculated time since last message.

execute doc/update_db/update_67.sql for update

1.87v

Features
1. Option to take user screenshot. Used http://html2canvas.hertzen.com/
2. Option to have BCC recipient in e-mail templates https://github.com/remdex/livehelperchat/issues/282

Changes
1. Changed escape to encodeURIComponent https://github.com/remdex/livehelperchat/issues/288

execute doc/update_db/update_66.sql for update

1.86v

1. Option to set date format. Three new fields in Settings => Time zone settings section. This is available per install and not per individual user.
2. PHP-GeoIP extension support.
3. {nick} support in canned messages.

edit your settings/settings.ini.php file and under 'force_virtual_host' => false,
add
'date_format' => 'Y-m-d',
'date_hour_format' => 'H:i:s',
'date_date_hour_format' => 'Y-m-d H:i:s',


1.85v

1. Canned messages by department
2. Personal canned messages. To operators role have to be assigned "Users" => "Allow user to have personal canned messages"
3. Now then user closes a chat and operator sends a message to user, at site chat will reopen.
4. Option to hide default form fields. These fields can be prefilled but they won't be visible by user.
5. Option to specify max mind city database file.

execute doc/update_db/update_65.sql for update

1.84v

1. Option to set revote timeout, contributed by David Livingston. I just did some cleanup.
2. Window about running version. Like installation version and current version and pending database updates.

execute doc/update_db/update_64.sql for update

1.83v

1. Option to have custom timezone per application and per user. Users can change their time zone in their account.
2. Application time zone can be changed in new configuration link. If no timezone is set in user or application it depends on server.
3. File usability enchancements based on https://github.com/remdex/livehelperchat/issues/246

execute doc/update_db/update_63.sql for update
edit your settings/settings.ini.php file and under 'force_virtual_host' => false,
add 'time_zone' => '',


1.82v

1. Department has a field which help user can be redirected to leave a message form if chat is not accepted for n seconds.
2. Option to redirect user to leave a message form if chat is not accepted for n seconds. Managed in department.
3. Option to set proactive messages based on referring domain. It's enough to enter google keyword for all google domains.
4. Option to hide popup for user if user has visited invitation popup n times. Works only for proactive invitation messages.
5. User support request mail now also has template variable {prefillchat} this variable get's replaced to link to chat. 

execute doc/update_db/update_62.sql for update

1.81v

Features
1. Option to set explicit http mode either http or https. Usefull if chat is running on https and site on http. 
By default we previously just heritage site mode. Now you can explicty define how data should be transfered http or https.
2. Maximum message length for a message. Changable in chat configuration.
3. Added to long message notifications.

Bugfix
After chat was transfered to another user. Operator profile did not changed. Now it does.

execute doc/update_db/update_61.sql for update

1.80v

Features
1. Extension for Node.js enchancements. Moved typing monitoring to Node.js
2. Chatbox Memcache and Redis support. Optimized for sites with a lot of visitors. Hundred of thousands. Chatbox will work with blazing speed then memcached and Node.js is used.

Single server can handle 1K request per second. Not so bad :)

Concurrency Level:      10
Time taken for tests:   0.964 seconds
Complete requests:      1000
Failed requests:        0
Write errors:           0
Total transferred:      40933000 bytes
HTML transferred:       40485000 bytes
Requests per second:    1036.92 [#/sec] (mean)
Time per request:       9.644 [ms] (mean)
Time per request:       0.964 [ms] (mean, across all concurrent requests)
Transfer rate:          41449.31 [Kbytes/sec] received

3. Performance tweaks for chatwidget and startchat

Upgrade.
1. Adjust your settings/settings.ini.php and add the following section. Above 'site_access_options'
'memecache' =>
  		array (
  				'servers' =>
  				array (
  						0 =>
  						array (
  								'host' => '127.0.0.1',
  								'port' => '11211',
  								'weight' => 1,
  						),
  				),
  	),
'redis' => array (
  				'server' => array (
  						'host' => 'localhost',
  						'port' => 6379
  				)
),

Have fun.

1.79v

Features
1. Option to have operator remarks regarding the chat.
2. Chatbox has few other embed options, which allows to have the following use cases: 
2.1 Hide status widget and show content instantly, have content expanded or minimized instantly.
2.2 Disable user option to close a widget. Usefull if you are not showing a status widget.

execute doc/update_db/update_60.sql for update

1.78v

Features
1. Online visitors tracking across domain subdomains. You can set your domain in "Chat configuration" => "Misc" => "Set your domain to enable user tracking across different domain subdomains."
2. Mail templates now supports {country} and {city} variables.

Bugfix
1. /user/login was missing $currentUser instance after php session drop.

execute doc/update_db/update_59.sql for update

1.77v

Features
1. Option to set Long Polling for messages sync.
2. Dumped session if it's not required for anonymous users. Should give some performance boost. Let me know if you encounter any issue and I will fix it in less than 24 hours.
3. Chat tabs interface will show user options as go offline/online. Disable enable sound, this applies also to chrome extension.


If you decide to experiment with Long Polling make sure that.
1. You have enabled it in "Synchronisation and sound settings"
2. Connection to server is less than php script execution time. 29 seconds is good start.
3. Internal message sync interval is not very small. 1.5 second is good start. If you want more real time appearance. Reduce it to half second or so. 
4. You can also decrease standard "Sync for a new user message, interval in seconds" let say to half second. 0.5 or a little bit less. After one polling request another request will be executed after this value.
Good luck with your experimenting.

Bugfix
1. Removed scrollbar in popup if file upload was activated.

Update
execute doc/update_db/update_58.sql for update, I suggest review your "Synchronisation and sound settings" after update if you have tweaked them before.

1.76v

Features
1. MaxMind GEO Service, completely local solution, no need allow connection to third party services.
2. Option to have TOS checkbox. Link is changable in "Configuration" => "Copyright settings" => "Site settings"

execute doc/update_db/update_57.sql for update

1.75v

Features
1. Now you can filter online usrs by department
2. And many other small changes from last version release

execute doc/update_db/update_56.sql for update

1.74v

Features
1. Now you can setup how many times repeat sound notification.
2. Also now you can setup alert message then new chat request comes if regular notifications is not enough for you.

execute doc/update_db/update_55.sql for update

1.73v

Features
1. Chrome extension!!!
Download it from https://github.com/remdex/livehelperchat-extensions/raw/master/browsers-extensions/chrome/lhc/lhc_packed/lhc.crx
or just
https://github.com/remdex/livehelperchat-extensions/tree/master/browsers-extensions/chrome/lhc/lhc_packed
To operator should be assigned permission
"Chat" => "Allow user to user chrome extension"

Bugfixes
1. Use google maps in https if required.
2. Proper file type check.
3. Avoid conflict with third party window.Cookies variable
And some other small bugfixes..


1.72v

Features
1. Redesigned chat configuration list. It's now split into tabs and is more easier to navigate.
2. Option to choose play sound or not opon invitation box to chat is shown.

Bugfixes:
1. Sound was not played then message to user was send manually.
2. If user closed chat and resumed chat and then operator send message chat status did not changed even operator was chating. Now upon first message from operator and if chat is pending it will became active automatically.

execute doc/update_db/update_54.sql for update

1.71v

Features
1. Option to disable a department. If department is disabled it won't appear in department choosing form.

execute doc/update_db/update_53.sql for update

1.70v

1. In 1.69 was introduced drag & drop but IE users could not select any field. This issue was fixed in less than 24h. But if you are experiencing same issue I recommend to update.
2. In this version I added option to turn session cookies for form validation. Some users were reporting for getting spam. You just have to edit "chat configuration" -> "Use session captcha. LHC have to be installed on same domain or subdomain."
and set 1. Please be sure that chat is running on the same domain.

execute doc/update_db/update_52.sql for update

1.69v

//------//
Features
//------//
1. Drag & Drop support for widgets, you can drag site widgets dragging it's header.
2. Department has two separate fields one for E-Mail recipients another one for XMPP recipients. In relation to: https://github.com/remdex/livehelperchat/issues/202
3. Department also now has field for XMPP Group recipients. There can be something as somechat@conference.server.org/LiveChat
4. User also has a field xmpp username, if this field is different then user account e-mail during link clicking this field will be matched to department xmpp recipient and user will be authorised instantly.
So full flexibility to have different e-mail for system itself and different account for XMPP service providers.
5. You can now set how long chat accept link is valid. This can be found in chat configuration section.
6. Upon chat accept link click if link is invalid, user will be redirected to login page and if he is using remember me functionality he will be logged automatically and will see chat window instantly.
7. Accept link generation supports now http and https.
8. Option remove index.php from URL's

Based on
https://github.com/remdex/livehelperchat/issues/202
https://github.com/remdex/livehelperchat/issues/205
https://github.com/remdex/livehelperchat/issues/204

//------//
Changes
//------//
1. Disable posibility to choose to what department transfer chat if chosen department is self.

https://github.com/remdex/livehelperchat/issues/203

//------//
Bugfixes
1. Skype input field was missin in new window creation window.
//------//

//------//
For update
//------//

1. execute doc/update_db/update_51.sql for update

2. Add in your site settings/settings.ini.php under 
'installed' => true,

True will remove index.php from url, also you will have to use .htaccess/nginx conf provided in doc/http_conf_examples
For this to work app has to be installed on root folder, it can be either domain or subdomain.

'force_virtual_host' => false,

1.68v

Features
1. Skype call field in user attributes
2. Online operators listing will show only his department operators.
3. In order to see all operators to operators role has to be assigned "user" => "userlistonlineall" permission

Changes
1. Added check to make sure that cookie contains vid variable. (Some users were reporting that after closing invitation it's shown again instantly, personally
I just cannot reproduce it.)
2. Update to jquery 1.10.2 version.

execute doc/update_db/update_50.sql for update

1.67v

Features
1. Fontello icons for most of the icons
2. Sneek chat preview on lists. No need to accept a chat to see about what user is asking.

Bugfix.
1. After some changes up-votes and down-botes icons colors was ignored.
2. https://github.com/remdex/livehelperchat/issues/196

This is second release in the same day. Be sure that you have also executed doc/update_db/update_48.sql

execute doc/update_db/update_49.sql for update

1.66v

Features
1. Now you can configure to receive an e-mail then chat is closed.
	a. First we check does mail templates has any recipients.
	b. If not then we check for department responsible users.
	c. If not we send an e-mail to admin. 
2. I have added GTalk OAuth2 support for authorisation. It allows to authorize Live Chat Guimun to send xmpp messages using OAuth logic. So you won't have to enter your password.
If you are using two steps verification on google, you just have to generate application specific password, that's all.
3. Added more check for install script. mbstring and php_curl extension checks.

Changes
1. Fixes few typos on department edit window.

execute doc/update_db/update_48.sql for update

1.65v

Features
1. XMPP Support, you can just configure XMPP and install Xabber on your Android phone to receive new chat request. You do not have to be online all the time, you can configure your online hours in department.
2. Department online hours, you can set then chat should be online automatically by week days and hours. You can also set after how many seconds new chat callback should be executed.
3. New chat request callback option. This will allow for users implement other handlers like SMS notification etc.
5. Notification about new chats either using XMP or mail. Clicking link in mail will lead you automatically to chat.
6. Statistic page will show how many total up-votes or downvotes has received an operator.

Changes
1. Install script will show precise error.
2. Avoid language confusion in other siteaccess than site_admin.

execute doc/update_db/update_47.sql for update

1.64v

Features
1. Online visitors list will show page title insead of url. URL will be shown as link title.
2. Option to print and mail archived chat.
3. Option to add IP which should not be presented in online visitors list. Also this will avoid Proactive chat invitations to them.

Changes
1. Embed code generation can be reached only from configuration to avoid users misunderstandings.

execute doc/update_db/update_46.sql for update

1.63v

Features
1. Avatars.
2. Chat feedback by voting thumbs down and up.
2. Option to show virtual assistant profile for invitation message.

execute doc/update_db/update_45.sql for update

create directory var/userphoto make sure that php can write to it. just chmod 664 var/userphoto

1.62v

Features
1. FAQ modules URL now supports wildcard at the end.
E.g /shop/basket/*
2. Invitation widget new style. Sound on first invitation.
3. Chat API module for getting users status.

Changes from github for summary:
https://github.com/remdex/livehelperchat/issues/164
https://github.com/remdex/livehelperchat/issues/162
https://github.com/remdex/livehelperchat/issues/163

execute doc/update_db/update_44.sql for update

1.61v

1. Files upload module
1.1 You may have to grant operators few permissions for file upload to work correctly.

execute doc/update_db/update_43.sql

create directory var/storage make sure that php can write to it. just chmod 664 var/storage

1.60v

Features
1. Option fo user to change language in back office. Just for him alone. Usefull if back office is used by people who speaks different languages.
2. Chatbox now supports predefined nick and option to disable nick.

Improvements, Bugfixes
1. Few PHP calls were not compiled. So a little bit more performance gain.
2. Seems if user disabled chat sound, he could not start chat next time. Not sure still.
3. Various other small improvements.

No database update this time.

1.59v

1. Option to disable restore icon in widget. Disables popup opening in site.
2. In proactive message you can set, is mail required or not.

Bugfix.
Small grammar fix.

execute doc/update_db/update_42.sql

1.58v

1. Arhchive module for chats. Now we have unlimited number of chats support. I'm talking about tens of millions of records. If main table becames to big you can just archive the old chats.
This feature took over 20 hours to implement.
2. Indonesian language.
3. Delay for canned messages.
4. Operator is typing will be shown in a different location to avoid it appearing over message text.

execute doc/update_db/update_41.sql

1.57v

1. Option to configure default map position.
2. Departments transfer workflow will pay attention to how many pending chat's there are.
3. Firefox support for notification added.
4. Desktop client will support user typing messages. User status will be shown.

Bugfixes

execute doc/update_db/update_40.sql

1.56v

Features:
1. Automatic transfers between departments.
2. Cronjobs support

Bugfixes:
After upgrade for third parties cookies drop, identifier functionality was lost.

Visit the site for more information how to use these features.

execute doc/update_db/update_39.sql

1.55v

Features:
1. Total pageviews tracking - pageviews during all the visits
2. Visits counting.
3. Option to set, after how many hours pro active chat message should be shown again.
4. Previous users chats in chat tab window.
5. How many times proactive chat message logic was applied counter.
6. User browsing information in chat window.
7. Colors for install step 1

Bugfix:
1. Footpath was stopped tracking if user was having a chat in chatwidget.
2. Online users were tracked even if online users tracking was disabled.
3. There was a bug which coused double time for online user if checking for messages from operator was enabled. Also now we do not update database within each check for message.

execute doc/update_db/update_38.sql

1.54v

Features:
1. Option to turn off or on Resume chat functionality.
2. Reopen chat permission in back office.
3. If chat is closed operator won't be able to send messages untill it's reopened. What user reopened the chat also is logged.

Bugfixes:
1. Footprint was not detected if chat was started from proactive chat message.
2. Messages scroll was lost sometimes during tab's switching.
3. Don't blink title if textarea is active.

execute doc/update_db/update_37.sql

1.53v

Features

1. Option for user to send chat transcript to his e-mail.
2. User options as dropdown menu.
3. User status icon in tab.

execute doc/update_db/update_36.sql

1.52v

Features, sponsored release:

Auto responder.
a. Auto responder in proactive chat invitations.
b. Independent responder.

This allow you to have the following workflow.
1. Then users starts chat. He receives preconfigured message. E.g. "one moment please..."
2. If the agent doesn’t accept within a time period (e.g. 1 minute) to user is send message. "we are currenty busy with another patient right now, can you leave your name and email and we will follow up"

execute doc/update_db/update_35.sql

1.51v

Features:
1. Half spornsored kernel export module. Tutorial will be available on the site.

Changes, Bugfixes:
1. SSL support for desktop client. Just enter URL with https
2. Allow reopen chat if it does not have any messages.
3. If user is chatting do not show proactive message.
4. Just proper JSON support check. Avoids conflict with third party libraries.
5. Mark proactive message as seen during chat starting process.

execute doc/update_db/update_34.sql

1.50v

1. Multiple domains support. No third parties cookies dependency.
It's a relative big updated. Because the biggest part of front end logic was rewrite to drop the need of session.

Bug fix.
1. IE sometimes cached messages checks from operators.

1.49v

1. From now messages like "user has left chat", "user has joined chat" will be shown where you see what user is typing or user is typing message. This will avoid flood in chat itself.
2. You can configure default Operator name for proactive chats.
3. If user starts chat from proactive widget, to user won't be shown message that we are pending operator to join chat.
4. Adjusted how print icon is shown in widget.

execute doc/update_db/update_33.sql

1.48v

1. CSFR protection in sensitive locations and form posts.

1.47v

1. From chat tab you can open popup. Let say you were chatting in tab and you want to open popup. So you can do that now. There is very first icon for that.
2. Then you open let say three chats at the same time and close one. I now activate the very first tab to left. Feels very natural closing workflow.
3. Fixed bug, then closing chat in tab it removed subtabs from other chat tabs.
4. Added more clear way what embed codes system can generate
5. Switched to https support by using double slash E.g //demo.livechat.guimun.com -  so I do not have to detect in what enviroment we are running.
6. You now can disable or enable invitation if there is or not online operators.
7. You can set online visitors timeout, to see only the recent visitors.
8. Check messages from operator JS call won't be counted as last visit.
9. Department chosing box will show status of department is it online or offline. First will be shown online departments.
10. Now Surname is optional field, so you can have only name filled.
11. Print option for user and admin.
12. Now you can see what user is typing before he sends message to operator.

execute doc/update_db/update_32.sql

1.46v

1. Now chats can have priority. It can be either embed variable either department attribute. Pending chats with higher priority will appear higher in the list.

execute doc/update_db/update_31.sql

1.45v

1. Spanish translation update from https://www.transifex.com/projects/p/live-helper-chat/
P.s you can find the latest translation on https://www.transifex.com/projects/p/live-helper-chat/

2. Option to override easier embed widget code.
Just override this template
design/defaulttheme/tpl/lhchat/getstatus/container.tpl.php

3. Pro active chat a little bit usability update, no label and sends message on enter click.

4. If user started chat based on proactive chat invitation, assign this message live support user.

Bugfix.
Undefined variable in start chat form.


1.44v

Bugfix.
1. Templates were loosing cache because for template cache identifier was used incorrect server variable. Performance FIX

Updates.
1. Separte template for page header in user part. This allows us to override front end without influencing back office style.
2. Updated to latest colorbox version.
3. Renamed translations files from xml to ts
4. Updated translations
4.1 Chinese
4.2 Czech, new translations
4.3 German

1.43v

Features:
1. Wait time tracking
2. Chat duration tracking
3. Separated admin chat tabs to separate templates for easier override.
4. Option to limit invitations based on pending chats number.

execute doc/update_db/update_30.sql

1.42v

Features:
1. Referer tracking. This allows to see from where initially user has came from.
2. Some other small changes

execute doc/update_db/update_29.sql

1.41v

Features:
1. Site identifier in code generation. Tt can be used to have different invite messages for different domains etc.
https://github.com/remdex/livehelperchat/issues/73
2. Option to turn of online users tracking but completely remove pro active chats invitations table scan and save a little bit of performance.

Enhancements:
1. Template cache by port.
https://github.com/remdex/livehelperchat/issues/66

2. Simpler permission access generation.
https://github.com/remdex/livehelperchat/issues/62

Bugfixes:
1. User who did not had permission to close chat was able to do that because of typo error. It's fixed now.

execute doc/update_db/update_28.sql

1.40.1v

Features:
1. Top menu remaked based on
1.1 https://github.com/raphaelsuzuki/lhc_web-defaulttheme2
1.2 https://github.com/remdex/livehelperchat/issues/36

1.40v

Features:
1. Operator to Operator chat
2. Sound on transfered chat

Bugfix:
1. Windows OS support

No database update needed this time :)

1.39.1v

Features:
1. French translation from icime.me
2. Italian translation from cliccaprezzi.it
3. Option to hide online users tab from operators.
Chat -> Allow user to view online visitors
4. Renamed "Online users" to "Online visitors"

Bugfix:
1. Removed not needed span element in online visitors section.

1.39v

Features:
1. Russian language by http://phone-home.ru
2. Polish language by http://poliman.pl
3. Footprint for user browsing
4. Google map user info with footprint
5. Reworked chat window with additional user info
5. Preview chat window listing update

execute doc/update_db/update_27.sql

1.38v

Features:
1. Pro active chat invitations https://github.com/remdex/livehelperchat/issues/49
2. Detect bots in online users to avoid them appear in online users list
3. Option to delete online user record from online users list.

Bug fixes:
1. If in FAQ widget answer is very big it hides under browser window. I have added rule for scrollbar if height is more than 200px.

execute doc/update_db/update_26.sql

1.37v

1. Online users google map https://github.com/remdex/livehelperchat/issues/45
2. Install style update
3. Statistic module, more updates is coming.
4. System assistant messages. They indicate does user left chat etc.
5. More stable detection then user closes chat window etc.
6. Option to change back office language from back office.
7. Department status for embed codes.

execute doc/update_db/update_25.sql

1.36v

1. German translations.
2. Desktop client translations.
3. Captcha protection.

1.35v

New features:
1. CSS, JS, CSS images now can be overriden in extensions.
2. Debug output window now will show used CSS and JS, including CSS images paths

P.S.
All this was done without any performance loss when the cache is enabled.

1.34v

New features:
1. Option to configure SMTP settings for mail
2. Chrome desktop notifications
3. Allow user to change his online or offline status

execute doc/update_db/update_24.sql

1.33v

New features:
1. New permissions for chat, now operators can or cannot have permission to open already opened chats. This disables reading other persons chats, except for users who have permission to do so.
This permission takes effect only if the user does not have permission to all chats.
2. Leave a message functionality

Enhancements:
1. Added support for managing permissions for extensions. Names will be listed in literal mode not in system mode.

Bugfix:
1. Avoid undefined index expand

execute doc/update_db/update_23.sql

1.32v

1. Chatbox/Shoutbox module.
2. Option to embed Chat, Shoutbox directly in the page.

execute doc/update_db/update_22.sql

1.31v

Feature release:
1. Option to pass custom arguments for chat, these arguments will be visible in the chat form
Example:
<script type="text/javascript">
var LHCChatOptions = {};
LHCChatOptions.attr = new Array();
LHCChatOptions.attr.push({'name':'Basket id','value':'<predefined value>','type':'text','size':12}); // 12 is 100% full row, 6 is 50%
LHCChatOptions.attr.push({'name':'User ID','value':'<predefined value>','type':'hidden','size':0}); // hidden is invisible field, size just zero
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'http://<some_domain>/index.php/chat/getstatus/(position)/middle_right';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
2. Option to prefill some form attributes in javascript
<script type="text/javascript">
LHCChatOptions.attr_prefill = new Array();
LHCChatOptions.attr_prefill.push({'name':'email','value':'remdex@gmail.com'});
LHCChatOptions.attr_prefill.push({'name':'phone','value':'370888888'});
LHCChatOptions.attr_prefill.push({'name':'username','value':'Rither Cobeña'});
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'http://<some_domain>/index.php/chat/getstatus/(position)/middle_right';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
3. Option to configure a chat popup window width and height, the same for a chat widget also.
4. Send mail to a user, lets say you have missed a chat, but you still want to respond to the user. With this feature you will be able to do so.
5. Dynamic widgets height and width, this will allow you to fit your content dynamically and provides even more improved usability.
6. Improved compatibility with IE8
7. Option to embed FAQ and Questionary module directly in a page

execute doc/update_db/update_21.sql

1.30v

Feature release:
1. Upgrade to Foundation 4 version
2. RTL language support

1.29v

Feature release:
1. FAQ module, show FAQ questions to your customers based on their URL.
2. Custom position from top if middle right or middle left is chosen.
3. Dutch translation, thanks to Robin Stuivenberg
4. MacOS bundle, requires QT 4.7 or 4.8 runtime library. Can anyone compile without dependencies?

execute doc/update_db/update_20.sql

1.28v

Feature release:
1. An even smarter way to check for new messages. It will avoid a query to the messages table and first check that the user last message id is lower than the chat last message id.
It's better to add one query on each message add than to execute two queries each time.
2. Override CSS created in custom theme folders.
3. Different positions for main live helper widget.
4. Small other changes, some HTML cleanup, and debug output movement from main footer.
5. Number of transferred chats will be shown also in transfer tab.

Bugfix:
1. Close dialog, Close chat, Delete stopped working after I introduced new algorithm for checking messages.

execute doc/update_db/update_19.sql

1.27v

Feature release:

Resume:
1. Questionary/Voting module for collecting users feedback.
2. Different positions for live helper main widget

execute doc/update_db/update_18_questionary.sql

1.26v

Small release compared to previous one, but it does one amazing thing. Now all messages from user or operators will be checked with the same query. Last message ID algorithm was implemented.

Resume:
1. Removed status column from messages table, it's not needed anymore.
2. The same check messages algorithm for admin and user.
3. Only one index is needed now for the messages table. It improves write operations and eliminates update in user sync call.

execute doc/update_db/update_17.sql

1.25v

Summary:
This release brings whole bunch of changes, most important is the performance ones. I have spent a lot of time optimizing every single query,
and limiting requests number to minimum.
There is few things I still would like to change, but for the moment it will be just fine. So now every single query is using an index.

Bugfixes:
1. Web interface was missing transferred chats lists.

Performance related:
1. Removed bunch of not needed queries including updates
2. Internal code cleanup.
3. General performance improvements.
4. Every single query was optimized for performance.
5. Missing MySQL indexes were added

Features:
1. Option use to choose which tabs you want to see. Click account to see the options.
2. Account page is now featured by tabs.
3. Transfer can now be done to a remote department or one of user departments user.

Stability:
1. Now if a request fails, for whatever reason, APP will continue synchronization lists.
2. Within each page refresh there was a sound that a user joined the chat, etc. It's very annoying, and now this won't be happening.

execute doc/update_db/update_16.sql

Update. Please make sure you replace ezcomponents folder also.

1.24v

Enchancements:
1. Remember me functionality
2. How many pages user have visited functionality
3. First time user visit tracking

execute doc/update_db/update_15.sql

1.23v

Enchancements:
1. Fixed few more short tags.
2. Implemented - https://github.com/remdex/livehelperchat/issues/9
3. Usability updates for online users. When the URL is very long it stretches the table, so this will be fixed.
4. Option to turn off online operators tabs completely.

execute doc/update_db/update_14.sql

1.22v

Enchancements:
1. Option to monitor online operators by other operators in dashboard.
2. Option to control sound options individually by users.

For upgrade execute
doc/update_db/update_13.sql queries.

1.21v

Enchancements:
https://github.com/remdex/livehelperchat/issues/7
https://github.com/remdex/livehelperchat/issues/6

1. Phone additional field
execute doc/update_db/update_12.sql

2. Now messages will be parsed for URL detection, smileys etc.

1.20v

1. Canned messages
execute doc/update_db/update_10.sql
http://livechat.guimun.com/canned-messages-feature-93a.html
http://livechat.guimun.com/canned-messages-92a.html

2. Now the operator and user can see when each is typing.
https://github.com/remdex/livehelperchat/issues/4
execute doc/update_db/update_11.sql

1.19v

1. Option to send messages to browsing user
2. Option to change operator message timeout
3. Redesigned the online users window a little bit.
4. For upgrading, please execute doc/update_db/update_9.sql
And add two variables in settings.ini.php file
'https_port' => 443,
'check_for_operator_msg' => 10,
To see where these settings have to be put-
https://github.com/remdex/livehelperchat/blob/bf02444b9142ef39aba21d1a68c8750468d736ab/lhc_web/settings/settings.ini.php

1.18v

1. GEO Detection
2. Page widget availability
3. HTML Code generation upgrades
4. For upgrading, please execute doc/update_db/update_4.sql,doc/update_db/update_5.sql,doc/update_db/update_6.sql queries.
5. Option to block users in a back office and chat window.
6. Option to see users browsing the site
7. Caching options
8. Asynchronous status loading

1.17v

1. Updated database structure a little bit to support the hide online options.
2. Now admin has an option to be hidden. Also status for a departament is now individual.
3. To enable these 2 features, please save admin users.
4. Fixed bug when editing the user password was reset.
5. Status for online will be used lh_userdep instead of users table.
6. For upgrading, please execute doc/update_db/update_3.sql query.

1.16v

This versions changes allows you to do the following things:
1. Extended core so users can override default templates and create custom themes
2. Option to write custom modules without overriding the kernel.
3. Option to override custom modules files.
4. Option to override kernel classes
5. Site access pattern, each site access can have a custom language and so on.
6. Install checks so that cache folder is writable at very beginning.
7. And a lot of other changes...

1.13v

1. Upgraded eZ Components to new version.
2. Upgraded to latest jQuery and JQuery UI

No new features was implemented.

1.12v

1. Made completely compaticble with 5.3 PHP version. Removed ereg
2. Removed lithuanian translations. It will have be now added manually.

No new features was implemented.

1.11v

1. Fixed pagination bug.
2. If empty password was changed, user account password was changed to empty one.

No new features was implemented.

1.1v

1. Implemented module for desktop client of Live Chat Guimun
2. Fixed bug when the chat was transferred always to the first user.
3. Some code cleanup.

1.01v

1. Added a header background
2. Added a logo of Live Chat Guimun

******************************
1.0v Initial release 2009-07-26