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>2017-03-11 01:29:41 +0300
committerThomas Bruederli <thomas@roundcube.net>2017-03-11 01:29:41 +0300
commitf1483204c70bbfd0988414f9301568d6493c81c0 (patch)
tree364a57b7dd4d6ce4c865eae2f1bcd9bc319cd7d5
parentd6ddd31a1bfb28e0a6033bee201caba4a56e4f5e (diff)
Bump version to 1.1.81.1.8
-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
5 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 451fa783d..f97c54724 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
+RELEASE 1.1.8
+-------------
- Fix bug where mail content frame couldn't be reset in some corner cases (#5608)
- Fix regression where groups with email address were resolved to its members' addresses
- Fix so group/addressbook selection is retained on page refresh
diff --git a/index.php b/index.php
index 359e791e7..bf9876092 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 1.1.7 |
+ | Version 1.1.8 |
| |
| Copyright (C) 2005-2016, The Roundcube Dev Team |
| |
diff --git a/installer/index.php b/installer/index.php
index 1062ef926..f52709dc0 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -3,7 +3,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
- | Version 1.1.7 |
+ | Version 1.1.8 |
| |
| Copyright (C) 2009-2016, The Roundcube Dev Team |
| |
diff --git a/program/include/iniset.php b/program/include/iniset.php
index 131b960fd..337c29983 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -21,7 +21,7 @@
*/
// application constants
-define('RCMAIL_VERSION', '1.1.7');
+define('RCMAIL_VERSION', '1.1.8');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php
index 61f8d6d4d..489f1525b 100644
--- a/program/lib/Roundcube/bootstrap.php
+++ b/program/lib/Roundcube/bootstrap.php
@@ -54,7 +54,7 @@ foreach ($config as $optname => $optval) {
}
// framework constants
-define('RCUBE_VERSION', '1.1.7');
+define('RCUBE_VERSION', '1.1.8');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {