- `plone.app.discussion` is now a core addon. The `plone.discussion` behavior class was moved over there. This is the real reason that 4.0.0 was a breaking release: this is for Plone 6.1 only. [jensens] (371)
4.0.0
------------------
Bug fixes:
- Remove a DeprecationWarning from a moved p.a.z3cform.widgets import. [jensens] (387)
- Make the dependency on ``plone.app.content`` conditional. This is for ``INameFromTitle``, which we want to move to ``plone.base``. [maurits] (3858)
3.1.2
------------------
Internal:
- Update configuration files. [plone devs] (55bda5c9) - Move some tests to `plone.app.content` to avoid a circular dependency with that package. [gforcada] (3858)
3.1.1
------------------
Bug fixes:
- Fix transitive circular dependency on `plone.app.layout`. Use moved imports in `plone.base`. Move `plone.app.layout.nextprevious.interfaces.INextPreviousProvider` to `.behaviors.nextprevious`. Move defaultpage warning viewlet to `plone.app.layout`. [jensens] (fix-circular-dep-palayout)