File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog Roundcube Webmail
22
3- ## Unreleased
3+ ## Release 1.6-rc
44
55- Update to jQuery-UI 1.13.1 (#8455 )
66- Added possibility to make the logo image a link via the 'skin_logo' option (#8501 )
Original file line number Diff line number Diff line change 22/**
33 +-------------------------------------------------------------------------+
44 | Roundcube Webmail IMAP Client |
5- | Version 1.6-git |
5+ | Version 1.6-rc |
66 | |
77 | Copyright (C) The Roundcube Dev Team |
88 | |
Original file line number Diff line number Diff line change 2424}
2525
2626// application constants
27- define ('RCMAIL_VERSION ' , '1.6-git ' );
27+ define ('RCMAIL_VERSION ' , '1.6-rc ' );
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.6-git ' );
61+ define ('RCUBE_VERSION ' , '1.6-rc ' );
6262define ('RCUBE_CHARSET ' , 'UTF-8 ' );
6363define ('RCUBE_TEMP_FILE_PREFIX ' , 'RCMTEMP ' );
6464
You can’t perform that action at this time.
0 commit comments