Bump version to 1.4.1

bnet/additions 1.4.1
Thomas Bruederli 5 years ago
parent fbc50b3791
commit 0b1d6841f9

@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
RELEASE 1.4.1
-------------
- Elastic: Change HTML editor widget to improve form flow (#6992)
- Elastic: Fix position of mobile floating action button (#7038)
- Managesieve: Fix locked UI after opening filter frame (#7007)

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

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

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

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

Loading…
Cancel
Save