From aa7c974e593ea3a56f81982779b92c94dbf8bbb9 Mon Sep 17 00:00:00 2001 From: Evgeny Gryaznov Date: Fri, 3 Oct 2008 15:41:42 +0000 Subject: [PATCH] 1.4.2 whatsnew git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@153 c66351dc-e62f-0410-b875-e3a5c0b9693f --- src/messenger/webim/install/whatsnew.txt | 8 ++++++++ src/messenger/webim/libs/common.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/messenger/webim/install/whatsnew.txt b/src/messenger/webim/install/whatsnew.txt index 85eb283f..a8c673d6 100644 --- a/src/messenger/webim/install/whatsnew.txt +++ b/src/messenger/webim/install/whatsnew.txt @@ -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 ----- diff --git a/src/messenger/webim/libs/common.php b/src/messenger/webim/libs/common.php index 5fb2f94d..ac750407 100644 --- a/src/messenger/webim/libs/common.php +++ b/src/messenger/webim/libs/common.php @@ -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;