-
2014-06-01 12:34:48
New version 2.0v, new documents sharer module, updated with responsive widgets
Features/Changes/Bugfixes
- https://github.com/LiveHelperChat/livehelperchat/issues/396
- https://github.com/LiveHelperChat/livehelperchat/issues/393
- https://github.com/LiveHelperChat/livehelperchat/issues/383
- Fixed bug then closing tab, tab was closed, but user could not reopen it. Tricky part.
- Updated chrome extension as stated in previous article
- New module for documents sharing.
- 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.
- Forms module now has different layout, which features angularJS support. So your forms can support angular syntax.
- Changed event then the 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.
- Changed close/resume/minimize icons.
- Install will enable online visitors tracking and pro active invitations by default now.
- Update - just pushed one small update whitch brings responsive widgets, so embeded widgets in site is responsive also. On small resolution (max 640px) they goes to the top of screen.
execute doc/update_db/update_79.sql for update and follow standard upgrade tutorial.
Create these two folders also, they will be used in documents sharer module
var/storagedocshare - and chmod it
var/tmpfiles - and chmod it
-
2014-05-21 17:47:21
Chrome extension new version 1.2v
Hi,
I have just published new verison of chrome extension. Everyone who have installed it through google app store do not have to do anything. This update features one very usefull feature like automatic offline/online status based on computer iddle time. So now you can set after how many seconds of computer inactivity your status should be automatically changed to offline. I recommend to set this to about 60 seconds or so.
If you do not see these options, that means your browser have not updated this extension yet.
Good luck, now we can completely forget that you are using LHC and chat will do itself all, monitor users, send them invitations, changes your status to offline/online and the only job you have to do is chat with customers :)
-
2014-05-19 17:34:13
Small desktop client enhancement, sponsored one :)
Few enhancements
- QT5 and SSL support, switched to QSsl::SslV3
- Implemented automatic online/offline status for windows desktop client.
Upgrade
You can adjust offlinetimeout in this file. 180 means that after 3 minits of no mouse activity detection change your status to offline.
Auto-offline feature can be controlled from chat program top menu. Anyone want's to prepare MacOS package?
Big thanks to user who agreed to sponsor this enhancement! :)
-
2014-05-18 09:15:17
New version - 1.99v
Some updates
- https://github.com/LiveHelperChat/livehelperchat/issues/381
- https://github.com/LiveHelperChat/livehelperchat/issues/382
- https://github.com/LiveHelperChat/livehelperchat/issues/374
- https://github.com/LiveHelperChat/livehelperchat/issues/360
- Then user reopens chat, chat status won't be changed unless it's closed.
execute doc/update_db/update_78.sql for update and follow standard upgrade tutorial.
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}
-
2014-05-10 16:27:15
New version - 1.98v a lot of small changes
Huge list of changes :)
- https://github.com/LiveHelperChat/livehelperchat/issues/381
- https://github.com/LiveHelperChat/livehelperchat/issues/362
- Changed map link in chat window to be compatible with new google maps version
- Referer page will open in a new window
- End range for form's module will be included in combobox also
- Pure SQL queries for performance improvement in a few places. Also implemented SQL transaction in a few places.
- Then user naviagates to another page on site to operator will be shown user status with new page.
- https://github.com/LiveHelperChat/livehelperchat/pull/380
- https://github.com/LiveHelperChat/livehelperchat/pull/373
- https://github.com/LiveHelperChat/livehelperchat/pull/379
- https://github.com/LiveHelperChat/livehelperchat/issues/375
- Fixed bug then same chat was transfred to department multiple times, but was not shown in list.
- https://github.com/LiveHelperChat/livehelperchat/pull/373
- Avoid showing widget URL instead of page url, then widget is opened.
- Now most of generic chat's list are AngujarJS based.
- Fixed bug then closing tab, tab was not removed from session and upon page refresh was still open.
- Bugfix based on https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/livehelperchat/Zh3aKnJJOnM/cki8uSL1Y7EJ
- https://github.com/LiveHelperChat/livehelperchat/issues/286 mod_security compatibility
execute doc/update_db/update_77.sql for update and follow standard upgrade tutorial.