Skip to content

Commit

Permalink
Enforce usage of plone.app.blocks 2.2.1 to avoid issues with tiles br…
Browse files Browse the repository at this point in the history
…eaking the whole cover page
  • Loading branch information
hvelarde committed Mar 28, 2016
1 parent 2707c5a commit f7f201b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Expand Up @@ -6,6 +6,9 @@ There's a frood who really knows where his towel is.
1.0a13 (unreleased)
^^^^^^^^^^^^^^^^^^^

- Enforce usage of plone.app.blocks 2.2.1 to avoid issues with tiles breaking the whole cover page.
[hvelarde]

- Add option to select random items in collection tile (closes `#608`_).
[rodfersou]

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -120,7 +120,7 @@ To enable this package in a buildout-based installation:
[versions]
...
collective.js.bootstrap = 2.3.1.1
plone.app.blocks = 2.2.0
plone.app.blocks = 2.2.1
plone.app.tiles = 1.0.1
#. If you are using Plone 4.2.x you need to add the following also:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -51,7 +51,7 @@
'five.grok',
'Missing',
'plone.api',
'plone.app.blocks >=2.2.0',
'plone.app.blocks >=2.2.1',
'plone.app.dexterity [grok, relations]',
'plone.app.iterate',
'plone.app.jquery >=1.7.2',
Expand Down
2 changes: 1 addition & 1 deletion versions-4.2.x.cfg
Expand Up @@ -5,7 +5,7 @@ test-eggs =
[versions]
collective.js.bootstrap = 2.3.1.1
collective.js.jqueryui = 1.8.16.9
plone.app.blocks = 2.2.0
plone.app.blocks = 2.2.1
plone.app.jquery = 1.7.2
plone.app.jquerytools = 1.5.7
plone.app.tiles = 1.0.1
Expand Down
2 changes: 1 addition & 1 deletion versions-4.3.x.cfg
Expand Up @@ -4,7 +4,7 @@ test-eggs =

[versions]
collective.js.bootstrap = 2.3.1.1
plone.app.blocks = 2.2.0
plone.app.blocks = 2.2.1
plone.app.tiles = 1.0.1

# for testing compatibility with newer versions of jQuery
Expand Down
2 changes: 1 addition & 1 deletion versions-5.0.x.cfg
@@ -1,4 +1,4 @@
[versions]
collective.js.bootstrap = 2.3.1.1
plone.app.blocks = 2.2.0
plone.app.blocks = 2.2.1
plone.app.tiles = 1.0.1

0 comments on commit f7f201b

Please sign in to comment.