- Python 3, Plone 5.2 and Plone 6.0 compatible. [aduchene] - Fixed an issue when odt_file.filename could be None when searching and replacing. [aduchene] - Fixed an issue with `helper.dexterity.DXDocumentGenerationHelperView.check_permission` raising when it should not. [aduchene]
3.43
-----------------
- Import `safe_encode` from `imio.pyutils` instead `imio.helpers`. [gbastien] - Use has Plone versions constants (`HAS_PLONE_4`, `HAS_PLONE_5`, ...) from `imio.helpers`. [gbastien]
3.42
-----------------
- Translated again type icon title. [gbastien]
3.41
-----------------
- Corrected typo. [sgeulette] - In `TitleColumn`, use `typeInfo.Title()` instead translating `typeInfo.title`, `Title()` do the same but manages special characters in the `title`. [gbastien]
3.40
-----------------
- Add `DOCUMENTGENERATOR_LOG_PARAMETERS` environment variable that can be used to log request form parameters with collective.fingerpointing. [mpeeters]
3.39
-----------------
- Removed `utils.safe_encode`, imported it from `imio.helpers.content`. [gbastien]