Bump version to 1.4.4

bnet/additions 1.4.4
Thomas Bruederli 4 years ago
parent 9bbda422ff
commit aadb13e25f

@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
RELEASE 1.4.4
-------------
- Fix bug where attachments with Content-Id were attached to the message on reply (#7122)
- Fix identity selection on reply when both sender and recipient addresses are included in identities (#7211)
- Elastic: Fix text selection with Shift+PageUp and Shift+PageDown in plain text editor when using Chrome (#7230)

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

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

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

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

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

Loading…
Cancel
Save