Bump version to 1.4.3

bnet/additions
Thomas Bruederli 4 years ago
parent 322ab30fb9
commit 273707f378

@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
RELEASE 1.4.3
-------------
- Enigma: Fix so key list selection is reset when opening key creation form (#7154)
- Enigma: Fix so using list checkbox selection does not load the key preview frame
- Enigma: Fix generation of key pairs for identities with IDN domains (#7181)

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

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

@ -0,0 +1 @@
Subproject commit 924edef67f5db822a11d1361f12f1279fc04cc61

@ -20,7 +20,7 @@
*/
// application constants
define('RCMAIL_VERSION', '1.4.2');
define('RCMAIL_VERSION', '1.4.3');
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.2');
define('RCUBE_VERSION', '1.4.3');
define('RCUBE_CHARSET', 'UTF-8');
define('RCUBE_TEMP_FILE_PREFIX', 'RCMTEMP');

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

Loading…
Cancel
Save