- More Robust Facebook Sync using crons
- Sync works on more setups
- Faster contact creation
- Using less resources
Theme Release v1.31.0
New
- Mapping v2 Upgrade by @ChrisChasm
- Always show record name in details tile by @corsacca
- Show clickable connection fields it details tile by @corsacca
Fixes
- Fix error sending daily email digest
- Let strategist see the Critical Path metrics again
- Upgrade Release modal by @prykon
Dev
- Use Github Actions instead of Travis. Available from the Starter Plugin
Details
Mapping v2 Upgrade
- Updated map polygons
- Updated population counts
- One place to install more administrative levels (lower than the state level) in WP Admin > Mapping > Levels
Github Actions
Developers can now enjoy code style and security checks out of the box when creating a plugin from the Disciple.Tools starter plugin
See full changelist: https://github.com/DiscipleTools/disciple-tools-theme/compare/1.30.0...1.31.0
Theme Release v1.30.0
What's New
- Status Indicators on records by @kodinkat
- Font Icon Selector by @kodinkat
- List Filters: Add ability to exclude field values by @kodinkat
- List Filters: search for field by @kodinkat
- Custom Workflows: action to set current date by @cairocoder01
- Custom Workflows: workflow updates show as being done by the workflow name in activity by @kodinkat
Fixes
- Custom Workflows: fix infinite updating loop by @kodinkat
- Merging: fix to keep email or phone from being removed by @kodinkat
- Merging: fix for when a connection field is not available by @corsacca
Details
Status Indicators on records
See the record status in Advanced Search or in record lists
Font Icon Selector
Used in the field updating section WP Admin > Settings (D.T) > Fields This gives us the ability to choose the field icon by selecting from a list of existing icons.
Exclude Filters
Chose items to exclude when creating a custom filter
Filters Search for fields
Type to search for the field you are looking for
Theme Release v1.29.0
What's Changed
- Add flags to the language dropdown by @kodinkat
- New Merge Interface for All Post Types by @kodinkat
Fixes
- Make sure hidden fields are hidden on new post page by @corsacca
- Show more results in advanced search by @corsacca
- Show Notification when adding users in disabled on a multisite by @kodinkat
- Fix tile title translations by @corsacca
- fix for number fields with a min or max limit by @squigglybob
Dev
- Option to geocode an address to a location when creating or updating a record @kodinkat
- Ipstack api fix by @ChrisChasm
- pre-commit hook to run phcbf fixing phpcs styling issues by @squigglybob
Details
Add flags to the language dropdown by @kodinkat
New Merge Interface for All Post Types by @kodinkat
Merge Contacts, Groups or any record type with another record. On any record click the "Admin Action" dropdown and then "Merge with another record".
Option to geocode an address to a location when creating or updating a record @kodinkat
See docs.
$fields = [
"contact_address" => [
["value" => "Poland", "geolocate" => true] //create
]
]
Full Changelog: https://github.com/DiscipleTools/disciple-tools-theme/compare/1.28.0...1.29.0
Theme Release v1.28.0
New
- Custom number field by @squigglybob
- Draggable field options by @kodinkat
- Better Custom Translations Interface by @kodinkat
- Magic Link Apps tile help documentation @squigglybob
Fixes
- Fix for the dispatcher being able to access the users list
Details
Custom number field
Use the WP Admin Fields UI to create custom number fields.
Give the number field upper and lower bounds:
Draggable field options
Break free from endless clicking; change the order of your field options by dragging them!
Better Custom Translations Interface
Theme Release v1.27.0
What's Changed
- Upgrade list filters to show in the browser URL by @squigglybob
- Collapse list filter tile by default on mobile view by @squigglybob
- Simplify from 5 Spanish translations to 2 translations by @prykon
- Group list page actions in a "More" dropdown by @prykon
- Upgrade Field Explorer tool with edit field links and field icons by @squigglybob
Fixes
- Allow field icons to be changed on all fields by @kodinkat
- Make sure comments filter is always visible in the comments and activity section on a record by @squigglybob
- Keep from displaying empty tiles on the group record @squigglybob
- Bulk record creating: make sure now rows have the same fields by @kodinkat
Details
Upgrade list filters to show in the browser URL
The url for the lists page will now look something like this:
https://example.com/contacts?query=eyJmaWVsZHMiOlt7ImxvY2F0aW9uX2dyaWQiOlsiMTAwMDg5NTg5Il19XSwic29ydCI6Im5hbWUiLCJvZmZzZXQiOjB9&labels=W3siaWQiOiIxMDAwODk1ODkiLCJuYW1lIjoiTG9jYXRpb25zOiBGcmFuY2UiLCJmaWVsZCI6ImxvY2F0aW9uX2dyaWQiLCJ0eXBlIjoibG9jYXRpb25fZ3JpZCJ9XQ%3D%3D
The query above is for "All contacts in the Location: France".
If you copy everything starting with ?queue
and add it to your domain, you also will have the "Locations: France" filter.
This might not look pretty but comes with some useful features.
- More flexibility saving and bookmarking filters
- Easier to share the filter with someone else on your team. For them to view or to save
- More options to open up the list page form different parts of Disciple.Tools like the metrics page.
Group list page actions in a "More" dropdown
Upgrade Field Explorer tool with edit field links and field icons
Find the Field Explorer under WP Admin > Utilities (D.T) > Field Explorer
New role and capabilities manager in D.T 1.26.0
The new role manager, located inside the admin “Settings” menu, allows for the creation and management of custom user roles. Roles can be assigned to a users to limit or grant access to Disciple.Tools capabilities. Capabilities can be registered by disciple.tools theme and extension developers. See WP Admin > D.T Settings > Roles.
See this awesome loom by @incraigulous for a walk-through on how to use the role and capabilities manager: https://www.loom.com/share/c99b14c3be9c49fcb993b715ccb98d6e
Full Changelog: https://github.com/DiscipleTools/disciple-tools-theme/compare/1.26.0...1.27.0
Disciple.Tools Webform v5.0 – Shortcodes
New Feature
Use shortcodes to display your webform on your public facing webside.
If you have a public facing wordpress website and have the webform plugin installed and set up (see Instructions)
You can then use the provided shortcode on any of your pages instead of the iframe.
Displays:
Attributes
- id: required
- button_only: A boolean (true/false) attribute. If "true", only a button will be displayed and it will link to the webform on its own page
- campaigns: Tags that will be passed on to the "Campaigns" field on the new D.T contact
See Campaigns docs form more information on how to use the campaigns feature
Theme Release v1.26.0
What's Changed
- Change the Disciple.Tools logo to a custom one by @prykon
- Ability to translate quick actions by @prykon
- Some icon upgrades by @mikeallbutt
- New role and capabilities manager by @incraigulous
- Group Metrics: Support custom group types by @kodinkat
- Group Members: Only show leader icon once by @prykon
- Record list: "Show Archived" toggle. by @squigglybob
- Bulk add records page. by @kodinkat
Update Details
Change the Disciple.Tools logo to a custom one
In WP Admin > D.T Settings > Custom Logo, click upload to add your own logo
And have it show in the navbar:
Ability to translate quick actions by
IN WP Admin > D.T Settings > Custom Lists tab > Quick Actions Click tho Translation button to add custom translations to each quick action.
New role and capabilities manager
See WP Admin > D.T Settings > Roles.
Group Metrics: Support custom group types by
Group Members: Only show leader icon once by

