Changelog for feature

1.40.0

Features

  • Multilingual sites: New option to sync groups when saving a tag across all translations (requires WPML).

Other

  • Multilingual sites: Copying over groups when creating translation of a tag (requires WPML).

0.19.0

Features

  • Define own URL parameters that will be passed through by adding to your wp-config.php define( 'CHATTY_MANGO_RUTP_PASS_THROUGH', 'own1,own2' ); (comma-separated list) to allow …&own1=foo&own2=bar

1.39.0

Features

1.39.0

Features

Bug Fixes

  • Dynamic Post Filter: Always show selector for initially to open groups in Gutenberg block.
  • Toggle Post Filter: Fixed persistent filter not reset when text search field cleared.
  • Fixed wrong count of processed items in Troubleshooting.

Other

  • CSS: Prevent wrapping of multi-word tags in autocomplete menus.
  • Toggle Post Filter: Slightly decreased margin on top where posts scroll to.

1.38.0

Features

  • Group Info shortcode: new option to display groups labels with links

Other

  • Meta Box: Added link to settings and info message if groups are hidden.
  • Toggle Post Filter with slider: regularly adjust the slider height for mobile screens when a browser menu temporarily reduces the drawing space.
  • Group Info shortcode: more combination of parameters are now possible; default for group_id was changed to ‘all’
  • Fixed deprecation messages in JavaScript.

1.37.0

Features

  • Developers: experimental methods POST, PUT and DELETE for the REST API. See the documentation for more details.

Other

  • Required minimum PHP version is now 7.2. The plugin may work with lower versions but they are not supported.

1.37.0

Features

  • Toggle Post Filter, menu shortcode: now different logical operators per group are possible, operator="all:OR|1:AND|3:OR"
  • Toggle Post Filter, menu: new parameter one_only_groups to select groups where visitors can activate only one tag.
  • Toggle Post Filter: new shortcode tag_groups_tpf_text_search and block to create a separate text search field.
  • Developers: experimental methods POST, PUT and DELETE for the REST API. See the documentation for more details.

Bug Fixes

  • Toggle Post Filter: Fixed JS error when not specifying ‘order by’.
  • Toggle Post Filter: Fixed but that prevented use of not assigned terms.

Other

  • Required minimum PHP version is now 7.2. The plugin may work with lower versions but they are not supported.

1.36.0

Features

  • Parameter threshold (Tabbed Tag Cloud, Accordion Tag Cloud, Alphabetical Index, Alphabetical Tag Cloud, Tag List) to use only tags with a minimum post count.

Other

  • CSS improvement for Tag List and Alphabetical Tag Index
  • Updated Freemius SDK to version 2.4.1

1.36.0

Features

  • Parameter threshold (Shuffle Box, Table Tag CLoud, Simple Tag Cloud, Tabbed Tag Cloud, Accordion Tag Cloud, Alphabetical Index, Alphabetical Tag Cloud, Tag List) to use only tags with a minimum post count.

Other

  • CSS improvement for Tag List and Alphabetical Tag Index
  • Updated Freemius SDK to version 2.4.1

0.18.0

Features

  • New parameter lock to redirect a visitor always to the same post for a specified time. Use it with a time in seconds: ...&lock=86400. Particularly useful with random redirects. This works only in the same browser and if the visitor accepts and keeps cookies.

Other

  • Cookies (for each_once and lock) have now by default a domain-wide validity. Switch to separate cookies per directory with the parameter directory_cookie.