Thomas Bruederli
2015-05-22 f1ae19dc6ba988828a0c027cb4edd786383b8c1a
Bump version
5 files modified
10 ■■■■■ changed files
CHANGELOG 2 ●●●●● patch | view | raw | blame | history
index.php 2 ●●● patch | view | raw | blame | history
installer/index.php 2 ●●● patch | view | raw | blame | history
program/include/iniset.php 2 ●●● patch | view | raw | blame | history
program/lib/Roundcube/bootstrap.php 2 ●●● patch | view | raw | blame | history
CHANGELOG
@@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
RELEASE 1.1.2
-------------
- Add new plugin hook 'identity_create_after' providing the ID of the inserted identity (#1490358)
- Add option to place signature at bottom of the quoted text even in top-posting mode [sig_below]
- Fix handling of %-encoded entities in mailto: URLs (#1490346)
index.php
@@ -2,7 +2,7 @@
/*
 +-------------------------------------------------------------------------+
 | Roundcube Webmail IMAP Client                                           |
 | Version 1.1.1                                                           |
 | Version 1.1.2                                                           |
 |                                                                         |
 | Copyright (C) 2005-2015, The Roundcube Dev Team                         |
 |                                                                         |
installer/index.php
@@ -3,7 +3,7 @@
/*
 +-------------------------------------------------------------------------+
 | Roundcube Webmail setup tool                                            |
 | Version 1.1.1                                                           |
 | Version 1.1.2                                                           |
 |                                                                         |
 | Copyright (C) 2009-2015, The Roundcube Dev Team                         |
 |                                                                         |
program/include/iniset.php
@@ -21,7 +21,7 @@
*/
// application constants
define('RCMAIL_VERSION', '1.1.1');
define('RCMAIL_VERSION', '1.1.2');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
program/lib/Roundcube/bootstrap.php
@@ -54,7 +54,7 @@
}
// framework constants
define('RCUBE_VERSION', '1.1.1');
define('RCUBE_VERSION', '1.1.2');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {