mirror of
https://github.com/Mibew/i18n.git
synced 2025-01-22 21:40:28 +03:00
[whatsnew] preliminary, for 1.4.1
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@136 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
1f49aef13b
commit
ca375ff487
@ -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
|
1.4.0
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ session_start();
|
|||||||
require_once(dirname(__FILE__).'/converter.php');
|
require_once(dirname(__FILE__).'/converter.php');
|
||||||
require_once(dirname(__FILE__).'/config.php');
|
require_once(dirname(__FILE__).'/config.php');
|
||||||
|
|
||||||
$version = 'v1.4.0';
|
$version = 'v1.4.1';
|
||||||
|
|
||||||
function myiconv($in_enc, $out_enc, $string) {
|
function myiconv($in_enc, $out_enc, $string) {
|
||||||
global $_utf8win1251, $_win1251utf8;
|
global $_utf8win1251, $_win1251utf8;
|
||||||
|
Loading…
Reference in New Issue
Block a user