@ -1,6 +1,6 @@
# Changelog Roundcube Webmail
## Unreleased
## Release 1.6-rc
- Update to jQuery-UI 1.13.1 (#8455)
- Added possibility to make the logo image a link via the 'skin_logo' option (#8501)
@ -2,7 +2,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 1.6-git |
| Version 1.6-rc |
| |
| Copyright (C) The Roundcube Dev Team |
@ -24,7 +24,7 @@ if (PHP_VERSION_ID < 70300) {
}
// application constants
define('RCMAIL_VERSION', '1.6-git');
define('RCMAIL_VERSION', '1.6-rc');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
@ -58,7 +58,7 @@ foreach ($config as $optname => $optval) {
// framework constants
define('RCUBE_VERSION', '1.6-git');
define('RCUBE_VERSION', '1.6-rc');
define('RCUBE_CHARSET', 'UTF-8');
define('RCUBE_TEMP_FILE_PREFIX', 'RCMTEMP');