- Remove cyclic dependency with plone.app.vocabularies [sneridagh] (101)
1.4.14
-------------------
Bug fixes:
- Fixing issue 97: Multiple path support for Translation Groups, using PATH_INDICES as suggested by jensens (97)
1.4.13
-------------------
Bug fixes:
- Minor packaging updates. (1)
1.4.12
-------------------
Bug fixes:
- Integer criterions: try to convert all input to integers. Most notably this did not happen for unicode on Python 2. So a ``u"42"`` was passed as value to the catalog query, and this matched either all or nothing. [maurits] (93)
1.4.11
-------------------
Bug fixes:
- Do not show default profile as installable (already installed with core) [jensens]
1.4.10
-------------------
Bug fixes:
- Fix query_index_modifiers and tests with py3 [pbauer, gforcada]