Bump version to 1.4.2

bnet/additions 1.4.2
Thomas Bruederli 4 years ago
parent 2fa6dd7ee5
commit 51b8137170

@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
RELEASE 1.4.2
-------------
- Plugin API: Make actionbefore, before<action>, actionafter and after<action> events working with plugin actions (#7106)
- Managesieve: Replace "Filter disabled" with "Filter enabled" (#7028)
- Managesieve: Fix so modifier type select wasn't hidden after hiding modifier select on header change

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

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

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

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

Loading…
Cancel
Save