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-02-08 22:17:07 +0300
committerThomas Bruederli <thomas@roundcube.net>2021-02-08 22:17:07 +0300
commit34c42f06e1a8b25c022f49ab59f5f26c21c9ec42 (patch)
tree84a54618cf2ff85db74d4ea4016213563754a55c
parent9dc276d5f26042db02754fa1bac6fbd683c6d596 (diff)
Bump version to 1.4.111.4.11
-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 fb7827f7a..ba5b32f60 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
+RELEASE 1.4.11
+--------------
- Display a nice error informing about no PHP8 support
- Elastic: Fix compatibility with Less v3 and v4 (#7813)
- Fix bug with managesieve_domains in Settings > Forwarding form (#7849)
diff --git a/index.php b/index.php
index 8ac962ab3..ffb0085e1 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 1.4.10 |
+ | Version 1.4.11 |
| |
| Copyright (C) The Roundcube Dev Team |
| |
diff --git a/installer/index.php b/installer/index.php
index 44102c38c..445f10ce3 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -3,7 +3,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
- | Version 1.4.10 |
+ | Version 1.4.11 |
| |
| Copyright (C) The Roundcube Dev Team |
| |
diff --git a/program/include/iniset.php b/program/include/iniset.php
index f5fba0857..a81f515a9 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.10');
+define('RCMAIL_VERSION', '1.4.11');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php
index d3c0ec61b..079f9fb33 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.10');
+define('RCUBE_VERSION', '1.4.11');
define('RCUBE_CHARSET', 'UTF-8');
define('RCUBE_TEMP_FILE_PREFIX', 'RCMTEMP');
diff --git a/public_html/index.php b/public_html/index.php
index 1f49c3037..451d2fc62 100644
--- a/public_html/index.php
+++ b/public_html/index.php
@@ -3,7 +3,7 @@
/*
+-----------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 1.4.10 |
+ | Version 1.4.11 |
| |
| Copyright (C) The Roundcube Dev Team |
| |