pip: 24.0 → 24.2 ---------------- setuptools: 69.5.1 → 74.0.0 --------------------------- wheel: 0.43.0 → 0.44.0 ---------------------- zc.buildout: 3.0.1 → 3.1.0 -------------------------- Plone: 6.1.0a4 → 6.1.0a5 ------------------------ - Release 6.1.0a5. [maurits] plone.app.content: 4.1.5 → 4.1.7 -------------------------------- Bug fixes: - Fix `select_default_page` in VHM hosted sites [petschki] (#292) - getVocabulary: Fix for terms with incomplete HTML (#288) plone.app.contentmenu: 3.0.5 → 3.0.6 ------------------------------------ Bug fixes: - Fixes pat-plone-modal redirection issue after changing state from content menu [rohnsha0] (#3989) plone.app.contenttypes: 3.0.9 → 4.0.0 ------------------------------------- Breaking changes: - Do not enable plone.allowdiscussion by default, it is a core add-on now. This is for Plone 6.1, so is a breaking change. [@jensens] (#665) plone.app.dexterity: 4.0.0 → 4.0.1 ---------------------------------- Breaking changes: - `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) plone.app.discussion: 4.1.2 → 5.0.0a1 ------------------------------------- Breaking changes: - Move this package in the space of Plone Core add-ons. It now depends on Products.CMFPlone and is no longer installed by default. It is still available in the default Plone distribution, but can be omitted in customizations. Installing this in the Add-ons control panel will enable comments globally. [jensens] (#211) Bug fixes: - Fix redirection after comment edit to main content, preventing NotFound. [@jensens] (#211) - Add missing icon on comments' `view` action Register contenttype icon for comments. [gforcada, maurits] (#222) plone.app.event: 5.1.5 → 5.1.6 ------------------------------ Bug fixes: - use widgets for behavior fields from `plone.app.z3cform` to make the formfields BS5 ready [1letter] (#396) - Fix date conversion between collection query and ``expand_events`` filtering. [petschki] (#404) plone.app.locales: 6.0.23 → 6.0.24 ---------------------------------- - Update es translation - Update pt-br translation - Update eu translation - Update cn translation - Update nl translation - Remove Products.validation translations (translations) plone.app.theming: 5.0.9 → 5.0.10 --------------------------------- Internal: - Minor optimization to disable Diazo theming via `X-Theme-Disabled` a tick earlier. [thet] (#244) plone.app.upgrade: 3.1.5 → 3.1.6 -------------------------------- Bug fixes: - 6.1: Cleanup ``plone.app.discussion`` settings when the package is not available. If the site contains comments, we throw an error and stop the upgrade. The advice then is to add the ``plone.app.discussion`` package. [maurits] (#211) Internal: - Added upgrade to 6024, Plone 6.0.13. [maurits] (#6024) - Added upgrade to 6104, Plone 6.1.0a5. [maurits] (#6104) plone.restapi: 9.7.1 → 9.7.2 ---------------------------- Bug fixes: - Fixed Dexterity content serializer: Return an empty object for `next_item` and `previous_item` unless the parent has next/previous support enabled. @JeffersonBledsoe, @davisagli (#1799) - Fixed implementation of the `jwt_auth` plugin. It now can be added, and its properties, `use_keyring` and `store_tokens`, can be updated. @sauzher (#1802) Documentation: - Update contributing docs for Plone 6, and switch from Netlify to Read the Docs for pull request previews. @stevepiercy (#1798) Internal: - Explicitly globally disable comments in the tests that need it. [maurits] (#244) plone.staticresources: 2.2.0a8 → 2.2.0a10 ----------------------------------------- Bug fixes: - Latest `mockup=5.2.0-alpha.10`. See https://github.com/plone/mockup/releases/tag/5.2.0-alpha.10 for detailed changenotes. [petschki] (#349) - Latest `mockup = 5.2.0-alpha.9`. See https://github.com/plone/mockup/releases/tag/5.2.0-alpha.9 for detailed changenotes. [petschki] (#348) plonetheme.barceloneta: 3.2.0a5 → 3.2.0a6 ----------------------------------------- Bug fixes: - Upgrade dependencies. [petschki] #380 Products.CMFPlone: 6.1.0a4 → 6.1.0a5 ------------------------------------ Breaking changes: - Use `Products.isurlinportal` directly, instead of relying on it patching our `URLTool`. This solves a cyclic dependency. [maurits] #12 - Turn plone.app.discussion in a core-addon. [@jensens] #3782 Bug fixes: - Sort portal types in search filter according to `ReallyUserFriendlyTypes` using `unidecode` in `plone.app.vocabularies`. @rohnsha0 #3860 - Do not use deprecated `base_hasattr` in `utils.py`. [maurits] #3998 - Use `five.registerPackage` so an editable install with `pip` works. [maurits] #4002 - Fix help text for redirect target path. @davisagli #4007 Internal: - Updated metadata version to 6104. [maurits] #6104 Products.isurlinportal: 2.0.2 → 3.0.0 ------------------------------------- Breaking changes: - No longer patch Products.CMFPlone. Version 6.1.0a5 will use us directly. This solves cyclic dependencies, and is incompatible with Plone 6.0. [maurits] (#12) Documentation: - Version 2.x is compatible with Plone 6.0. Version 3.x is compatible with Plone 6.1 and higher. Version 3 changes the way this package is integrated in the Plone core. [maurits] (#12) Products.PortalTransforms: 4.0.3 → 4.1.0 ---------------------------------------- New features: - Shortcut in safe_html: Check for signs of html or script, skip further processing if none are found. (#66) cryptography: 42.0.5 → 43.0.1 -----------------------------