- Removed backwards compatibility code for old quickinstaller. Current plone.app.testing is only for Plone 5.2+, so this code was no longer used. See also `PLIP 1775 <https://github.com/plone/Products.CMFPlone/issues/1775>`_. [maurits] (1775)
6.1.6
------------------
Bug fixes:
- Fixed test failure on Python 3 with Products.MailHost 4.10. [maurits] (3178)
6.1.5
------------------
Bug fixes:
- Minor packaging updates. (1)
6.1.4
------------------
Bug fixes:
- Fix a test isolation issue that was preventing the MOCK_MAILHOST_FIXTURE to be used in multiple testcases [ale-rt] (61) - MockMailHostLayer configures the mail sender setting the appropriate registry records (Fixes 62) (62) - Fix tests when using zope.testrunner internals since its version 5.1. [jensens] (68) - Do not load Products/ZCML of no longer existing Products.ResourceRegistries. [jensens] (69)
6.1.3
------------------
Bug fixes:
- Make plone.app.folder a optional product for PloneFixture in py2 (59)
6.1.2
------------------
Bug fixes:
- Fixed the travis build checking the Python versions Plone actually supports. Also fixed Python versions in setup.py (57)