- Fix skinname-encoding in py3 (fixes https://github.com/plone/Products.CMFPlone/issues/2748) [pbauer] (#2748)
4.0.0
------------------
Breaking changes:
- Factor out all static resources into plone.staticresources as part of PLIP 1653. [thet, sunew] (149)
Bug fixes:
- a11y: Added role attribute for portalMessage [nzambello] (151) - Fixed DeprecationWarning about SafeConfigParser class on Python 3. [maurits] (152) - Fixed ResourceWarnings for unclosed files in tests. [maurits] (154) - Fixed "RuntimeError: dictionary changed size during iteration" [jensens] (156)
3.0.1
------------------
Breaking changes:
- Remove five.globalrequest dependency. It has been deprecated upstream (Zope 4). [gforcada]
3.0.0
------------------
New features:
- Recompiled resource bundles with latest mockup. [sunew]
Bug fixes:
- Explicit load permissions for controlpanel. [jensens]
- Fix tests for merged plone.login. [jensens]
- More Python 3 fixes [ale-rt, pbauer, davisagli]
2.0.3
------------------
Bug fixes:
- Added a failing (5.1) test for fileuploads in the theme editor that breaks when plone.rest is installed. Fix is in https://github.com/plone/plone.rest/issues/59 [djay]
2.0.2
------------------
Bug fixes:
- remove mention of non-existent Example theme [tkimnguyen]
- Prepare for Python 2 / 3 compatibility [pbauer, ale-rt]