Skip to content

Releases: GravityKit/AZ-Filters

1.4.1

06 Jun 11:27
Compare
Choose a tag to compare

This release addresses a minor issue with the A-Z Filters widget.

🐛 Fixed

  • Typo in a localization string used inside the A-Z Filters widget.

1.4

05 Jun 21:53
Compare
Choose a tag to compare
1.4

This release adds the ability to filter entries by the "Created By" field.

🚀 Added

  • Support for filtering entries using the "Created By" field.

1.3.5

22 Dec 13:47
Compare
Choose a tag to compare

This update brings a small yet important addition—a missing icon for the GravityView widget!

🚀 Added

  • Added the missing GravityView widget icon.

1.3.4

10 Oct 14:33
Compare
Choose a tag to compare
  • Added: Support for filtering by the Greek alphabet 🇬🇷

1.3.3

27 Sep 04:14
Compare
Choose a tag to compare
  • Fixed: In Divi and Kadence themes, clicking a filter would not filter results (it would scroll the page instead)

1.3.2

31 Jul 16:14
Compare
Choose a tag to compare
  • Fixed: Issues with plugin auto-updates that was introduced in version 1.2

1.3.1

24 Mar 19:32
Compare
Choose a tag to compare

Developer Updates:

  • Fixed: Using the deprecated gravityview_blacklist_field_types filter results in an incorrect list of fields that are available for filtering as well as a PHP error notice. (Note: please use the gravityview_blocklist_field_types filter instead!)

1.3

15 Mar 20:00
Compare
Choose a tag to compare
1.3
  • Added: Support for filtering by the Polish alphabet 🇵🇱
  • Added: Support for filtering by the Ukrainian alphabet 🇺🇦
  • Added: When filtering by a letter, the webpage will scroll back to the clicked link
  • Modified: Localized numbers will be used for links instead of always 0-9. For example, in Bengali, the URL will now show ?letter=০-৯
  • Improved: Multiple A-Z Entry Filter widgets may be added to the same View using different languages
  • Fixed: Support for custom collation overrides in situations where accented letters are shown in a filter for the other (for example, L and Ł in Polish).
  • Updated translations

Developer Updates:

  • Removed legacy query overrides in favor of exclusively relying on GF_Query. This may, in theory, affect some custom code. If it does, it will stop filtering values. If that happens, please let [email protected] know.
  • Added: gravityview/az_filter/collation filter to override collation for the letter comparison query. This is helpful when the database interprets multiple letters as the same due to collation. For example, in Polish, L and Ł. This functionality requires Gravity Forms 2.4.3 or newer.
  • Added: gravityview/az_filter/anchor filter to modify the anchor ID added to the end of the letter filter links. Return an empty string to remove the functionality.
  • Deprecated: gravityview_blacklist_field_types filter. Use gravityview_blocklist_field_types instead.

1.2.1

13 Nov 22:14
3dd7e0c
Compare
Choose a tag to compare
  • Fixed: Bugs when using A-Z Filters in combination with Advanced Filters
  • Added Polish translation by @dariusz.zielonka
  • Updated translations - thank you, translators!
    • Chinese translated by @michaeledi
    • Russian translated by @awsswa59
      Fixes some any/all mode bugs with filter combinations.

1.2

09 May 05:43
1c6dad5
Compare
Choose a tag to compare
1.2
  • Updated to work with GravityView 2.0
  • Requires GravityView 2.0
  • Requires PHP 5.3 or newer

Developer Updates:

  • Added $context second parameter to the gravityview_az_entry_args filter