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>2016-09-27 22:49:02 +0300
committerThomas Bruederli <thomas@roundcube.net>2016-09-27 22:49:02 +0300
commit802d11915393a0811c90d9a791c2cf62528a8075 (patch)
tree500c9986d5c04a7f6a729453366b49e4795804bd
parent008f310f3a6243baa92a74ba535390debdc07c21 (diff)
Bump version to 1.1.61.1.6
-rw-r--r--CHANGELOG2
-rw-r--r--index.php4
-rw-r--r--installer/index.php4
-rw-r--r--program/include/iniset.php4
-rw-r--r--program/lib/Roundcube/bootstrap.php2
5 files changed, 9 insertions, 7 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7c3b86856..c991f944d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
+RELEASE 1.1.6
+-------------
- Searching in both contacts and groups when LDAP addressbook with group_filters option is used
- Use contact_search_name format in popup on results in compose contacts search
- Fix missing localization of HTML editor when assets_dir != INSTALL_PATH
diff --git a/index.php b/index.php
index f7758cb99..45b4f7cff 100644
--- a/index.php
+++ b/index.php
@@ -2,9 +2,9 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 1.1.5 |
+ | Version 1.1.6 |
| |
- | Copyright (C) 2005-2015, The Roundcube Dev Team |
+ | Copyright (C) 2005-2016, The Roundcube Dev Team |
| |
| This program is free software: you can redistribute it and/or modify |
| it under the terms of the GNU General Public License (with exceptions |
diff --git a/installer/index.php b/installer/index.php
index d310edefe..7384b15e6 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -3,9 +3,9 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
- | Version 1.1.5 |
+ | Version 1.1.6 |
| |
- | Copyright (C) 2009-2015, The Roundcube Dev Team |
+ | Copyright (C) 2009-2016, The Roundcube Dev Team |
| |
| This program is free software: you can redistribute it and/or modify |
| it under the terms of the GNU General Public License (with exceptions |
diff --git a/program/include/iniset.php b/program/include/iniset.php
index 534d5ca4e..a7c9db5ef 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -5,7 +5,7 @@
| program/include/iniset.php |
| |
| This file is part of the Roundcube Webmail client |
- | Copyright (C) 2008-2015, The Roundcube Dev Team |
+ | Copyright (C) 2008-2016, The Roundcube Dev Team |
| |
| Licensed under the GNU General Public License version 3 or |
| any later version with exceptions for skins & plugins. |
@@ -21,7 +21,7 @@
*/
// application constants
-define('RCMAIL_VERSION', '1.1.5');
+define('RCMAIL_VERSION', '1.1.6');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php
index 168aec511..5f2b61fca 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.5');
+define('RCUBE_VERSION', '1.1.6');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {