- Fix missing plone.app.contentmenu zcml dependency for plone_displayviews menu [laulaz]
- Update JS dependencies. [petschki]
- config with ``plone/meta``. [petschki]
3.1
----------------
- Integrate taxonomies into Collection tabular view, display values are now resolved [MrTango] - Restapi endpoints support [cekk, nileshgulia1]
3.0.1
------------------
- check for the field presence in `TaxonomyIndexerWrapper` more consistent. [mamico]
- export/import of field_prefix value. [eikichi18]
3.0.0
------------------
- Fix deprecated `collections.Iterable` in `TaxonomyIndexerWrapper`. This got removed since python 3.10. Importing `collections.abc.Iterable` now. [petschki]
- Add missing `fetch_vocabulary` record for IQueryField This was introduced in plone.app.querystring 1.5.0 [laulaz]
- more markup updates to Bootstrap 5. [petschki]
3.0.0a1
--------------------
- Fix configlet icon for Plone 6 (135) [laulaz]
- update markup in `edittaxonomydata.js` to Bootstrap 5 [petschki]
2.2.2
------------------
- Use new 'Manage taxonomies' permission for taxonomies configlet (134) Permission is by default assigned to Manager and Site Administrator roles. [laulaz]
- Fixed 'Required' and 'Single select' option being compulsory [JeffersonBledsoe] (131)