Skip to content

Releases: DiscipleTools/disciple-tools-theme

Release v1.64.0

25 Jun 11:03
Compare
Choose a tag to compare

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

Details

Private Contacts

image

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

image

Custom location fields

image

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: 1.63.0...1.64.0

Release v1.63.0

22 May 14:13
Compare
Choose a tag to compare

What's Changed

  • Genmapper Metrics - Option to hide archived contacts or inactive groups by @kodinkat
  • Images - Ability to delete images by @kodinkat
  • Images - Update placeholder icons and center uploaded images by @corsacca

Fixes

  • Lists - Fix images and placeholder columns by @corsacca
  • Lists - Fix BCC emails list by @kodinkat
  • Lists - Fix opening a filter from the url by @corsacca
  • Nav Bar - Fix button spacing by @corsacca
  • Metrics - Fix offscreen button for small screens on dynamic map by @kodinkat
  • Records - Fix fields sometimes being cutoff
  • Records - @mentions non standard comments types will trigger notifications by @kodinkat

Dev Section

  • Create filter for custom actions to indicate if they're already executed by @cairocoder01
  • Create specific hooks to load plugins and for when the theme is ready by @corsacca

Details

Option to hide archived contacts or inactive groups by @kodinkat

In the Genmapper, archived Contacts (and inactive groups) will now show up as grey. They can be hidden with the "Show Archived" Toggle.

Showing archived contacts:

image

Hiding archived contacts:

image

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: 1.62.0...1.63.0

Release v1.62.1

07 May 16:15
Compare
Choose a tag to compare

Release v1.62.0

03 May 15:28
Compare
Choose a tag to compare

What's Changed

  • Add Pictures to Contacts, Groups and other records by @kodinkat
  • Include magic links in the CSV export by @corsacca
  • Metrics > Dynamic Maps: layer names and color by @kodinkat
  • Upgrade sending magic link by email by @kodinkat

Details

Add Pictures to Contacts, Groups and other records

If you missed, see the announcement for the D.T storage plugin. With the plugin configured you will now be able to

Set a picture on a record:

Screen Recording 2024-05-03 at 5 05 21 PM

See the pictures on the list:

image

Dynamic Maps: Layer Names and Colors

We now can set custom colors for map layers and we can also give each layer a name!

image

Send Magic Links By Email

You can share a magic link by email from the Magic Links tile on a contact record.
This is a quick way to get a contact or user their Magic Link.
Now this features includes placeholders for the contact name, the magic link and the magic link name!

image

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: 1.61.0...1.62.0

Release v1.61.0

26 Apr 16:56
Compare
Choose a tag to compare

What's Changed

  • Use markdown in comments by @CptHappyHands
  • Support for sending Disciple.Tools notifications over SMS and WhatsApp
  • Dropdowns: highlight on hover by @corsacca
  • Replace alert copy with tooltip copy by @corsacca
  • Plugins can set their icon for some comments by @corsacca

Details

Use markdown in comments

