- Drop compatibility for Plone 5.2. Support Plone 6 only. [maurits] (60)
Bug fixes:
- Fixed test layer setup. Created content was bleeding into layers from other packages. [maurits] (846)
3.6.1
------------------
Bug fixes:
- Test fix: only load plone.app.contenttypes migration layer on Python 2. [maurits] (641)
3.6.0
------------------
New features:
- Track link integrity of referenced PDFs and other site objects in IFRAME SRC references. (84)
3.5.0
------------------
New features:
- Track integrity of video and audio files in HTML source tags. (77)
3.4.1
------------------
Bug fixes:
- Use base64.decodebytes instead of decodestring when possible. Fixes Python 3.9 compatibility in the tests. [maurits] (81)
3.4.0
------------------
New features:
- Drop Plone 5.1 support, due to possible incompatibility with older plone.app.uuid. [maurits] (79)
Bug fixes:
- Fix Unauthorized exception when you edit a page that links to another page that you are not allowed to see. Fixes `issue 79 <https://github.com/plone/plone.app.linkintegrity/issues/79>`_. [maurits] (79)