Skip to content

Commit 04b2e31

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. To maintain backwards compatibility, figure out the correct path at runtime depending on the version.
1 parent df3cd5a commit 04b2e31

3 files changed

Lines changed: 551 additions & 524 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)