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-09-27 14:35:44 +0300
committerThomas Bruederli <thomas@roundcube.net>2020-09-27 14:35:44 +0300
commit22bdb65bbf4e933cdac44b5a7988d00a9ba05993 (patch)
tree9e7d25ef261cd2a4127e4c6e9d99a49977c41623
parent580f7caf5167160e1a029c8cce37a1f0322ac2f1 (diff)
Bump version to 1.4.91.4.9
-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 1b892d63a..8a8d31d1e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
+RELEASE 1.4.9
+-------------
- Fix HTML editor in latest Chrome 85.0.4183.102, update to TinyMCE 4.9.11 (#7615)
- Add missing localization for some label/legend elements in userinfo plugin (#7478)
- Fix importing birthday dates from Gmail vCards (BDAY:YYYYMMDD)
diff --git a/index.php b/index.php
index 82ecc5dcd..bd0ca2bcf 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 1.4.8 |
+ | Version 1.4.9 |
| |
| Copyright (C) The Roundcube Dev Team |
| |
diff --git a/installer/index.php b/installer/index.php
index 931ab4831..66d67f99d 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -3,7 +3,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
- | Version 1.4.8 |
+ | Version 1.4.9 |
| |
| Copyright (C) The Roundcube Dev Team |
| |
diff --git a/program/include/iniset.php b/program/include/iniset.php
index 63fe5edb6..5d06d26fd 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -20,7 +20,7 @@
*/
// application constants
-define('RCMAIL_VERSION', '1.4.8');
+define('RCMAIL_VERSION', '1.4.9');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php
index 513d1abcd..d97ed7cef 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.8');
+define('RCUBE_VERSION', '1.4.9');
define('RCUBE_CHARSET', 'UTF-8');
define('RCUBE_TEMP_FILE_PREFIX', 'RCMTEMP');
diff --git a/public_html/index.php b/public_html/index.php
index 7ca21ff47..24d8f9982 100644
--- a/public_html/index.php
+++ b/public_html/index.php
@@ -3,7 +3,7 @@
/*
+-----------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 1.4.8 |
+ | Version 1.4.9 |
| |
| Copyright (C) The Roundcube Dev Team |
| |