Bump version to 1.3.10

pull/7075/head
Thomas Bruederli 5 years ago
parent 45e099b0be
commit f2e610dbe5

@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail CHANGELOG Roundcube Webmail
=========================== ===========================
RELEASE 1.3.10
--------------
- Managesieve: Fix so "Create filter" option does not show up when Filters menu is disabled (#6723) - 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 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) - Enigma: Fix error message when trying to encrypt with a revoked key (#6607)

@ -2,7 +2,7 @@
/** /**
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client | | Roundcube Webmail IMAP Client |
| Version 1.3.9 | | Version 1.3.10 |
| | | |
| Copyright (C) 2005-2019, The Roundcube Dev Team | | Copyright (C) 2005-2019, The Roundcube Dev Team |
| | | |

@ -3,7 +3,7 @@
/** /**
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
| Roundcube Webmail setup tool | | Roundcube Webmail setup tool |
| Version 1.3.9 | | Version 1.3.10 |
| | | |
| Copyright (C) 2009-2019, The Roundcube Dev Team | | Copyright (C) 2009-2019, The Roundcube Dev Team |
| | | |

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

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

@ -3,7 +3,7 @@
/* /*
+-----------------------------------------------------------------------+ +-----------------------------------------------------------------------+
| Roundcube Webmail IMAP Client | | Roundcube Webmail IMAP Client |
| Version 1.3.9 | | Version 1.3.10 |
| | | |
| Copyright (C) 2005-2017, The Roundcube Dev Team | | Copyright (C) 2005-2017, The Roundcube Dev Team |
| | | |

Loading…
Cancel
Save