Changeset 5582 in subversion
- Timestamp:
- Dec 9, 2011 3:55:40 AM (18 months ago)
- Location:
- branches/release-0.7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/release-0.7/CHANGELOG
r5545 r5582 2 2 =========================== 3 3 4 RELEASE 0.7 5 ----------- 4 6 - Replace prompt() with jQuery UI dialog (#1485135) 5 7 - Fix navigation in messages search results … … 20 22 - Fixed bug in handling link with '!' character in it (#1488195) 21 23 - Fixed bug where session ID's length was limited to 40 characters (#1488196) 24 - TinyMCE security issue: removed moxieplayer (embedding flv and mp4 is not supported anymore) 22 25 23 26 RELEASE 0.7-beta -
branches/release-0.7/index.php
r5438 r5582 3 3 +-------------------------------------------------------------------------+ 4 4 | Roundcube Webmail IMAP Client | 5 | Version 0.7 -beta2|5 | Version 0.7 | 6 6 | | 7 7 | Copyright (C) 2005-2011, The Roundcube Dev Team | -
branches/release-0.7/program/include/iniset.php
r5438 r5582 38 38 39 39 // application constants 40 define('RCMAIL_VERSION', '0.7 -beta2');40 define('RCMAIL_VERSION', '0.7'); 41 41 define('RCMAIL_CHARSET', 'UTF-8'); 42 42 define('JS_OBJECT_NAME', 'rcmail');
Note: See TracChangeset
for help on using the changeset viewer.
