@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
RELEASE 1.3.10
--------------
- Managesieve: Fix so "Create filter" option does not show up when Filters menu is disabled (#6723)
- Enigma: Fix bug where revoked users/keys were not greyed out in key info
- Enigma: Fix error message when trying to encrypt with a revoked key (#6607)
@ -2,7 +2,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 1.3.9 |
| Version 1.3.10 |
| |
| Copyright (C) 2005-2019, The Roundcube Dev Team |
@ -3,7 +3,7 @@
| Roundcube Webmail setup tool |
| Copyright (C) 2009-2019, The Roundcube Dev Team |
@ -21,7 +21,7 @@
*/
// application constants
define('RCMAIL_VERSION', '1.3.9');
define('RCMAIL_VERSION', '1.3.10');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
@ -53,7 +53,7 @@ foreach ($config as $optname => $optval) {
}
// framework constants
define('RCUBE_VERSION', '1.3.9');
define('RCUBE_VERSION', '1.3.10');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {
/*
+-----------------------------------------------------------------------+
| Copyright (C) 2005-2017, The Roundcube Dev Team |