From 542397829e5b8f9823b63e41f9d7cf4b54ec1708 Mon Sep 17 00:00:00 2001 From: Evgeny Gryaznov Date: Fri, 10 Apr 2009 20:55:09 +0000 Subject: [PATCH] 1.6.0 RC1 git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@471 c66351dc-e62f-0410-b875-e3a5c0b9693f --- src/messenger/webim/install/whatsnew.txt | 9 +++++++-- src/messenger/webim/libs/common.php | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/messenger/webim/install/whatsnew.txt b/src/messenger/webim/install/whatsnew.txt index e386397e..2c89a73e 100644 --- a/src/messenger/webim/install/whatsnew.txt +++ b/src/messenger/webim/install/whatsnew.txt @@ -1,12 +1,17 @@ - 1.6.0 alpha 1 + 1.6.0 ----- [+] completely new layout of all administrator pages, XHTML 1.0 [+] New awaiting users and chat log pages [+] right menu, show/hide menu on awaiting users page, nice locale chooser [+] main page: warning if database is outdated (after install) - [+] "Updates" tab in settings: news, link to the latest version + [+] "Updates": news, link to the latest version + [+] Operator's profile page + [+] Configurable pre-chat survey [+] Create/edit/remove groups + [+] Canned messages page [+] Statistics page + [+] Popup dialog notification of the new visitor (turned off by default) + [!] Slow loading of awating visitors page 1.5.2 ----- diff --git a/src/messenger/webim/libs/common.php b/src/messenger/webim/libs/common.php index 68c5e3b4..31c44c40 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 = '1.6.0 alpha 1'; +$version = '1.6.0 RC1'; function myiconv($in_enc, $out_enc, $string) { global $_utf8win1251, $_win1251utf8; @@ -513,7 +513,7 @@ function webim_mail($toaddr, $reply_to, $subject, $body) { mail($toaddr, $real_subject, wordwrap(myiconv($webim_encoding, $mail_encoding, $body),70), $headers); } -$dbversion = '1.6.0.1'; +$dbversion = '1.6.0.2'; $settings = array( 'dbversion' => 0,