From ca375ff487c44730a90bcc67d7f69b4372a71b96 Mon Sep 17 00:00:00 2001 From: Evgeny Gryaznov Date: Thu, 2 Oct 2008 10:00:31 +0000 Subject: [PATCH] [whatsnew] preliminary, for 1.4.1 git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@136 c66351dc-e62f-0410-b875-e3a5c0b9693f --- src/messenger/webim/install/whatsnew.txt | 9 +++++++++ src/messenger/webim/libs/common.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/messenger/webim/install/whatsnew.txt b/src/messenger/webim/install/whatsnew.txt index 832bf28d..84278b8d 100644 --- a/src/messenger/webim/install/whatsnew.txt +++ b/src/messenger/webim/install/whatsnew.txt @@ -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 ----- diff --git a/src/messenger/webim/libs/common.php b/src/messenger/webim/libs/common.php index 2d3f1832..0544b02a 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.0'; +$version = 'v1.4.1'; function myiconv($in_enc, $out_enc, $string) { global $_utf8win1251, $_win1251utf8;