- Load CMFFormController in Plone 5, be silent when this fails in Plone 6. This restores compatibility with Plone 5.2 for now. Note that this ``plone.app.testing`` version is only meant for Python 3. [maurits] (3467)
7.0.0a2
--------------------
Bug fixes:
- Add savepoint after creating the portal in PloneFixture. Fixes `issue 3467 <https://github.com/plone/Products.CMFPlone/issues/3467>`_. [pbauer] (76)
7.0.0a1
--------------------
Breaking changes:
- Plone 6 only. (75)
New features:
- remove CMFFormController [petschki] (75)
6.1.9
------------------
Bug fixes:
- Fixed test that failed for dexterity site root. [jaroel, ale-rt] (60)
6.1.8
------------------
Bug fixes:
- Before trying to load the zcml of plone.app.folder, double check if it is a real package or an alias provided by plone.app.upgrade (72)
6.1.7
------------------
New features:
- 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)