From fcf9cd4b940121938e85cd6676530e0dc887fd85 Mon Sep 17 00:00:00 2001 From: Asko Soukka Date: Tue, 31 Mar 2015 13:44:15 +0300 Subject: [PATCH] Update changelog --- docs/HISTORY.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index f5a53ecd..1f0824e1 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -4,6 +4,10 @@ Changelog 1.1.5 (unreleased) ------------------ +- Fix load pluginSettings for the enabled theme before calling plugins for + onEnabled and call onEnabled plugins with correct parameters + [datakurre] + - Add an error log if the subrequest failed (probably a relative xi:include) instead of silently returning None (and so having a xi:include returning nothing).