- Implement control panel via plone.restapi [ericof]
- Adapt control panel to Bootstrap 5 [ericof]
- Use plone/code-analysis-actionv2 as basis for code-analysis in GitHub Actions [ericof]
- Tests now use pytest instead of unittest [ericof]
- Drop support to Plone 5.2 [ericof]
- Drop support to Python 3.7 [ericof]
2.1.1
- Fix property matching. [ericof]
2.1.0
- Property matching now supports '*' both in the start and in the end of the value. [ericof]
2.0.0
- Plone 5.2 compatibility. [timo]
- Drop Python 2, Plone < 5.2 compatibility. [ericof]
- Implement package uninstall (12). [ericof]
1.1
- Plone 5.1 compatibility. [timo]
- Make plugins (by default inactive) ``getGroupMembers`` pluggable, so that integrators may provide its own utility providing new ``IGetGroupMembers`` interface promising to return the actual group members. [jensens]