Disciple.Tools v1.56
-
What's New
- List Filters: Support Text & Communication channels by @kodinkat
Performance Improvements
- Performance mode by @corsacca
- Mapping Metrics: Add pagination to map data loading by @corsacca
Fixes
- CSV Export: support non-latin characters by @micahmills
- Delete location meta when deleting a record by @kodinkat
- Users List: fix search when using the enter key
- Fix list page breaking form fields with
-
in the name - Remove email template pre-header text
- Fix
#
symbol breaking CSV export - Fix UI breaking with the Burmese translation
Details
List Filters: Support Text & Communication channels
Create filters for text fields (name, etc) and for communication channel fields (phone, email, etc).
You can search for:- all the records that match a specific value for your selected field
- all the records that don't have your specific value in the selected field
- all the records that have any value in the selected field
- all the records that don't have any value set in the selected field
Performance mode
Some default D.T behaviors are nice, but can be slow on systems with a lot of contact and group records.
This update introduces a setting to put D.T into "Performance Mode" which disables slow features.
You'll find this setting in WP Admin > Settings (D.T) > General:
The first feature that is disabled is the counts on contact and croup list filters. Enabling performance mode skips calculating those numbers.
Full Changelog: https://github.com/DiscipleTools/disciple-tools-theme/compare/1.55.0...1.56.0