mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-16 09:04:11 +03:00
[whatsnew] preliminary, for 1.4.1
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@136 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
1f49aef13b
commit
ca375ff487
@ -1,4 +1,13 @@
|
||||
|
||||
1.4.1
|
||||
-----
|
||||
|
||||
[+] redirect visitor to another operator
|
||||
[+] predefined answers
|
||||
[+] play notification sounds (new message, new visitor)
|
||||
[+] confirmation when trying to intercept another operator's visitor
|
||||
[+] ability to view threads without taking
|
||||
|
||||
1.4.0
|
||||
-----
|
||||
|
||||
|
@ -17,7 +17,7 @@ session_start();
|
||||
require_once(dirname(__FILE__).'/converter.php');
|
||||
require_once(dirname(__FILE__).'/config.php');
|
||||
|
||||
$version = 'v1.4.0';
|
||||
$version = 'v1.4.1';
|
||||
|
||||
function myiconv($in_enc, $out_enc, $string) {
|
||||
global $_utf8win1251, $_win1251utf8;
|
||||
|
Loading…
Reference in New Issue
Block a user