Releases: GravityKit/AZ-Filters
Releases · GravityKit/AZ-Filters
1.4.1
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
1.3.4
1.3.3
1.3.2
1.3.1
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 thegravityview_blocklist_field_types
filter instead!)
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. Usegravityview_blocklist_field_types
instead.
1.2.1
- 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.