Bump version to 1.4.5

bnet/additions 1.4.5
Thomas Bruederli 5 years ago
parent ccaccae665
commit 9898599d3e

@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail CHANGELOG Roundcube Webmail
=========================== ===========================
RELEASE 1.4.5
-------------
- Fix bug in extracting required plugins from composer.json that led to spurious error in log (#7364) - Fix bug in extracting required plugins from composer.json that led to spurious error in log (#7364)
- Fix so the database setup description is compatible with MySQL 8 (#7340) - Fix so the database setup description is compatible with MySQL 8 (#7340)
- Markasjunk: Fix regression in jsevent driver (#7361) - Markasjunk: Fix regression in jsevent driver (#7361)

@ -2,7 +2,7 @@
/** /**
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client | | Roundcube Webmail IMAP Client |
| Version 1.4.4 | | Version 1.4.5 |
| | | |
| Copyright (C) The Roundcube Dev Team | | Copyright (C) The Roundcube Dev Team |
| | | |

@ -3,7 +3,7 @@
/** /**
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
| Roundcube Webmail setup tool | | Roundcube Webmail setup tool |
| Version 1.4.4 | | Version 1.4.5 |
| | | |
| Copyright (C) The Roundcube Dev Team | | Copyright (C) The Roundcube Dev Team |
| | | |

@ -20,7 +20,7 @@
*/ */
// application constants // application constants
define('RCMAIL_VERSION', '1.4.4'); define('RCMAIL_VERSION', '1.4.5');
define('RCMAIL_START', microtime(true)); define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) { if (!defined('INSTALL_PATH')) {

@ -58,7 +58,7 @@ foreach ($config as $optname => $optval) {
} }
// framework constants // framework constants
define('RCUBE_VERSION', '1.4.4'); define('RCUBE_VERSION', '1.4.5');
define('RCUBE_CHARSET', 'UTF-8'); define('RCUBE_CHARSET', 'UTF-8');
define('RCUBE_TEMP_FILE_PREFIX', 'RCMTEMP'); define('RCUBE_TEMP_FILE_PREFIX', 'RCMTEMP');

@ -3,7 +3,7 @@
/* /*
+-----------------------------------------------------------------------+ +-----------------------------------------------------------------------+
| Roundcube Webmail IMAP Client | | Roundcube Webmail IMAP Client |
| Version 1.4.4 | | Version 1.4.5 |
| | | |
| Copyright (C) The Roundcube Dev Team | | Copyright (C) The Roundcube Dev Team |
| | | |

Loading…
Cancel
Save