Changelog for feature

1.35.0

Features

  • Now Tag Groups can handle an existing custom tag order. You will need the plugin Simple Custom Post Order or Custom Taxonomy Order and then use “term_order” as value for “orderby”

Other

  • Improved cleaning of cache.

1.35.0

Features

  • Post Filters: new pager for preciser pagination (activate in the shortcode with pager=2 or in the block with the pager menu)
  • Now Tag Groups can handle an existing custom tag order. You will need the plugin Simple Custom Post Order or Custom Taxonomy Order and then use “term_order” as value for “orderby” (or “term_orderby” in the Toggle Post Filter)
  • Toggle Post Filter: new parameter pager_position (top, bottom, both)
  • Toggle Post Filter: go to previous or next page with cursor left or right

Bug Fixes

  • Toggle Post Filter: Reset button didn’t clear cookies of persistent filter

Other

  • Improved cleaning of cache
  • Improved display of masonry post layout
  • Improved accessibility

0.17.0

Features

  • New parameter "include" to use a comma-separated list of post (page, product, …) IDs.

1.34.0

Features

  • New layouts for the menu of the Toggle Post Filter where selectable tags are arranged in rows. Selected tags have a customizable color. This layout is particularly useful if you have many tags in each group. classic_tags (vertical with tags), wide_tags (horizontal layout with tags), slider_left_tags (slider from left with tags), slider_right_tags (slider from right with tags), plain (simple checkboxes, mainly meant for developers)

Bug Fixes

  • Gutenberg: Fixed bug that prevented loading of editor styles

Other

  • Some CSS improvements
  • Improved presentation of development news

1.33.0

Features

  • New placeholder for post templates (Toggle Post Filter, Dynamic Post Filter and Post List) to insert the value of a custom field: {custom_field:name}.
  • New placeholder for post templates (Toggle Post Filter, Dynamic Post Filter and Post List) to insert a comma-separated list of post tags: {post_tags}.
  • For Developers: New filter tag_groups_template_custom_field to modify the output of custom fields.
  • For Developers: New filter tag_groups_tag_title to create a custom title (HTML attribute for tags).

Bug Fixes

  • Too strict permission check blocked access to data via the REST API.

Other

  • Parameter “custom_title” can now be empty to suppress any title.
  • Improved styling of "Large Image" post template.

1.33.0

Features

  • For Developers: New filter tag_groups_tag_title to create a custom title (HTML attribute for tags).

Bug Fixes

  • Too strict permission check blocked access to data via the REST API.

Other

  • Parameter “custom_title” can now be empty to suppress any title.

0.3.0

Features

  • New shortcode parameter “hide_empty”. Set to 0 if you want to show also tags that are not used with groups

Other

  • Fixed wrong documentation for shortcode

1.32.0

Features

  • New layouts for the Toggle Post Filter: Display your tags as buttons.
  • New layouts for the Toggle Post Filter: Hide the menus in sliders that slide in from the left or right. Open them with a button that is available as Gutenberg block or shortcode: [tag_groups_tpf_slider_button]
  • Toggle Post Filter: New parameter “theme” (light or dark) so that you can choose a theme without knowing the CSS class identifier.
  • Toggle Post Filter: New shortcode [tag_groups_tpf_order_menu] and Gutenberg block to add a menu where visitors can select the sort order.

Bug Fixes

  • Fixed wrong handling of boolean values when transforming block to shortcode.
  • Fixed encoding issues of some messages on some systems.
  • Fixed: Sometimes tags without posts appeared when they were not used in the selected group.

Other

  • Toggle Post Filter shortcode: Templates must now be correctly encoded
  • Improved compatibility of Gutenberg Blocks with Web Application Firewalls
  • Improved error handling in Gutenberg blocks if server returns unusable result

0.16.0

Features

  • New parameters custom_taxonomy_slug, custom_taxonomy_field and custom_taxonomy_term to filter by custom taxonomies, such as product_tag or product_cat: … &custom_taxonomy_slug=product_cat&custom_taxonomy_field=slug&custom_taxonomy_term=shelf-warmers

1.31.0

Features

  • Preview the output of (most) blocks in the Gutenberg editor. This preview is only approximate and it can be turned off in the settings.

Other

  • Speed improvements for several bulk operations with tags
  • Blocks are now kept in their own category "Chatty Mango". That makes them easier to find and they don't congest the default categories.
  • Note: Minimum PHP version will soon become 7.2