- Doesn't try to convert byte to string. Python converts to string when json is loaded. wesleybl
- Add Python 3.10 and 3.11 support wesleybl
- Implement plone/code-analysis-action ericof
- Add support to Plone 6.0 ericof
- Drop support to Plone versions 4.3, 5.0 and 5.1 ericof
- Drop support to Python 2.7 ericof
2.0.0
- Import relations fields that were exported as UID. wesleybl
- Update plone.dublincore behavior fields, even if the object doesn't have this behavior. wesleybl
- Add suport to Python 3.7 and 3.8 wesleybl
- Add suport to Plone 4.3, 5.0, 5.1 and 5.2 wesleybl
1.6.4
- Fix date deserialization to work with any kind of separator or when it is None. gbastien
- DatetimeDeserializer: check for the case when value is an empty string. erral
1.6.3
- Refactor DexterityUpdateSection: Factor out determining default value, getting value from pipeline and updating fields into their own methods. lgraf
1.6.2
- Fix blueprint context for support with ``transmogrifier`` package (not ``collective.transmogrifier``), which does not have dependencies to CMFPlone and thus doesn't provide a useful context. thet