Changelog for feature

0.10.0

Features

  • New parameter “count” that can be used together with “random” to limit the pool of posts to the most recent (count has positive number) or first (count has negative number). Can be used together with “offset”.

Other

  • Changed default for cache to 60 seconds (Override it with cache=0)
  • Random posts are now always determined by PHP, not the database

0.42.0

Features

  • Added Gutenberg block for alphabetical tag cloud

Bug Fixes

  • Fixed wrong default taxonomies in tabbed tag clouds.

Other

  • Added shortcode [[tag_groups_alphabet_tabs]] to help screen in the settings.

0.41.0

Features

  • Added experimental shortcode [[tag_groups_alphabet_tabs]] to show first letters of tags instead of groups (beta). Try parameters include_letters and exclude_letters=”abc”. Not yet available as Gutenberg block.

Bug Fixes

  • Fixed issues in class.group.php (credits @luke4roads)
  • Fixed issues in determining number of tags per posts for a particular group

0.9.0

Features

  • New parameter “offset” to retrieve the 2nd, 3rd, (integer > 3)th post. Default is 0 (i.e. 1st). For example “offset=1” means 2nd post. An offset too high will trigger the procedure for the case when no post was found.
  • New parameter “suppress_filters” . Default is 1 (on). Turn off (“suppress_filters=0”) when you use WPML so that WPML can filter by language.

Bug Fixes

  • fixed problem when latest post was not published

1.17.0

Features

  • Shuffle Box: New parameter show_filter_all_groups – set it to 0 if you want to hide the “all groups” filter
  • Shuffle Box: New parameter initial_group – set a group filter that is selected at the beginning
  • Dynamic Post Filter: New parameter hide_close_buttons – set it to 1 to hide the close buttons next to the groups
  • Dynamic Post Filter: New parameter display_amount – set it to 1 to show a line with the total amount. (Note: May not always show immediately after activation due to caching.)
  • Dynamic Post Filter: New parameter message_amount_plural – message to display the total amount of posts, can contain the placeholder {count}
  • Dynamic Post Filter: New parameter message_amount_singular – message for a total amount of 1 post

Bug Fixes

  • Dynamic Post Filter: List of post was not refreshed when removing the last tag in a group and other groups still have tags.
  • Fixed error messages for post tags under posts, if tags have been removed

Other

  • Manually clearing the cache now also removes the cache of the Dynamic Post Filter

1.16.0

Features

  • Tag Groups Premium is now officially compatible with WPML

Other

  • Refactoring and optimizations (regarding speed and memory usage)
  • Added Arabic localization

0.40.0

Features

  • Compatibility with WPML: Group names can now be translated.

Bug Fixes

  • Fixed wrong entry in help search index.
  • Fixed wrong HTML structure in settings.

Other

  • Enhanced keyword search on settings home.
  • Some refactoring and removed old WPML function calls.
  • Encouragement in system information to upgrade PHP if using an outdated version.

1.15.0

Features

  • Integration with WooCommerce templates to show tag groups and tags as clickable attributes.

Other

  • Improved sanitation of separator between post tags

0.39.0

Features

  • Improved settings pages with FAQ and debugging options.

Other

  • Updated links to documentation.
  • Refactoring and fixes that are relevant for the premium plugin.
  • Improved selection of taxonomies.

1.14.0

Features

  • New shortcode [[tag_groups_menu]] to let visitors filter posts or products by tag group.
  • Added option to set a separator for post tags ("Post Tags" tab in the settings).

Bug Fixes

  • Fixed shortcodes not stripped from excerpt in Dynamic Post Filter.
  • Fixed broken < and > with "prepend" and "append" parameters.

Other

  • Added admin notice to clear the object cache when it makes sense.
  • Added simple responsiveness to table tag cloud.
  • Improved permalinks of articles in Dynamic Post Filter.