We've added ways to customize comments using the Markdown format. This lets us create:

  • Web Links using: Google Link: [Google](https://google.com)
  • bold using **bold** or __bold__
  • italics using *italics*
  • lists using:
- one
- two
- three

or

* one
* two
* three
  • Images: using: ![Image Description](https://github.com/DiscipleTools/disciple-tools-theme/assets/24901539/9c65e010-6ddd-4aff-8495-07b274c5989c)

Displays:
dt-caret

In Disciple.Tools it looks like:
image

We plan to add help buttons to make this easier and also add a way to upload images too.

Disciple.Tools Notifications using SMS and WhatsApp

Disciple.Tools is now able to send these notifications out using SMS text and WhatsApp messages! This functionality is built on and requires using the Disciple.Tools Twilio plugin.

See the release details: https://disciple.tools/news/disciple-tools-notifications-using-sms-and-whatsapp/

image

Dropdowns: highlight on hover

Highlight the menu item when the mouse is hovering over it.

Was:
image

Now:
image

Replace alert copy with tooltip copy

Screen Recording 2024-04-25 at 10 52 10 AM

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: 1.60.0...1.61.0

Release v1.60.1

24 Apr 09:58
Compare
Choose a tag to compare

Release v1.60.0

17 Apr 09:19
Compare
Choose a tag to compare

What's Changed

  • Admins can turn and and share user magic links by @kodinkat
  • Typeaheads: Sort users by last modified by @corsacca
  • Wildcard character compatibility for the rest API Whitelist by @prykon

Developer Changes

Details

Admins can turn and and share User Magic Links

Previously you could only manage your own User Magic Links in your profile settings:

image

This new feature lets admins directly send users their User Magic Links so the user does not have to log in to Disciple.Tools first.
We've added a new tile to the User's record (Settings Gear > Users > click on a user). Here you can see the selected user's magic links, enable them and send them the link.

image

Once a User Magic link is enabled, it will also show up on the user's contact record:

image

Typeaheads: Sort users by last modified

This is an upgrade In the cases where you are searching for a name that matches many contacts. Now the results show the most recently modified contacts first which often will show the contact you are searching for.

image

Wildcard character compatibility for the rest API Whitelist

By default Disciple.Tools requires all API calls to require authentication. This security measure helps guarantee no information is leaked.
Some 3rd party plugins use the rest API for their functionality. This Whitelist is a space to give those plugins permission to use the rest API. This change is the ability to specify all the endpoints that match a pattern instead of listing them out individiually.
Found in the WP Admin > Settings (D.T) > Security > API Whitelist.

image

New Contributors

Full Changelog: 1.59.0...1.60.0

Release v1.59.0

25 Mar 14:41
Compare
Choose a tag to compare

What's New

  • Login with Microsoft is now an option by @gp-birender
  • Beta Feature: Migrate D.T contacts using default WP Export and Import Tools by @kodinkat

Upgrades

  • Add a reply to field in bulk emailing feature by @kodinkat
  • Settings Import: "Select All Tiles & Fields" button by @kodinkat
  • Add audio playback to comments (via meta data) by @cairocoder01

Fixes

  • Lists: Stay on zoomed map filter on refresh by @kodinkat
  • Show Assigned To field on new record page by @corsacca

New Contributors - Welcome!

Details

Record Migration using WP Exports and Import

Not a complete migration, but an easy way to transfer most contact fields from one D.T instance to a new one. See
https://disciple.tools/user-docs/features/wp-export-and-import-contacts/ for all the details.

Full Changelog: 1.58.0...1.59.0

Comments or questions? Join us on the Disciple.Tools forum!

Release v1.58.0

14 Mar 14:35
Compare
Choose a tag to compare

What's Changed

  • Lists: Bulk Send an email to your Contact list @kodinkat
  • List Map Upgrades - Open the list view of the records on your map by @kodinkat

Fixes

  • Fix workflows not working on record creation by @kodinkat
  • Fix list filters counts going to the next line by @kodinkat
  • Fix issue with creating list filters by @kodinkat
  • Fix background jobs queue on large multilites by @corsacca
  • Fix email template when not using smtp by @kodinkat

Details

List Map Upgrades - Open the list view of the records on your map.

Let's say you are looking to do an event and want to invite all of your contacts in a neighborhood or region to join.
We've now made this process much simpler. Go to your contacts list. Choose all contacts or choose a custom filter that fits your use case. Then click the map icon in the top bar or click "Map List" in the List Exports tile on the left.

Screenshot 2024-03-14 at 3 58 20 PM

Zoom on the contacts you want to focus on. Here I'm going to zoom in on Span. The right panel will show the contacts in my zoomed window.

image

Next we'll click "Open Zoomed Map Records" to open the list view with just the contacts in your zoomed view.
In my case this is all the records in Spain

image

If you wish, save this view to your custom Filters so you can open it up later

image

Note: for this feature make sure you have mapbox enabled. See Geolocation

Now. What if we wanted to send an email to this list to invite them to the event? See the next section.

Bulk Send a emails to your Contact list

Send an email to any list of Contacts in your Disciple.Tools site by going to Contacts and filtering the list the way you want it.

Screenshot 2024-03-15 at 11 43 39 AM

You'll come to a screen like this that allows you to edit a message that will be sent out. Note that there is no-reply address to this email. If you want a response back from your list of contacts then you will need to add an email address or a webform link to the body of the email address.

image

Whether you are using Disciple.Tools to manage a list of intercessors for a prayer campaign or to serve a group of disciples that you're wanting to train (or many other use cases), this new feature will be an upgrade for you. The Bulk Send Message feature is another way to communicate with those you are serving.

See more instructions here: https://disciple.tools/user-docs/features/bulk-send-messages/

Full Changelog: 1.57.0...1.58.0

Release v1.57.1

12 Mar 09:09
Compare
Choose a tag to compare