borg.localrole: 5.0.0a1 → 5.0.0
-------------------------------
Internal:
- Update configuration files.
[plone devs]
five.intid: 3.0.2 → 3.1.0
-------------------------
New features:
- Officially add support for Python 3.12-3.14.
Require Python 3.10 minimum, which in practice was already the case, because this version is for Plone 6.2 only.
Internal:
- Update configuration files.
[plone devs]
Plone: 6.2.0rc2 → 6.2.0
-----------------------
- Prepare final release.
[maurits]
- Allow more recent setuptools versions for building the package.
[maurits]
plone.app.caching: 5.0.0a2 → 5.0.0
----------------------------------
Internal:
- Make final release, no further changes.
plone.app.contentlisting: 4.0.0a1 → 4.0.0
-----------------------------------------
Internal:
- Make final release, no further changes.
- Update configuration files.
[plone devs]
plone.app.contentmenu: 4.0.0a1 → 4.0.0
--------------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.app.contenttypes: 5.0.0a2 → 5.0.0
---------------------------------------
Internal:
- Make final release, no further changes.
plone.app.customerize: 3.0.0a1 → 3.0.0
--------------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.app.dexterity: 5.0.0a3 → 5.0.0
------------------------------------
Internal:
- Make final release, no further changes.
plone.app.discussion: 6.0.0a2 → 6.0.0
-------------------------------------
Internal:
- Make final release, no further changes.
plone.app.event: 6.0.0a2 → 6.0.0
--------------------------------
Internal:
- Make final release, no further changes.
plone.app.i18n: 5.0.0a1 → 5.0.0
-------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.app.intid: 3.0.0a1 → 3.0.0
--------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.app.iterate: 7.0.0a1 → 7.0.0
----------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.app.linkintegrity: 5.0.0a1 → 5.0.0
----------------------------------------
Internal:
- Make final release, no further changes.
plone.app.locales: 7.0.0rc1 → 7.0.2
-----------------------------------
New features:
- Update Brazilian Portuguese (pt_BR) translations for ``plone`` and ``widgets`` domains. @ericof
- Update Dutch (nl) translations for ``plone`` and ``widgets`` domains. @mauritsvanrees
- Complete fr, gl and ta translations @jimbiscuit @xulioxesus @tamilneran (#609)
Internal:
- No changes. Brown bag release @erral
plone.app.lockingbehavior: 3.0.0a1 → 3.0.0
------------------------------------------
Internal:
- Make final release, no further changes.
plone.app.redirector: 4.0.0a1 → 4.0.0
-------------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.app.registry: 3.0.0a1 → 3.0.0
-----------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.app.relationfield: 5.0.0a1 → 5.0.0
----------------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.app.robotframework: 3.0.0a4 → 3.0.0
-----------------------------------------
Internal:
- Make final release, no further changes.
plone.app.textfield: 4.0.0a1 → 4.0.0
------------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.app.theming: 7.0.0a3 → 7.0.0
----------------------------------
Internal:
- Make final release, no further changes.
plone.app.upgrade: 4.0.0rc2 → 4.0.0
-----------------------------------
Internal:
- Added upgrade to 6203, Plone 6.2.0 final. [maurits]
plone.app.users: 4.0.0a3 → 4.0.0
--------------------------------
Internal:
- Make final release, no further changes.
plone.app.uuid: 3.0.0a1 → 3.0.0
-------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.app.versioningbehavior: 3.0.0a1 → 3.0.0
---------------------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.app.viewletmanager: 5.0.0a1 → 5.0.0
-----------------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.app.vocabularies: 7.0.0a1 → 7.0.0
---------------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.app.widgets: 6.0.0a1 → 6.0.0
----------------------------------
Internal:
- Make final release, no further changes.
plone.app.z3cform: 5.0.0a2 → 5.0.0
----------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.autoform: 3.0.0a1 → 3.0.0
-------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.autoinclude: 3.0.0a2 → 3.0.0
----------------------------------
Internal:
- Make final release, no further changes.
plone.behavior: 3.0.0a1 → 3.0.0
-------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.browserlayer: 4.0.0a2 → 4.0.0
-----------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.cachepurging: 4.0.0a1 → 4.0.0
-----------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.caching: 3.0.0a1 → 3.0.0
------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.classicui: 2.0.0a2 → 2.0.0
--------------------------------
Internal:
- Make final release, no further changes.
plone.contentrules: 4.0.0a1 → 4.0.0
-----------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.dexterity: 4.0.0a1 → 4.0.0
--------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.distribution: 4.0.0a2 → 4.0.0
-----------------------------------
Internal:
- Make final release, no further changes.
plone.event: 3.0.0a1 → 3.0.0
----------------------------
Internal:
- Make final release, no further changes.
plone.exportimport: 2.0.0a2 → 2.0.1
-----------------------------------
Bug fixes:
- Reset per-setter progress counter in ``ContentImporter`` so ``{setter}: Handled N items...`` reports the items handled by that setter instead of a cumulative count carried over from the previous setter. @ericof #92
Internal:
- Remove Python 3.8/3.9 compatibility imports for type hints. @mauritsvanrees
- Update configuration files @plone
- Make final release, no further changes.
plone.formwidget.namedfile: 4.0.0a1 → 4.0.0
-------------------------------------------
Internal:
- Make final release, no further changes.
plone.formwidget.recurrence: 4.0.0a2 → 4.0.0
--------------------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.i18n: 6.0.0a1 → 6.0.0
---------------------------
Internal:
- Update configuration files.
[plone devs]
plone.indexer: 3.0.0a1 → 3.0.0
------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.intelligenttext: 5.0.0a2 → 5.0.0
--------------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.keyring: 5.0.0a1 → 5.0.0
------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.locking: 4.0.0a3 → 4.0.0
------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.memoize: 4.0.0a2 → 4.0.0
------------------------------
Internal:
- Make final release, no further changes.
plone.outputfilters: 6.0.0a2 → 6.0.0
------------------------------------
Internal:
- Make final release, no further changes.
plone.portlet.collection: 5.0.0a1 → 5.0.0
-----------------------------------------
Internal:
- Make final release, no further changes.
plone.portlet.static: 5.0.0a1 → 5.0.0
-------------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.portlets: 4.0.0a2 → 4.0.0
-------------------------------
Internal:
- Make final release, no further changes.
plone.protect: 6.0.0a2 → 6.0.0
------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.registry: 3.0.0a2 → 3.0.0
-------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.resource: 4.0.0a1 → 4.0.0
-------------------------------
Internal:
- Make final release, no further changes.
plone.resourceeditor: 5.0.0a1 → 5.0.0
-------------------------------------
Internal:
- Make final release, no further changes.
plone.restapi: 10.0.0rc3 → 10.0.0
---------------------------------
plone.rfc822: 4.0.0a1 → 4.0.0
-----------------------------
Internal:
- Update configuration files.
[plone devs]
plone.schema: 3.0.0a1 → 3.0.0
-----------------------------
Internal:
- Update configuration files.
[plone devs]
plone.schemaeditor: 5.0.0a1 → 5.0.0
-----------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.session: 5.0.0a1 → 5.0.0
------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.staticresources: 3.0.0rc1 → 3.0.0
---------------------------------------
New features:
- Final 3.0 release overview:
mockup was updated from 5.4.x to 5.6.x. See https://github.com/plone/mockup/releases/tag/5.6.4.
This is a substantial Classic UI modernization release with focused follow-up stabilization:
- TinyMCE was upgraded to version 8, including support for reading ``license_key`` from the Plone control panel.
- ``pat-contentbrowser`` was modernized internally (Svelte 5 migration), with follow-up fixes for batching, level filtering, selected items behavior, and upload interactions.
- ``pat-structure`` and related table handling were aligned with newer DataTables behavior, including fixes for initial sorting, column width handling, and ordering logic.
- Navigation and toolbar behavior were improved, including enhanced ``pat-navigationmarker`` capabilities and better toolbar scrolling behavior for constrained viewport heights.
- Accessibility and keyboard handling were improved in modal and recurrence interactions, including better focus trapping and semantically correct button-based controls.
- Several legacy jQuery-dependent paths were removed or reduced in favor of modernized pattern implementations.
After the larger feature jump in 5.6.0, the 5.6.1-5.6.4 updates primarily deliver bug fixes, UX polishing, and dependency maintenance for production readiness in Plone 6.2.
@petschki, @thet
- TinyMCE was upgraded to version 8, including support for reading ``license_key`` from the Plone control panel.
- ``pat-contentbrowser`` was modernized internally (Svelte 5 migration), with follow-up fixes for batching, level filtering, selected items behavior, and upload interactions.
- ``pat-structure`` and related table handling were aligned with newer DataTables behavior, including fixes for initial sorting, column width handling, and ordering logic.
- Navigation and toolbar behavior were improved, including enhanced ``pat-navigationmarker`` capabilities and better toolbar scrolling behavior for constrained viewport heights.
- Accessibility and keyboard handling were improved in modal and recurrence interactions, including better focus trapping and semantically correct button-based controls.
- Several legacy jQuery-dependent paths were removed or reduced in favor of modernized pattern implementations.
Internal:
- Compile resources. @petschki
plone.stringinterp: 3.0.0a2 → 3.0.0
-----------------------------------
Internal:
- Make final release, no further changes.
plone.subrequest: 3.0.0a1 → 3.0.0
---------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.supermodel: 3.0.0a1 → 3.0.0
---------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.testing: 10.0.0a1 → 10.0.0
--------------------------------
Bug fixes:
- Configure with plone.meta
Internal:
- Update configuration files.
[plone devs]
plone.theme: 5.0.0a1 → 5.0.0
----------------------------
Internal:
- Update configuration files.
[plone devs]
plone.tiles: 4.0.0a1 → 4.0.0
----------------------------
Internal:
- Make final release, no further changes.
plone.transformchain: 4.0.0a1 → 4.0.0
-------------------------------------
Internal:
- Update configuration files.
[plone devs]
plone.uuid: 3.0.0a1 → 3.0.0
---------------------------
Internal:
- Update configuration files.
[plone devs]
plone.volto: 6.0.0a2 → 6.0.0
----------------------------
plone.z3cform: 3.0.0a1 → 3.0.0
------------------------------
Internal:
- Make final release, no further changes.
plonetheme.barceloneta: 4.0.2 → 4.0.3
-------------------------------------
Internal:
- Update dependencies. @petschki
Products.CMFDiffTool: 5.0.0a1 → 5.0.0
-------------------------------------
Internal:
- Update configuration files.
[plone devs]
Products.CMFDynamicViewFTI: 8.0.0a1 → 8.0.0
-------------------------------------------
Internal:
- Update configuration files.
[plone devs]
Products.CMFEditions: 5.0.0a2 → 5.0.0
-------------------------------------
Internal:
- Make final release, no further changes.
Products.CMFPlacefulWorkflow: 4.0.0a1 → 4.0.0
---------------------------------------------
Internal:
- Update configuration files.
[plone devs]
Products.CMFPlone: 6.2.0rc2 → 6.2.0
-----------------------------------
Bug fixes:
- Use feed logo in the RSS template @erral #4321
Internal:
- Updated metadata version to 6203. @mauritsvanrees
Products.ExtendedPathIndex: 6.0.0a2 → 6.0.0
-------------------------------------------
Internal:
- Make final release, no further changes.
Products.MimetypesRegistry: 4.0.0a1 → 4.0.0
-------------------------------------------
Internal:
- Update configuration files.
[plone devs]
Products.PlonePAS: 9.0.0a1 → 9.0.0
----------------------------------
Internal:
- Update configuration files.
[plone devs]
Products.PortalTransforms: 5.0.0a3 → 5.0.0
------------------------------------------
Internal:
- Update configuration files.
[plone devs]
Products.statusmessages: 6.0.0a1 → 6.0.0
----------------------------------------
Internal:
- Update configuration files.
[plone devs]
pytest-plone: 1.0.0a2 → 1.0.0
-----------------------------
collective.MockMailHost: 4.0.0a1 → 4.0.0
----------------------------------------
collective.monkeypatcher: 3.0.0a1 → 3.0.0
-----------------------------------------
Internal:
- Make final release, no further changes.
collective.recipe.omelette: 3.0.0a1 → 3.0.0
-------------------------------------------
Documentation:
- Merge ``CHANGES.txt`` into ``CHANGES.rst``, and use that for the long description.
[maurits]
icalendar: 7.1.0 → 7.1.1
------------------------
- Switched from manual change log management to `towncrier `_ to automate the process. @stevepiercy (`Issue #1256 `_)
- Bump PyPy from 3.10 to 3.11 for testing. @stevepiercy (`Issue #1383 `_)
Products.DateRecurringIndex: 3.0.1 → 4.0.0
------------------------------------------
Breaking changes:
- Replace ``pkg_resources`` namespace with PEP 420 native namespace.
Support only Plone 6.2 and Python 3.10+.
New features:
- Implements IDateRangeIndex to exclude DateRecurringIndex by indexes with value in the keys of the catalog plan
[mamico]
five.customerize: 4.0 → 4.1
---------------------------
- Add support for Python 3.14.
- Drop support for Python 3.9.
Products.GenericSetup: 5.1.0 → 5.2
----------------------------------
- Move package metadata from setup.py to pyproject.toml.
- Fix malformed docstring in ``rolemap.importRolemap``.
z3c.relationfield: 3.0 → 3.1
----------------------------
- Add support for Python 3.14.
- Drop support for Python 3.9.
trove-classifiers: 2026.4.28.13 → 2026.5.7.17
---------------------------------------------