Releases: nathanpitman/categories_field.ft.ee_addon
Releases · nathanpitman/categories_field.ft.ee_addon
1.1.5
1.1.4
- Added BoldMinded Publisher Compatability
1.1.3
- Addresses an issue where the abstracted function to get base_category_ids ‘assumed’ the presence
of some categories, not always the case.
1.1.2
- Addresses a rather large issue where 'categories field' would not pick up existing category assignments when set to 'sync categories' as the field type had no way of inferring previously saved category assignments on existing data. Thanks to some pointers from @rsanchez I've now implemented a solution which should ensure that the field tags give you back what you're expecting regardless of whether your entries were saved before or after installing the field type.
1.1.0
- Improved primary_category single variables,
{field_name:primary_category_id} is replaced with
{field_name:primary_category:id} and support added for all category
fields; id, name, url_title, description, image and parent_id. - Removal of unsupported field types (grid & low_variables) from 'accepts_content_type' - these may be re-instated later once tested.
1.0.9
1.0.8
- Prevents PHP errors in front end templates when trying to return a
primary category if no categories are set for the entry in question.
1.0.7
- Adds 'Collapse Category Groups' option. If enabled category groups are collapsed by default in the control panel interface.
1.0.6
- Primary Category Changes - Adds support for {primary_category_parent_id} variable and improves handling
of primary categories. Previously if a primary category was set then the same ‘normal’ category was not also set. This fixes that from a UI and code perspective.
1.0.5
- Improved handling of wrapped and un-wrapped field data