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.11
5+ --------------
46- Display a nice error informing about no PHP8 support
57- Elastic: Fix compatibility with Less v3 and v4 (#7813)
68- Fix bug with managesieve_domains in Settings > Forwarding form (#7849)
Original file line number Diff line number Diff line change 22/**
33 +-------------------------------------------------------------------------+
44 | Roundcube Webmail IMAP Client |
5- | Version 1.4.10 |
5+ | Version 1.4.11 |
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.10 |
6+ | Version 1.4.11 |
77 | |
88 | Copyright (C) The Roundcube Dev Team |
99 | |
Original file line number Diff line number Diff line change 2424}
2525
2626// application constants
27- define ('RCMAIL_VERSION ' , '1.4.10 ' );
27+ define ('RCMAIL_VERSION ' , '1.4.11 ' );
2828define ('RCMAIL_START ' , microtime (true ));
2929
3030if (!defined ('INSTALL_PATH ' )) {
Original file line number Diff line number Diff line change 5858}
5959
6060// framework constants
61- define ('RCUBE_VERSION ' , '1.4.10 ' );
61+ define ('RCUBE_VERSION ' , '1.4.11 ' );
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.10 |
6+ | Version 1.4.11 |
77 | |
88 | Copyright (C) The Roundcube Dev Team |
99 | |
You can’t perform that action at this time.
0 commit comments