| | |
| | | CHANGELOG Roundcube Webmail |
| | | =========================== |
| | | |
| | | - Implemented shared cache (rcube_cache_shared) |
| | | - Fix handling of comma when adding contact from contacts widget (#1489107) |
| | | - Fix bug where a message was opened in both preview pane and new window on double-click (#1489122) |
| | | - Fix fatal error when xdebug.max_nesting_level was exceeded in rcube_washtml (#1489110) |
| | | - Fix PHP warning in html_table::set_row_attribs() in PHP 5.4 (#1489094) |
| | | - Fix invalid option selected in default_font selector when font is unset (#1489112) |
| | | - Fix displaying contact with ID divisible by 100 in sql addressbook (#1489121) |
| | | - Fix browser warnings on PDF plugin detection (#1489118) |
| | | - Fix fatal error when parsing UUencoded messages (#1489119) |
| | | - Change Reply-All button label/title when mailing list is detected (#1488938) |
| | | - Fix SMTP connection using IPv6 address in smtp_server option (#1489024) |
| | | - Added attachment_reminder plugin |
| | | - Make PHP code eval() free, use create_function() |