File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11CHANGELOG Roundcube Webmail
22===========================
33
4+ RELEASE 1.4.10
5+ --------------
46- Fix extra angle brackets in In-Reply-To header derived from mailto: params (#7655)
57- Fix folder list issue whan special folder is a subfolder (#7647)
68- Fix Elastic's folder subscription toggle in search result (#7653)
Original file line number Diff line number Diff line change 22/**
33 +-------------------------------------------------------------------------+
44 | Roundcube Webmail IMAP Client |
5- | Version 1.4.9 |
5+ | Version 1.4.10 |
66 | |
77 | Copyright (C) The Roundcube Dev Team |
88 | |
Original file line number Diff line number Diff line change 33/**
44 +-------------------------------------------------------------------------+
55 | Roundcube Webmail setup tool |
6- | Version 1.4.9 |
6+ | Version 1.4.10 |
77 | |
88 | Copyright (C) The Roundcube Dev Team |
99 | |
Original file line number Diff line number Diff line change 2020*/
2121
2222// application constants
23- define ('RCMAIL_VERSION ' , '1.4.9 ' );
23+ define ('RCMAIL_VERSION ' , '1.4.10 ' );
2424define ('RCMAIL_START ' , microtime (true ));
2525
2626if (!defined ('INSTALL_PATH ' )) {
Original file line number Diff line number Diff line change 5858}
5959
6060// framework constants
61- define ('RCUBE_VERSION ' , '1.4.9 ' );
61+ define ('RCUBE_VERSION ' , '1.4.10 ' );
6262define ('RCUBE_CHARSET ' , 'UTF-8 ' );
6363define ('RCUBE_TEMP_FILE_PREFIX ' , 'RCMTEMP ' );
6464
Original file line number Diff line number Diff line change 33/*
44 +-----------------------------------------------------------------------+
55 | Roundcube Webmail IMAP Client |
6- | Version 1.4.9 |
6+ | Version 1.4.10 |
77 | |
88 | Copyright (C) The Roundcube Dev Team |
99 | |
You can’t perform that action at this time.
0 commit comments