summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-10-29 08:42:28 +0000
committeralecpl <alec@alec.pl>2010-10-29 08:42:28 +0000
commit2cd443315dbd0b3d7fdec78f0042f22d20e57ede (patch)
tree0e81b5b095dae063eccf99c9bb49359963a00296 /CHANGELOG
parentf0638be52a0bdb313e608447763eb4481770c4b2 (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--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 99e34b81d..802eb2a6e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
-------------