Skip to content

Commit

Permalink
Merge branch 'master' into cekk_blocks_searchabletext
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk authored Oct 15, 2024
2 parents 2499364 + 2a64ac2 commit 2c2aea1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ Changelog
5.5.6 (unreleased)
------------------

- Remove dependency with *collective.volto.cookieconsent*.
[cekk]
- Add more block indexers for SearchableText.
[cekk]


5.5.5 (2024-09-23)
------------------

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
python_requires=">=3.7",
install_requires=[
"setuptools",
"collective.volto.cookieconsent", # this will be uninstalled and removed soon.
"collective.volto.gdprcookie",
"collective.monkeypatcher",
"collective.purgebyid",
Expand Down
1 change: 0 additions & 1 deletion src/redturtle/volto/dependencies.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/>
<include package="Products.GenericSetup" />

<include package="collective.volto.cookieconsent" />
<include package="collective.monkeypatcher" />
<include package="collective.purgebyid" />
<include package="kitconcept.seo" />
Expand Down

0 comments on commit 2c2aea1

Please sign in to comment.