-
2015-03-01 09:21:53
New version 2.25v
This time a lot of small enhancements
- Posibility to disable groups. Thats the only stuff will be done regarding https://github.com/LiveHelperChat/livehelperchat/issues/626
- Company name for theme. https://github.com/LiveHelperChat/livehelperchat/issues/644
- 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
- System messages won't be shown in messages send to user
https://github.com/LiveHelperChat/livehelperchat/issues/645
- 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
- Operator now has ability to request permission to selected module. [Sponsored]
- Many parts were splitted into separte templates to prepare for new features in automated hosting [Sponsored]
For update just follow standard update procedure For manual update it's update_102.sql
-
2015-02-24 20:21:48
MacOS desktop client dmg package
I'm glad to tell that https://github.com/alex-LE was kind and prepared MacOS desktop client dmg package. Everyone can download MacOS desktop client here
Please let me know does it worked for you?
P.s I do not need anymore Mac Mini :)
P.s.s Client was recompiled once again for more compatibility
-
2015-02-23 17:27:34
Monthly subscription for automated hosting
Now everyone who wishes can order monthly subscription for automated hosting. You will find second button in billing section.
-
2015-02-19 09:11:48
New version 2.24v automatic translations
This time half sponsored release with automatic translations
- Automatic messages translations using Bing or Google translations service. Configuration -> Chat configuration -> Automatic translation
- Futher Bootstrap fixes. Some templates were still using foundation 4 syntax.
- A little bit refactored chat window. Removed subtabs.
- Microphone settings moved to actions block and in it's place added automatic translations button.
- Allow operators to chat even if they do not have permission to open others operators chats. https://forum.livehelperchat.com/viewtopic.php?id=1019
- Right columns nicer interface
- Co-Browsing scroll sync stopped to work after jQuery update. Switched to native JS API
For update just follow standard update procedure For manual update it's update_101.sql
-
2015-02-15 16:58:51
New version 2.23v bootstrap 3!
So,
It took 2 days to rewrite everything on Bootstrap. But with this rewrite you will be able to change back office theme pretty eassy.
In any case here is changelog:
- Integrated webpack, bower, gulp and other fancy stuff.
- 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.
- A lot of code rewrite, CSS cleanup and so on.
Here is small tutorial how you can change back office theme. If you have created a cool LHC back office theme please share it with community! Also if anyone is a bootstrap master and sees where LHC back office theme can be improved, pull request are more than welcome. Now it's your time to do the job!
This time there is no database update required. I would be very thankfull if our demo would be tested :)