Skip to content

Commit 3d8d2df

Browse files
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`.
1 parent 9278f59 commit 3d8d2df

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/conceptual-guides/package-dependencies.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,33 +246,35 @@ Looking deeper into those packages, there are more subdivisions which fall into
246246

247247
- Plone
248248
- plone.api
249+
- plone.app.caching
250+
- plone.app.discussion
249251
- plone.app.iterate
252+
- plone.app.multilingual
250253
- plone.app.upgrade
254+
- plone.classicui
255+
- plone.distribution
256+
- plone.exportimport
251257
- plone.restapi
252258
- plone.volto
253259
- Products.CMFPlacefulWorkflow
254260

255-
256261
### Between `Products.CMFPlone` and `plone.base`
257262

258263
- collective.monkeypatcher
259-
- plone.app.caching
260264
- plone.app.content
261265
- plone.app.contentlisting
262266
- plone.app.contentmenu
263267
- plone.app.contentrules
264268
- plone.app.contenttypes
265269
- plone.app.customerize
266270
- plone.app.dexterity
267-
- plone.app.discussion
268271
- plone.app.event
269272
- plone.app.i18n
270273
- plone.app.intid
271274
- plone.app.layout
272275
- plone.app.linkintegrity
273276
- plone.app.locales
274277
- plone.app.lockingbehavior
275-
- plone.app.multilingual
276278
- plone.app.portlets
277279
- plone.app.querystring
278280
- plone.app.redirector

0 commit comments

Comments
 (0)