Skip to content

Commit

Permalink
Merge pull request #107 from eea/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
erral authored Jan 19, 2024
2 parents 9030178 + 4117683 commit ad35e94
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
17 changes: 17 additions & 0 deletions clms/addon/caching/configure.zcml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:cache="http://namespaces.zope.org/cache"
xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
xmlns:zcml="http://namespaces.zope.org/zcml"
i18n_domain="plone"
>
<!-- Image scales & file download paths -->
<adapter
factory="plone.app.caching.purge.ScalesPurgePaths"
provides="z3c.caching.interfaces.IPurgePaths"
for="plone.dexterity.interfaces.IDexterityContent"
name="plone.files.real"
/>


</configure>
1 change: 1 addition & 0 deletions clms/addon/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<include package=".patches" />
<include package=".adapters" />
<include package=".subscribers" />
<include package=".caching" />

<include
package="z3c.jbot"
Expand Down
2 changes: 1 addition & 1 deletion clms/addon/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.3
10.4
5 changes: 5 additions & 0 deletions docs/HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

10.4 - (2024-01-19)
---------------------------
* Change: Develop
[erral]

10.3 - (2024-01-18)
---------------------------
* Change: Develop
Expand Down

0 comments on commit ad35e94

Please sign in to comment.