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.0.4
5+ -------------
46- Disable TinyMCE contextmenu plugin as there are more cons than pros in using it (#1490118)
57- Fix bug where show_real_foldernames setting wasn't honored on compose page (#1490153)
68- Fix issue where Archive folder wasn't protected in Folder Manager (#1490154)
Original file line number Diff line number Diff line change 22/*
33 +-------------------------------------------------------------------------+
44 | Roundcube Webmail IMAP Client |
5- | Version 1.0.3 |
5+ | Version 1.0.4 |
66 | |
77 | Copyright (C) 2005-2014, The Roundcube Dev Team |
88 | |
Original file line number Diff line number Diff line change 2121*/
2222
2323// application constants
24- define ('RCMAIL_VERSION ' , '1.0.3 ' );
24+ define ('RCMAIL_VERSION ' , '1.0.4 ' );
2525define ('RCMAIL_START ' , microtime (true ));
2626
2727if (!defined ('INSTALL_PATH ' )) {
Original file line number Diff line number Diff line change 5454}
5555
5656// framework constants
57- define ('RCUBE_VERSION ' , '1.0.3 ' );
57+ define ('RCUBE_VERSION ' , '1.0.4 ' );
5858define ('RCUBE_CHARSET ' , 'UTF-8 ' );
5959
6060if (!defined ('RCUBE_LIB_DIR ' )) {
You can’t perform that action at this time.
0 commit comments