From ce22759434234eaaa34aa1258e3b300fd144dd05 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Mon, 10 Aug 2020 20:43:35 +0200 Subject: Bump version to 1.4.8 --- CHANGELOG | 2 ++ index.php | 2 +- installer/index.php | 2 +- program/include/iniset.php | 2 +- program/lib/Roundcube/bootstrap.php | 2 +- public_html/index.php | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 47e34e7ee..2786aa53d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ CHANGELOG Roundcube Webmail =========================== +RELEASE 1.4.8 +------------- - Security: Fix potential XSS issue in HTML editor of the identity signature input (#7507) - Managesieve: Fix too-small input field in Elastic when using custom headers (#7498) - Fix support for an error as a string in message_before_send hook (#7475) diff --git a/index.php b/index.php index 8d16e4b07..82ecc5dcd 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.4.7 | + | Version 1.4.8 | | | | Copyright (C) The Roundcube Dev Team | | | diff --git a/installer/index.php b/installer/index.php index eae86eadc..931ab4831 100644 --- a/installer/index.php +++ b/installer/index.php @@ -3,7 +3,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail setup tool | - | Version 1.4.7 | + | Version 1.4.8 | | | | Copyright (C) The Roundcube Dev Team | | | diff --git a/program/include/iniset.php b/program/include/iniset.php index 5397c9cbc..63fe5edb6 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -20,7 +20,7 @@ */ // application constants -define('RCMAIL_VERSION', '1.4.7'); +define('RCMAIL_VERSION', '1.4.8'); define('RCMAIL_START', microtime(true)); if (!defined('INSTALL_PATH')) { diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php index b90945343..513d1abcd 100644 --- a/program/lib/Roundcube/bootstrap.php +++ b/program/lib/Roundcube/bootstrap.php @@ -58,7 +58,7 @@ foreach ($config as $optname => $optval) { } // framework constants -define('RCUBE_VERSION', '1.4.7'); +define('RCUBE_VERSION', '1.4.8'); define('RCUBE_CHARSET', 'UTF-8'); define('RCUBE_TEMP_FILE_PREFIX', 'RCMTEMP'); diff --git a/public_html/index.php b/public_html/index.php index cb44afddf..7ca21ff47 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -3,7 +3,7 @@ /* +-----------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.4.7 | + | Version 1.4.8 | | | | Copyright (C) The Roundcube Dev Team | | | -- cgit v1.2.3