Plone 5.0.6
There may be hotfixes applicable to this release. Always check the Plone Hotfix page before production deployment.
Release notes
License | GPL |
---|---|
Date released | 2023-09-28 |
Release manager | Eric Steele |
Linux/BSD/Unix users: Use the Unified Installer. It is a full-source kit with build scripts.
Windows users: use the Vagrant kit. We anticipate having a binary Windows installer for later releases.
OS X users: use the Vagrant kit or install XCode command-line tools and use the Unified Installer.
Automated provisioning: See Plone's Ansible Playbook for a full-stack installation kit.
Downloads
-
Unified Installer
Linux/BSD/Unix (58.2MB) -
Simple Plone Buildout (Recommended for Windows)
all platforms -
Vagrant / Virtualbox Install Kit
all platforms
Changes
plone.app.locales: 5.0.10 → 5.0.11
-
German: Change the querystring criteria group from "Daten" to "Datum".
It''s right, that "Daten" is the plural of "Datum".
But the naming is misleading and means the same like the english "data".
thet -
German: Change "Ort" to "Path" for translations indicating the hierarchical location of some content.
Fixes: #117
thet -
Minor German updates.
thet -
Updated Tranditional Chinese translations.
l34marr -
Updated italian translation.
keul
plone.app.redirector: 1.3.1 → 1.3.2
Bug fixes:
- Use zope.interface decorator.
gforcada
plone.app.textfield: 1.2.6 → 1.2.7
Bug fixes:
- Use zope.interface decorator.
gforcada
plone.app.upgrade: 1.3.25 → 1.3.27
Bug fixes:
-
Add empty upgrade step for 4.3.11.
esteele -
Add empty upgrade step for 5.0.6.
esteele -
Remove deprecated
mockup-registry
andmockup-parser
resources.
thet -
Update
last_compilation
to deliver new bundles.
thet -
Add missing
jquery.browser
dependency which is needed by patternslib.
thet -
Use zope.interface decorator.
gforcada
plone.app.users: 2.3.6 → 2.3.7
Bug fixes:
- Use zope.interface decorator.
gforcada
plone.app.uuid: 1.1 → 1.1.1
Bug fixes:
- Use zope.interface decorator.
gforcada
plone.app.viewletmanager: 2.0.9 → 2.0.10
Bug fixes:
plone.app.widgets: 2.0.5 → 2.0.6
Bug fixes:
- Use zope.interface decorator.
gforcada
plone.app.workflow: 2.2.5 → 2.2.6
Bug fixes:
- Use zope.interface decorator.
gforcada
plone.alterego: 1.0 → 1.0.1
Bug fixes:
- Use zope.interface decorator.
gforcada
plone.batching: 1.1.0 → 1.1.1
Bug fixes:
- Use zope.interface decorator.
gforcada
plone.behavior: 1.1.1 → 1.1.2
New features:
- New option to register a behavior only by its short name and not by its dotted name.
This enables more advanced behavior subclassing capabilities.
jensens
plone.cachepurging: 1.0.11 → 1.0.12
Bug fixes:
- Use zope.interface decorator.
gforcada
plone.caching: 1.1.0 → 1.1.1
Bug fixes:
- Use zope.interface decorator.
gforcada
plone.contentrules: 2.0.5 → 2.0.6
Bug fixes:
- Use zope.interface decorator.
gforcada
plone.dexterity: 2.4.2 → 2.4.3
Bug fixes:
- Use zope.interface decorator.
gforcada
plone.event: 1.3 → 1.3.1
Bug fixes:
- Use zope.interface decorator.
gforcada
plone.folder: 1.0.8 → 1.0.9
Bug fixes:
- Use zope.interface decorator.
gforcada
plone.formwidget.datetime: 1.3 → 1.3.1
Bug fixes:
-
Marked in setup.py as also compatible with Plone 4.3, next to 5.0. maurits
-
Use zope.interface decorator.
gforcada
plone.formwidget.querystring: 1.1.6 → 1.1.7
Bug fixes:
- Use zope.interface decorator.
gforcada
plone.formwidget.recurrence: 2.1.0 → 2.1.1
Bug fixes:
- Use zope.interface decorator.
gforcada
plone.i18n: 3.0.4 → 3.0.5
Bug fixes:
- Use zope.interface decorator.
gforcada
plone.locking: 2.1.1 → 2.1.2
Bug fixes:
- Use zope.interface decorator.
gforcada
plone.portlet.collection: 3.0.6 → 3.1
New features:
- If collection is default page in parent, link to parent.
malthe
Bug fixes:
- Use zope.interface decorator.
gforcada
plone.portlets: 2.2.2 → 2.2.3
Bug fixes:
- Use zope.interface decorator.
gforcada
plone.protect: 3.0.18 → 3.0.19
New features:
- Added protect.js from plone4.csrffixes. This adds an
X-CSRF-TOKEN
header to ajax requests.
Fixes https://github.com/plone/plone.protect/issues/42
maurits
Bug fixes:
- Use zope.interface decorator.
gforcada
plone.reload: 2.0.1 → 2.0.2
Bug fixes:
- Use zope.interface decorator.
gforcada
plone.resource: 1.0.5 → 1.0.6
Bug fixes:
-
Do not leave an
.svn
file behind when running the tests. maurits -
Use zope.interface decorator.
gforcada
plone.rfc822: 1.1.2 → 1.1.3
Bug fixes:
plone.schemaeditor: 2.0.10 → 2.0.11
Bug fixes:
- Use zope.interface decorator.
gforcada
plone.stringinterp: 1.1.3 → 1.1.4
Bug fixes:
- Use zope.interface decorator.
gforcada
plonetheme.sunburst: 1.5.2 → 1.5.3
Bug fixes:
- Use zope.interface decorator.
gforcada
five.intid: 1.1.0 → 1.1.1
Bug fixes:
-
Acquisition-unwrap each item in the aq_iter chain, as
getSite().__parent__
might return an object aquired from the original context which breaks the parent loop detection.
thet -
Prevent errors on
moveIntIdSubscriber
when theIKeyReference
adapter
raises aNotYet
, e.g. because the object does not have a proper path.
ale-rt
plone.app.intid: 1.1.1 → 1.1.2
Bug fixes:
-
setuphandler now can deal with could-not-adapt exception (TypeError).
-
This may happen and must not stop the handler from working
plone.app.debugtoolbar: 1.1.0 → 1.1.1
Bug fixes:
- Use zope.interface decorator.
gforcada
plone.app.referenceablebehavior: 0.7.4 → 0.7.5
Bug fixes:
- Use zope.interface decorator.
gforcada
plone.app.versioningbehavior: 1.2.8 → 1.2.9
Bug fixes:
- Use zope.interface decorator.
gforcada
plone.formwidget.autocomplete: 1.2.9 → 1.2.10
Bug fixes:
plone.formwidget.contenttree: 1.0.14 → 1.0.15
Bug fixes:
- Use zope.interface decorator.
gforcada
plone.app.multilingual: 4.0.2 → 4.0.3
Bug fixes:
- Use zope.interface decorator.
gforcada
archetypes.multilingual: 3.0.2 → 3.0.3
Bug fixes:
- Use zope.interface decorator.
gforcada