What's Changed
- Private contacts are disabled by default for new instances by @corsacca
- Support creation of custom location fields (location grid only) by @kodinkat
Fixes
- Fix contacts being private when creating them via a connection
- Fix Saving Settings (D.T) languages by @CptHappyHands
- Fix Metrics Map: geting user locations by @kodinkat
- Fix errors saving field option translations by @cairocoder01
Dev
- Create dt_site_id function by @corsacca
- Each post type has a default location field by @kodinkat
- Upgrade CI tests to use php8.3 by @corsacca
- SSO: uncomment recaptcha check in backend by @squigglybob
- Add color variables to css by @cairocoder01
Details
Private Contacts
When creating a contact you have the choice to use a standard contact which is visible by you and admin roles, or a private contact which only you can see. In general teams only use standard contacts and run into issue when a user accidentally creates a private contact. Because, on new setups, the private contacts will not be enabled by default. They can be enabled in the WP Admin > Settings (D.T) > Contact Preferences
Custom location fields
Create a custom location field from the Customizations (D.T) Admin section to track more locations. This enables the default location grid field. Custom locations fields with geolocating with Mapbox or Google is in the works.
Community
Love these new features? Please join us with a financial gift.
Follow progress and share ideas in the Disciple.Tools community: https://community.disciple.tools
Full Changelog: https://github.com/DiscipleTools/disciple-tools-theme/compare/1.63.0...1.64.0