@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
RELEASE 1.2.11
--------------
- Security: Fix cross-site scripting (XSS) via HTML messages with malicious svg/namespace
RELEASE 1.2.10
@ -2,7 +2,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 1.2.10 |
| Version 1.2.11 |
| |
| Copyright (C) 2005-2017, The Roundcube Dev Team |
@ -3,7 +3,7 @@
| Roundcube Webmail setup tool |
| Copyright (C) 2009-2017, The Roundcube Dev Team |
@ -21,7 +21,7 @@
*/
// application constants
define('RCMAIL_VERSION', '1.2.10');
define('RCMAIL_VERSION', '1.2.11');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
@ -55,7 +55,7 @@ foreach ($config as $optname => $optval) {
}
// framework constants
define('RCUBE_VERSION', '1.2.10');
define('RCUBE_VERSION', '1.2.11');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {