diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index df17503..27c289f 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,6 +1,11 @@ Changelog ========= +9.2 - (2019-12-13) +--------------------------- +* Bug fix: Fix the uninstall profile + [avoinea] + 9.1 - (2019-11-21) -------------------------- * Feature: Made all Dexterity content cache aware diff --git a/eea/cache/profiles.zcml b/eea/cache/profiles.zcml index 6330d01..1fa7b35 100644 --- a/eea/cache/profiles.zcml +++ b/eea/cache/profiles.zcml @@ -9,6 +9,16 @@ directory="profiles/default" description="Memcache" provides="Products.GenericSetup.interfaces.EXTENSION" + for="Products.CMFPlone.interfaces.IPloneSiteRoot" + /> + + diff --git a/eea/cache/profiles/uninstall/actions.xml b/eea/cache/profiles/uninstall/actions.xml new file mode 100644 index 0000000..a708cfd --- /dev/null +++ b/eea/cache/profiles/uninstall/actions.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/eea/cache/version.txt b/eea/cache/version.txt index 28a2186..1a2c355 100644 --- a/eea/cache/version.txt +++ b/eea/cache/version.txt @@ -1 +1 @@ -9.1 +9.2