diff --git a/CHANGES.rst b/CHANGES.rst index 175982699..9c0a2d38c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -35,7 +35,6 @@ There's a frood who really knows where his towel is. - Remove hard dependency on plone.app.stagingbehavior as that package is no longer needed in Plone 5. Under Plone < 5.0 you should now explicitly add it to the `eggs` part of your buildout configuration to avoid issues while upgrading. - Support for checkout and checkin operations will be automatically configured if ``plone.app.stagingbehavior`` is available. [hvelarde] - Implement drag and drop among tiles (closes `#487`_). diff --git a/README.rst b/README.rst index 7c7286d9f..92362bac2 100644 --- a/README.rst +++ b/README.rst @@ -114,7 +114,6 @@ To enable this package in a buildout-based installation: ... eggs = collective.cover - plone.app.stagingbehavior [versions] ... diff --git a/src/collective/cover/profiles.zcml b/src/collective/cover/profiles.zcml index 110329ed0..995d5f5d9 100644 --- a/src/collective/cover/profiles.zcml +++ b/src/collective/cover/profiles.zcml @@ -32,14 +32,6 @@ - - - -