Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2020-07-04 13:29:10 +0300
committerThomas Bruederli <thomas@roundcube.net>2020-07-04 13:29:10 +0300
commitabddddb12c0f962ce111b02ff5ad0ab33657088b (patch)
tree307eb3e34642feda34041bc403577a40a7a782ed
parent19502419757a976dbd55ce5a746610c5bab7896b (diff)
Bump version to 1.3.141.3.14
-rw-r--r--CHANGELOG2
-rw-r--r--index.php2
-rw-r--r--installer/index.php2
-rw-r--r--program/include/iniset.php2
-rw-r--r--program/lib/Roundcube/bootstrap.php2
-rw-r--r--public_html/index.php2
6 files changed, 7 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d1d0156a7..5f7dcfae8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
+RELEASE 1.3.14
+--------------
- Security: Fix cross-site scripting (XSS) via HTML messages with malicious svg/namespace
RELEASE 1.3.13
diff --git a/index.php b/index.php
index 76ffa647b..b0bf00786 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 1.3.13 |
+ | Version 1.3.14 |
| |
| Copyright (C) 2005-2019, The Roundcube Dev Team |
| |
diff --git a/installer/index.php b/installer/index.php
index 890603453..3899fd235 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -3,7 +3,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
- | Version 1.3.13 |
+ | Version 1.3.14 |
| |
| Copyright (C) 2009-2019, The Roundcube Dev Team |
| |
diff --git a/program/include/iniset.php b/program/include/iniset.php
index c125dc877..a1f8a824c 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -21,7 +21,7 @@
*/
// application constants
-define('RCMAIL_VERSION', '1.3.13');
+define('RCMAIL_VERSION', '1.3.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 281b19e18..59b88a15c 100644
--- a/program/lib/Roundcube/bootstrap.php
+++ b/program/lib/Roundcube/bootstrap.php
@@ -53,7 +53,7 @@ foreach ($config as $optname => $optval) {
}
// framework constants
-define('RCUBE_VERSION', '1.3.13');
+define('RCUBE_VERSION', '1.3.14');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {
diff --git a/public_html/index.php b/public_html/index.php
index 5dffb2495..728887353 100644
--- a/public_html/index.php
+++ b/public_html/index.php
@@ -3,7 +3,7 @@
/*
+-----------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 1.3.13 |
+ | Version 1.3.14 |
| |
| Copyright (C) 2005-2017, The Roundcube Dev Team |
| |