Skip to content

Releases: nathanpitman/categories_field.ft.ee_addon

1.1.5

27 Mar 11:42
Compare
Choose a tag to compare
  • Added support for custom category fields
  • Change to primary category tag syntax, {field_name:primary_category:name} becomes {field_name:primary:category_name} etc.

1.1.4

18 Dec 17:27
Compare
Choose a tag to compare

1.1.3

23 Sep 15:40
Compare
Choose a tag to compare
  • 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

23 Sep 11:25
Compare
Choose a tag to compare
  • 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

09 Sep 10:24
Compare
Choose a tag to compare
  • 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

09 Sep 10:25
Compare
Choose a tag to compare
  • Resolves issue with primary category assignments not persisting between saves (#16)

1.0.8

28 Aug 10:06
Compare
Choose a tag to compare
  • 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

19 Aug 08:27
Compare
Choose a tag to compare
  • Adds 'Collapse Category Groups' option. If enabled category groups are collapsed by default in the control panel interface.

1.0.6

12 Aug 10:24
Compare
Choose a tag to compare
  • 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

09 Aug 23:39
Compare
Choose a tag to compare
  • Improved handling of wrapped and un-wrapped field data