From 71c74f5e4cb52512bf1af91f3ed5cf2950c6734c Mon Sep 17 00:00:00 2001 From: Evgeny Gryaznov Date: Wed, 10 Dec 2008 00:27:48 +0000 Subject: [PATCH] 1.5.0 RC2 git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@229 c66351dc-e62f-0410-b875-e3a5c0b9693f --- src/messenger/pack.pl | 2 +- src/messenger/webim/install/whatsnew.txt | 1 + src/messenger/webim/libs/common.php | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/messenger/pack.pl b/src/messenger/pack.pl index e785771f..7e8b217f 100755 --- a/src/messenger/pack.pl +++ b/src/messenger/pack.pl @@ -5,7 +5,7 @@ ################################################################## $targetFolder = "deploy"; -$suffix = "150b2"; +$suffix = "150"; ################################################################## # Copies tree into target folder, preprocess .phps diff --git a/src/messenger/webim/install/whatsnew.txt b/src/messenger/webim/install/whatsnew.txt index 2528bac5..45d99e67 100644 --- a/src/messenger/webim/install/whatsnew.txt +++ b/src/messenger/webim/install/whatsnew.txt @@ -1,5 +1,6 @@ 1.5.0 ----- + [!] sound notifications: FF (mac,win), Opera (mac,win), IE, Safari (mac,win) [+] chat styles support: selectors in button generation and in settings [+] styles are applied as set of page templates [+] added styles preview page (the link from settings page) with "fake" chat diff --git a/src/messenger/webim/libs/common.php b/src/messenger/webim/libs/common.php index 27a3c685..ed24e8fe 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.5.0 beta 2'; +$version = '1.5.0'; function myiconv($in_enc, $out_enc, $string) { global $_utf8win1251, $_win1251utf8;