Record list: "Show archived" toggle
Filter out archived contacts or inactive groups on the list page by clicking the "Show Archived" button
Bulk add records page
See "new group" > "Add Bulk Records?" button
Full Changelog: https://github.com/DiscipleTools/disciple-tools-theme/compare/1.25.0...1.26.0
Theme Release v1.25.0
What's Changed
- Upgrade Apps tile to show all the magic links related to a record
- Show more field snippets in the details tile
Dev Changes
- Upgrade settings endpoint to return all post types and their settings. See documentation
Details:
Upgrade Apps tile to show all the magic links related to a record
See, copy, send, view QR codes, and refresh magic links
Show more field snippets in the details tile
- tags, numbers and clickable links in the top section of the details tile.
Full Changelog: https://github.com/DiscipleTools/disciple-tools-theme/compare/1.24.0...1.25.0
Theme Release v1.24.0
What's Changed
- Comments and Activity: more accurate Date and Time when hovering over an item.
- Ability to search Communication Channels (like phone) on the list page by @kodinkat
- Ability to uninstall a plugin from the Extension page by @prykon
- New translation: Ukrainian!
Dev Changes
- Read Only view for records @micahmills
Fixes
- Fix some translations not working on php8
- Fix jitter with some typeaheads.
- Fix bug when deleting a user.
- Fix deleting created list page filters
- Fix searching record name only on records page.
Full Changelog: https://github.com/DiscipleTools/disciple-tools-theme/compare/1.23.0...1.24.0