summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-04-12 09:16:01 +0000
committeralecpl <alec@alec.pl>2011-04-12 09:16:01 +0000
commitca18a90b1af9312b936e909c3e8c14e0e1571935 (patch)
treefed1f4156541e2b384628599bbcc1c999788a3eb /CHANGELOG
parent23b49558cd5f70c351788a129042a62fe8170dfe (diff)
- Fix bug where template name without plugin prefix was used in render_page hook (the same fix for deprecated_templates)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6a0f3351f..626b3fc7f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Fix bug where template name without plugin prefix was used in render_page hook
- Fix handling of debug_level=4 in ajax requests (#1487831)
- Support 'abort' and 'result' response in 'preferences_save' hook, add error handling
- Fix bug where some content would cause hang on html2text conversion (#1487863)