Bump version to 1.3.7

pull/6465/head 1.3.7
Thomas Bruederli 6 years ago
parent 2e3648b24f
commit 9f79a7ae6f

@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail CHANGELOG Roundcube Webmail
=========================== ===========================
RELEASE 1.3.7
-------------
- Fix PHP Warning: Use of undefined constant IDNA_DEFAULT on systems without php-intl (#6244) - Fix PHP Warning: Use of undefined constant IDNA_DEFAULT on systems without php-intl (#6244)
- Fix bug where some parts of quota information could have been ignored (#6280) - Fix bug where some parts of quota information could have been ignored (#6280)
- Fix bug where some escape sequences in html styles could bypass security checks - Fix bug where some escape sequences in html styles could bypass security checks

@ -2,7 +2,7 @@
/** /**
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client | | Roundcube Webmail IMAP Client |
| Version 1.3.6 | | Version 1.3.7 |
| | | |
| Copyright (C) 2005-2017, The Roundcube Dev Team | | Copyright (C) 2005-2017, The Roundcube Dev Team |
| | | |

@ -3,7 +3,7 @@
/** /**
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
| Roundcube Webmail setup tool | | Roundcube Webmail setup tool |
| Version 1.3.6 | | Version 1.3.7 |
| | | |
| Copyright (C) 2009-2015, The Roundcube Dev Team | | Copyright (C) 2009-2015, The Roundcube Dev Team |
| | | |

@ -21,7 +21,7 @@
*/ */
// application constants // application constants
define('RCMAIL_VERSION', '1.3.6'); define('RCMAIL_VERSION', '1.3.7');
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.6'); define('RCUBE_VERSION', '1.3.7');
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.6 | | Version 1.3.7 |
| | | |
| Copyright (C) 2005-2017, The Roundcube Dev Team | | Copyright (C) 2005-2017, The Roundcube Dev Team |
| | | |

Loading…
Cancel
Save