Plone v6.0.0.b3 Release Notes

Release Date: 2022-10-04 // over 1 year ago
  • ๐Ÿ› Bug fixes:

    • ๐Ÿšš Deprecate the portal_properties tool, remove obsolete code (#125)
    • Require Python 3.8 or higher. maurits
    • ๐Ÿ’… Actually load theme-specified styles CSS in TinyMCE. Rudd-O
    • ๐Ÿ’ป Minor visual fixes in admin UI jensens
    • ๐Ÿ›  Fix aliased helpers ale-rt
    • ๐Ÿ›  Fix tests to work with longer minimum password length. davisagli
    • ๐Ÿ‘Œ Improve tinymce table settings MrTango
    • ๐Ÿ‘‰ Make add classic Plone site button better visible MrTango
    • ๐Ÿ“‡ Updated metadata version to 6008. maurits

Previous changes from v6.0.0.b2

  • ๐Ÿ’ฅ Breaking changes:

    • ๐Ÿ‘ Officially drop Python 3.7 support and add 3.10 support. Currently everything still work in 3.7, all tests pass, but beta 2 is the last release where this is the case. See discussion in this issue <https://github.com/plone/Products.CMFPlone/issues/3635>_ and especially this community poll <https://community.plone.org/t/plone-6-0-drop-support-for-python-3-7-and-3-8/15549>_. maurits

    ๐Ÿ› Bug fixes:

    • ๐Ÿšš Moved CSFR patches addressing CMFPlone itself to decorators. [jensens] (3614-2)
    • ๐Ÿ›  Fixed an issue that prevented the user to select the preferred timezone (#1290)
    • ๐Ÿ›  Fixed adding control panel action via ZMI. maurits
    • ๐Ÿ”„ Changed 'Powered by' text rohnsha0
    • ๐Ÿ›  Fix active tab in @@test-rendering-icons. petschki
    • Do not create title tag for svg icons when tag_alt is not given. agitator
    • ๐Ÿ›  Fixed all known instances of plone.com in plone/Products.CMFPlone rohnsha0
    • ๐Ÿ‘ Allow access to the macros of the main_template, also from skin templates. maurits
    • โœ… Robot tests: be more specific when clicking some elements. maurits
    • Set portal title in registry when creating a new Plone site erral
    • ๐Ÿ”„ Change test to make sure e-mail is sent in utf-8 erral
    • ๐Ÿ›  Fixed 'Site Setup' link appearing on various parts of Control Panel rohnsha0
    • ๐Ÿ›  Fixed Inconsistent font issues in Control Panel rohnsha0
    • ๐Ÿ›  Fix visual issue with long action name in @@actions-controlpanel. petschki
    • ๐Ÿ›  Fixed an error where Main Template (line: 42) referenced plone.com istead of plone.org rohnsha0
    • ๐Ÿšš In traversal.py remove a Zope 4 BBB code, add a comment about bundle traverser and apply black.isort on the file. jensens
    • ๐Ÿ—„ Supress warning of intentional deprecated import for BBB. jensens
    • ๐Ÿ—„ Use plone.base and reduce deprecation warnings. In utils remove functions already moved to plone.base and add deferred import with message. Deprecate correct, where prior only comments or old logging. Some black/isort where touched. jensens
    • ๐Ÿšš Move utils.getQuality and utils.getAllowedSizes to plone.namedfile.utils. This helps untangling circular dependencies. jensens
    • ๐Ÿ—„ Do not use deprecated calls in actions expressions. ActionsTool and PloneBasetool got an code style overhaul. jensens
    • ๐Ÿ“‡ Updated metadata version to 6007. maurits