Bump version to 1.1.11

pull/6833/head 1.1.11
Thomas Bruederli 6 years ago
parent aaafe8f917
commit d4475e58db

@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
RELEASE 1.1.11
--------------
- Don't ignore (global) userlogins/sendmail logs in per_user_logging mode
- Fix security issue in remote content blocking on HTML image and style tags (#6178)
- Fix check_request() bypass in places using get_uids() [CVE-2018-9846] (#6238)

@ -2,7 +2,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 1.1.10 |
| Version 1.1.11 |
| |
| Copyright (C) 2005-2016, The Roundcube Dev Team |
| |

@ -3,7 +3,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
| Version 1.1.10 |
| Version 1.1.11 |
| |
| Copyright (C) 2009-2016, The Roundcube Dev Team |
| |

@ -21,7 +21,7 @@
*/
// application constants
define('RCMAIL_VERSION', '1.1.10');
define('RCMAIL_VERSION', '1.1.11');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {

@ -54,7 +54,7 @@ foreach ($config as $optname => $optval) {
}
// framework constants
define('RCUBE_VERSION', '1.1.10');
define('RCUBE_VERSION', '1.1.11');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {

Loading…
Cancel
Save