-
2013-11-30 11:35:49
New version - 1.69v drag & drop, xmpp group messages, index php remove, updated december 1
1.69v
Features
- Drag & Drop support for widgets, you can drag site widgets dragging it's header.
- 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
- Department also now has field for XMPP Group recipients. There can be something as somechat@conference.server.org/LiveChat
- 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.
- You can now set how long chat accept link is valid. This can be found in chat configuration section.
- 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.
- Accept link generation supports now http and https.
- Option remove index.php from URL's
- I have just added minimize option. (December 1 update)
Based on
Changes
- Disable posibility to choose to what department transfer chat if chosen department is self.
Bugfixes
- Skype input field was missing in a new user window.
For update
execute doc/update_db/update_51.sql for update
Add in your site settings/settings.ini.php under
'installed' => true,
'force_virtual_host' => false,
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.
And don't forget standard upgrade instructions
-
2013-11-27 17:27:03
New version - 1.68v skype button and few other maintenance changes
Features
- Skype call field in user attributes
- Online operators listing will show only his department operators.
- In order to see all operators to operators role has to be assigned "user" => "userlistonlineall" permission
Changes
- 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.)
- Update to jquery 1.10.2 version.
execute doc/update_db/update_50.sql for update and don't forget standard upgrade instructions
Here is screenshot with skype icon
-
2013-11-23 19:04:47
New version - 1.67v usability enchancements
This is second version release in the same day!!!
Features
- Fontello icons for most of the icons
- Sneek chat preview on lists. No need to accept a chat to see about what user is asking.
Bugfix.
- After some changes up-votes and down-botes icons colors was ignored.
- 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
-
2013-11-23 12:09:31
New version - 1.66v, OAuth 2.0 to Access Google APIs, Chat close mail
This version futher enchances XMPP support, this time I have added ability to have XMPP support from GTalk just using Google APIs without requirement to enter google password.
Features
- Now you can configure to receive an e-mail then chat is closed.
- First we check does mail templates has any recipients.
- If not then we check for department responsible users.
- If not we send an e-mail to admin.
- I have added GTalk OAuth2 support for authorisation. It allows to authorize live helper chat 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 if you decide to keep standard XMPP configuration, that's all.
- Added more check for install script. mbstring and php_curl extension checks.
I will update XMPP configuration article with more detailed information how to configure XMPP and use OAuth method.
execute doc/update_db/update_48.sql for update and follow standard upgrade instructions
-
2013-11-17 11:31:18
New version - 1.65v GTalk, XMPP, Xabber, Mono
This versions brings so mutch anticipated posibility to see notifications about new chats directly from XMPP supported apps.
Features
- XMPP Support, you can just configure XMPP and install Xabber on your Android phone or Monal on IPhone and start to receive a new chat requests. You do not have to be online all the time, you can configure your online hours in department now also.
- 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.
- New chat request callback option. This will allow for users implement other handlers like SMS notification etc.
- Notification about new chats either using XMPP or mail. Clicking link in mail will lead you automatically to chat.
- Statistic page will show how many total up-votes or downvotes has received an operator.
Changes
- Install script will show precise error.
- Avoid language confusion in other siteaccess than site_admin.
execute doc/update_db/update_47.sql for update