diff --git a/CHANGELOG b/CHANGELOG index 1eecbfec89b..9cca0a635ae 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,7 @@ # Changelog Roundcube Webmail +RELEASE 1.4.14 +-------------- - Fix cross-site scripting (XSS) vulnerability in handling of linkrefs in plain text messages - Enigma: Fix initial synchronization of private keys diff --git a/index.php b/index.php index 01da83c0df2..2e9cf09e7bf 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.4.13 | + | Version 1.4.14 | | | | Copyright (C) The Roundcube Dev Team | | | diff --git a/installer/index.php b/installer/index.php index 27dbadb2fc5..ef07ddc134f 100644 --- a/installer/index.php +++ b/installer/index.php @@ -3,7 +3,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail setup tool | - | Version 1.4.13 | + | Version 1.4.14 | | | | Copyright (C) The Roundcube Dev Team | | | diff --git a/program/include/iniset.php b/program/include/iniset.php index 1f8bfd726f9..d9388db3adc 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -24,7 +24,7 @@ } // application constants -define('RCMAIL_VERSION', '1.4.13'); +define('RCMAIL_VERSION', '1.4.14'); define('RCMAIL_START', microtime(true)); if (!defined('INSTALL_PATH')) { diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php index 49f1bfddac8..7c4f02b7988 100644 --- a/program/lib/Roundcube/bootstrap.php +++ b/program/lib/Roundcube/bootstrap.php @@ -58,7 +58,7 @@ } // framework constants -define('RCUBE_VERSION', '1.4.13'); +define('RCUBE_VERSION', '1.4.14'); define('RCUBE_CHARSET', 'UTF-8'); define('RCUBE_TEMP_FILE_PREFIX', 'RCMTEMP'); diff --git a/public_html/index.php b/public_html/index.php index 19623b88ad2..8e0fc61008f 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -3,7 +3,7 @@ /* +-----------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.4.13 | + | Version 1.4.14 | | | | Copyright (C) The Roundcube Dev Team | | |