- Fix code to not silently swallow `ConflictErrors`. [witsch]
- Fix issue with dangling references to already removed objects. Fixes http://dev.plone.org/plone/ticket/8349 and http://dev.plone.org/plone/ticket/8390. [witsch]
1.0.10
-------------------
- Fixed the recognizing of links to files (or any object) with a space in the id. Fixes http://dev.plone.org/plone/ticket/8167. [maurits]
- Updated tests to work with LinguaPlone by unmarking the creation flag on new objects. [maurits]
1.0.9
------------------
- Use acquisition API to support the "philikon-aq" branch. [witsch]
- Fix a problem with updating link integrity references during a request which trying to delete multiple other objects. [witsch]
1.0.8
------------------
- Added missing i18n markup to `confirmation.pt`, also fixing http://dev.plone.org/plone/ticket/7995. [witsch]
1.0.7
------------------
- Fixed accidental removal of references not related to link integrity. [dunny]
1.0.6
------------------
- Added missing namespace declaration to avoid the warning about it. [wiggy]