mirror of
https://github.com/Mibew/i18n.git
synced 2025-01-23 05:40:30 +03:00
1.4.2 whatsnew
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@153 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
74180e61ba
commit
aa7c974e59
@ -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
|
1.4.1
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
@ -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.1';
|
$version = 'v1.4.2';
|
||||||
|
|
||||||
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