1.4.2 whatsnew

git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@153 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
Evgeny Gryaznov 2008-10-03 15:41:42 +00:00
parent 74180e61ba
commit aa7c974e59
2 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,12 @@
1.4.2
-----
[+] pending users: show first user message (below the name)
[+] pending users: show visitors's browser name and version
[+] mark user with unique id to be able to see its dialogs later
[+] special button in operator's thread to browse previous chats
1.4.1
-----

View File

@ -17,7 +17,7 @@ session_start();
require_once(dirname(__FILE__).'/converter.php');
require_once(dirname(__FILE__).'/config.php');
$version = 'v1.4.1';
$version = 'v1.4.2';
function myiconv($in_enc, $out_enc, $string) {
global $_utf8win1251, $_win1251utf8;