- Unskip test for Zope 4, as isolation problems are already fixed. [thet]
1.0.4
------------------
New:
- Add behavior short name. [jensens]
1.0.3
------------------
Fixes:
- Use a functional layer to resolve test isolation problems. [gforcada]
- Refactor doctest to an integration test and skip it for Zope 4 due to isolation problems. [pbauer]
- Changed i18n_domain to "plone". Requires plone.app.locales 4.3.9 or higher. [claytonc]
1.0.2
------------------
- Remove superfluous 'for'. [fulv]
- Fix tests: redirect was changed in commit e7367258. [jone]
- If the content is locked, the redirect points to the default view and not to the absolute_url of the object. It avoids image opening on redirect [parruc]