diff --git a/CHANGELOG b/CHANGELOG index 0cd519527..78b6b732e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/index.php b/index.php index 5a605783e..bddb93c0e 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.2.10 | + | Version 1.2.11 | | | | Copyright (C) 2005-2017, The Roundcube Dev Team | | | diff --git a/installer/index.php b/installer/index.php index 36aee5c1d..5756cbceb 100644 --- a/installer/index.php +++ b/installer/index.php @@ -3,7 +3,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail setup tool | - | Version 1.2.10 | + | Version 1.2.11 | | | | Copyright (C) 2009-2017, The Roundcube Dev Team | | | diff --git a/program/include/iniset.php b/program/include/iniset.php index 89b9452a7..704ba8d97 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -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')) { diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php index 321b75d17..810d1f807 100644 --- a/program/lib/Roundcube/bootstrap.php +++ b/program/lib/Roundcube/bootstrap.php @@ -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')) {