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>2021-12-30 01:45:05 +0300
committerThomas Bruederli <thomas@roundcube.net>2021-12-30 01:45:05 +0300
commit784eb80e67a3f47290e42cef12da8696cba60272 (patch)
tree0972fbe5cbc1ad3e69dc1c52c3aba1caa25d8fa3
parentb2400a4b592e3094b6c84e6000d512f99ae0eed8 (diff)
Bump version to 1.4.131.4.13
-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 a9597b9cb..55616fa8f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
+RELEASE 1.4.13
+--------------
- Security: Fix cross-site scripting (XSS) via HTML messages with malicious CSS content
RELEASE 1.4.12
diff --git a/index.php b/index.php
index 26ef577a6..01da83c0d 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 1.4.12 |
+ | Version 1.4.13 |
| |
| Copyright (C) The Roundcube Dev Team |
| |
diff --git a/installer/index.php b/installer/index.php
index bdb87e1fe..27dbadb2f 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -3,7 +3,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
- | Version 1.4.12 |
+ | Version 1.4.13 |
| |
| Copyright (C) The Roundcube Dev Team |
| |
diff --git a/program/include/iniset.php b/program/include/iniset.php
index 5394031f3..1f8bfd726 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -24,7 +24,7 @@ if (PHP_VERSION_ID >= 80000) {
}
// application constants
-define('RCMAIL_VERSION', '1.4.12');
+define('RCMAIL_VERSION', '1.4.13');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php
index 9212bec1e..49f1bfdda 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.12');
+define('RCUBE_VERSION', '1.4.13');
define('RCUBE_CHARSET', 'UTF-8');
define('RCUBE_TEMP_FILE_PREFIX', 'RCMTEMP');
diff --git a/public_html/index.php b/public_html/index.php
index 8ec9dc5ad..19623b88a 100644
--- a/public_html/index.php
+++ b/public_html/index.php
@@ -3,7 +3,7 @@
/*
+-----------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 1.4.12 |
+ | Version 1.4.13 |
| |
| Copyright (C) The Roundcube Dev Team |
| |