[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:
Evgeny Gryaznov 2008-10-02 10:00:31 +00:00
parent 1f49aef13b
commit ca375ff487
2 changed files with 10 additions and 1 deletions

View File

@ -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
-----

View File

@ -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;