- Moved JS code to avoid double click on transition link to `imio.helpers` under name `temp_disable_link` and use it. [gbastien] - Added back reverted code regarding `portal_type` title. [gbastien]
1.67
-----------------
- Reverted change introduced in version 1.65 for now: Use `typeInfo.Title()` to get portal_type's title instead translating the `typeInfo.title`. [gbastien]
1.66
-----------------
- Added `onObjWillBeRemoved` event handler (ZCML disabled by default) that will check for an `IContentDeletable.mayDelete` adapter upon any deletion. Enable it when using `IContentDeletable`. [gbastien]
1.65
-----------------
- Use `typeInfo.Title()` to get portal_type's title instead translating the `typeInfo.title`. [gbastien]
1.64
-----------------
- Fixed profile version displayed in `portal_setup` by adding a step that reinstalls `imio.actionspanel`. [gbastien]