From 3d8d2df30f05f9108e7eef91c4c29eb0a9fba738 Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Fri, 20 Dec 2024 14:31:22 +0100 Subject: [PATCH] Update package dependencies for 6.1. `plone.app.discussion` and `multilingual` have become core add-ons, so they live above `CMFPlone`. `plone.app.caching` has always lived above `CMFPlone`, it was filed wrongly. `plone.classicui` is new above `CMFPlone`, and it pulls in `plone.distribution` and `plone.exportimport`. --- docs/conceptual-guides/package-dependencies.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/conceptual-guides/package-dependencies.md b/docs/conceptual-guides/package-dependencies.md index a3e3bd5c4..66394c20f 100644 --- a/docs/conceptual-guides/package-dependencies.md +++ b/docs/conceptual-guides/package-dependencies.md @@ -246,17 +246,21 @@ Looking deeper into those packages, there are more subdivisions which fall into - Plone - plone.api +- plone.app.caching +- plone.app.discussion - plone.app.iterate +- plone.app.multilingual - plone.app.upgrade +- plone.classicui +- plone.distribution +- plone.exportimport - plone.restapi - plone.volto - Products.CMFPlacefulWorkflow - ### Between `Products.CMFPlone` and `plone.base` - collective.monkeypatcher -- plone.app.caching - plone.app.content - plone.app.contentlisting - plone.app.contentmenu @@ -264,7 +268,6 @@ Looking deeper into those packages, there are more subdivisions which fall into - plone.app.contenttypes - plone.app.customerize - plone.app.dexterity -- plone.app.discussion - plone.app.event - plone.app.i18n - plone.app.intid @@ -272,7 +275,6 @@ Looking deeper into those packages, there are more subdivisions which fall into - plone.app.linkintegrity - plone.app.locales - plone.app.lockingbehavior -- plone.app.multilingual - plone.app.portlets - plone.app.querystring - plone.app.redirector