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.8
5+ -------------
46- Security: Fix potential XSS issue in HTML editor of the identity signature input (#7507)
57- Managesieve: Fix too-small input field in Elastic when using custom headers (#7498)
68- Fix support for an error as a string in message_before_send hook (#7475)
Original file line number Diff line number Diff line change 22/**
33 +-------------------------------------------------------------------------+
44 | Roundcube Webmail IMAP Client |
5- | Version 1.4.7 |
5+ | Version 1.4.8 |
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.7 |
6+ | Version 1.4.8 |
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.7 ' );
23+ define ('RCMAIL_VERSION ' , '1.4.8 ' );
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.7 ' );
61+ define ('RCUBE_VERSION ' , '1.4.8 ' );
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.7 |
6+ | Version 1.4.8 |
77 | |
88 | Copyright (C) The Roundcube Dev Team |
99 | |
You can’t perform that action at this time.
0 commit comments