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-06-01 23:07:07 +0300
committerThomas Bruederli <thomas@roundcube.net>2020-06-01 23:07:07 +0300
commit9898599d3ed504a604fd5bdc5fa0bea75129dadc (patch)
tree470a29a219a876832574ddc54897e96442615c49
parentccaccae6653031b809b4347a60021951e19a0e43 (diff)
Bump version to 1.4.51.4.5
-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 49bd5e0f5..07e9c62d0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
+RELEASE 1.4.5
+-------------
- Fix bug in extracting required plugins from composer.json that led to spurious error in log (#7364)
- Fix so the database setup description is compatible with MySQL 8 (#7340)
- Markasjunk: Fix regression in jsevent driver (#7361)
diff --git a/index.php b/index.php
index 30ea817a9..7158ac911 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 1.4.4 |
+ | Version 1.4.5 |
| |
| Copyright (C) The Roundcube Dev Team |
| |
diff --git a/installer/index.php b/installer/index.php
index 44c29fcb8..e220fe4f0 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -3,7 +3,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
- | Version 1.4.4 |
+ | Version 1.4.5 |
| |
| Copyright (C) The Roundcube Dev Team |
| |
diff --git a/program/include/iniset.php b/program/include/iniset.php
index 88ced3a49..24d996249 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -20,7 +20,7 @@
*/
// application constants
-define('RCMAIL_VERSION', '1.4.4');
+define('RCMAIL_VERSION', '1.4.5');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php
index a67c0ae66..2cb20056f 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.4');
+define('RCUBE_VERSION', '1.4.5');
define('RCUBE_CHARSET', 'UTF-8');
define('RCUBE_TEMP_FILE_PREFIX', 'RCMTEMP');
diff --git a/public_html/index.php b/public_html/index.php
index 1b76bf01d..f041c6fca 100644
--- a/public_html/index.php
+++ b/public_html/index.php
@@ -3,7 +3,7 @@
/*
+-----------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 1.4.4 |
+ | Version 1.4.5 |
| |
| Copyright (C) The Roundcube Dev Team |
| |