Skip to content

Commit 40d1440

Browse files
committed
feat: Support Roundcube 1.7 static files handling
Roundcube 1.7 forces us to go trough static.php for security. However, this script does not exist in older Roundcube releases. Fortunately, there's an API function available that exists in both old and new releases and accounts for the new behaviour.
1 parent df3cd5a commit 40d1440

4 files changed

Lines changed: 178 additions & 82 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The plugin name to add to your config file is: `tls_icon`.
2525

2626
## Requirements
2727

28-
- Roundcube `1.3.0` or newer.
28+
- Roundcube `1.3.0` or newer (tested up to 1.7).
2929
- PHP `5.4` or newer.
3030

3131
## Currently supported languages

0 commit comments

Comments
 (0)