^^^^^^^^^^^^^^^^^^
.. warning::
The PFG tile is now deprecated an will be removed in collective.cover 3.
This version removes the hard dependency on ``plone.app.relationfield``;
if you're ugrading from a previous version of ``collective.cover`` you must add the extra ``[relations]``.
Upgrading from versions below 1.2b1 is no longer supported.
You must upgrade at least to version 1.2b1 before upgrading to this release.
- Update package dependencies.
[hvelarde]
- Deprecate PFG tile; it will remain available in Plone 4, but not in Plone 5.
[hvelarde]
- Remove hard dependency on ``plone.app.relationfield``;
if you're ugrading from a previous version of ``collective.cover`` you must add the extra ``[relations]`` (closes `684 <https://github.com/collective/collective.cover/issues/684>`_).
[hvelarde]
- Remove predefined layouts as they were created using Deco grid system and they are broken in Plone 5 (closes `652 <https://github.com/collective/collective.cover/issues/652>`_).
You can still create your own layouts using your favorite grid system as usually.
[rodfersou]
- Remove upgrade steps for old, unsupported releases.
[hvelarde]
- Remove deprecated adapters ``CollectionUIDsProvider``, ``FolderUIDsProvider`` and ``GenericUIDsProvider``.
[hvelarde]
- Fix retrieval of available image scales in tile layout configuration for Plone 5 (fixes `781 <https://github.com/collective/collective.cover/issues/781>`_).
[rodfersou]
- Fix edit list element in compose tab on Plone 5 (fixes `770 <https://github.com/collective/collective.cover/issues/770>`_).
[rodfersou]
- Fix display of tabs in content chooser for Plone 5.
[cdw9, rodfersou]