From 106d47992b8becb22fe88c4a8203e9ee872bed90 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <bruederli@kolabsys.com>
Date: Fri, 21 Aug 2015 09:02:04 -0400
Subject: [PATCH] Bump version and update changelog
---
CHANGELOG | 1 +
index.php | 2 +-
program/lib/Roundcube/bootstrap.php | 2 +-
program/include/iniset.php | 2 +-
installer/index.php | 2 +-
5 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index beea3a0..64d4f68 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Fix closing of nested menus (#1490443)
- Fix so E_DEPRECATED errors from PEAR libs are ignored by error_reporting change (#1490281)
- Fix compatibility with PHP 5.3 in rcube_ldap class (#1490424)
- Get rid of Mail_mimeDecode package dependency (#1490416)
diff --git a/index.php b/index.php
index 0312b71..30eefaf 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 1.1.2 |
+ | Version 1.1.3 |
| |
| Copyright (C) 2005-2015, The Roundcube Dev Team |
| |
diff --git a/installer/index.php b/installer/index.php
index b5c835e..c655c02 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -3,7 +3,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
- | Version 1.1.2 |
+ | Version 1.1.3 |
| |
| Copyright (C) 2009-2015, The Roundcube Dev Team |
| |
diff --git a/program/include/iniset.php b/program/include/iniset.php
index 8636c08..37806b7 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -21,7 +21,7 @@
*/
// application constants
-define('RCMAIL_VERSION', '1.1.2');
+define('RCMAIL_VERSION', '1.1.3');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php
index bbc3c50..f9c96c4 100644
--- a/program/lib/Roundcube/bootstrap.php
+++ b/program/lib/Roundcube/bootstrap.php
@@ -54,7 +54,7 @@
}
// framework constants
-define('RCUBE_VERSION', '1.1.2');
+define('RCUBE_VERSION', '1.1.3');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {
--
Gitblit v1.9.1