diff options
author | alecpl <alec@alec.pl> | 2010-10-29 08:42:28 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-10-29 08:42:28 +0000 |
commit | 2cd443315dbd0b3d7fdec78f0042f22d20e57ede (patch) | |
tree | 0e81b5b095dae063eccf99c9bb49359963a00296 /CHANGELOG | |
parent | f0638be52a0bdb313e608447763eb4481770c4b2 (diff) |
- Plugin API: add possibility to disable plugin in AJAX mode, 'noajax' property
- Plugin API: add possibility to disable plugin in framed mode, 'noframe' property
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -54,6 +54,8 @@ CHANGELOG Roundcube Webmail - Fix handling of URLs with tilde (~) or semicolon (;) character (#1487087, #1487088) - Plugin API: added 'contact_form' hook - Add SORT=DISPLAY support (RFC 5957) +- Plugin API: add possibility to disable plugin in AJAX mode, 'noajax' property +- Plugin API: add possibility to disable plugin in framed mode, 'noframe' property RELEASE 0.4.2 ------------- |