Theme Release v1.47

August 21, 2023

What's Changed

  • New Date & Time field
  • New Users table
  • Allow roles to be edited in Settings (D.T) > Roles
  • Metrics > Field Activity: Fix for some rows not showing
  • Fix for display of People Groups tab in the Navigation bar

Dev Changes

  • Functions to use local storage instead of cookies for client configurations.
  • Shared escape function instead of lodash.escape

Details

New Date & Time field

We've had the "Date" field since the start. You now have the ability to create a "Datetime" field. This simply add a time element when saving a date. Great for saving meeting times, appointments, etc.

image

Users Table

The Users table has been rewritten in order to work on system with 1000s of users. Additionally a plugin can add or remove desired table columns.

image

Full Changelog: https://github.com/DiscipleTools/disciple-tools-theme/compare/1.46.0...1.47.0



Theme Release v1.45

August 3, 2023

What's Changed

  • Create new record types and customize role access.
  • Bulk Delete records
  • Bulk Unshare records
  • Fix for merging records not removing connections

Creating new record types

So you have Contacts and Groups out of the box. If you have played around with D.T plugins, you may have seen other record types like Trainings. This feature gives you the power of a plugin and lets you create your own record type. Go to WP Admin > Customizations (D.T) and click "Add New Record Type".

image

Setup tiles and fields:

image

And see it appear beside your other record types:

image

Record Type Role Configuration.

Want to configure which users can access your new record type? Head to the Roles tab. By default the Administrator has all the permissions. Here we will give the Multiplier the ability to View and Manage meetings they have access to, and the ability to create meetings:

image

Bulk Delete Records

Use the More > Bulk Edit tool to select and delete multiple records. Great when multiple contacts are created by accident and need to be removed. image

Note, this feature is only available to users that have the "Delete any record" (see above).

Bulk Unshare Records.

Use the More > Bulk Edit tool to remove shared access for a user to multiple records. Check the "Unshare with selected user" box.

Full Changelog: https://github.com/DiscipleTools/disciple-tools-theme/compare/1.44.0...1.45.0


Theme Release v1.44

July 31, 2023

What's Changed

  • Show a generational tree for more connection fields by @kodinkat
  • Dynamic Metrics Section by @kodinkat
  • API list records optimization by @cairocoder01

Dynamic Generational tree

Display a generational tree for connection fields on any record type. The connection must be from a record type, to the same record type. Find this tree under Metrics > Dynamic Metrics > Generation Tree. image

Dynamic Metrics

Here is a metrics section with more flexibility. You choose the record type (contacts, groups, etc) and the field and find answers to your questions. Help us bring more charts and maps here. image

Full Changelog: https://github.com/DiscipleTools/disciple-tools-theme/compare/1.43.2...1.44.0


Theme Release v1.43

July 24, 2023

PHP versions supported: 7.4 to 8.2

We've added support for PHP 8.2. Disciple.Tools will no longer officially support PHP 7.2 and PHP 7.3. This is a great time to upgrade if you are running an old version.

Other Changes

  • Record tasks can now be show on the record lists page
  • Settings to bypass D.T's API restrictions in WP Admin > Settings > Security
  • Fixes to role permissions

Full Changelog: https://github.com/DiscipleTools/disciple-tools-theme/compare/1.42.0...1.43.0


Make.com Integration

June 27, 2023

Join us in celebrating the release of the Disciple.Tools make.com (formerly integromat) integration! See the integration page on make.com.

This integrations lets other apps connect to Disciple.Tools. This first version is limited to the creation of contact or groups records.

A couple possible scenarios:

  • Google Forms. Create a contact record when a google form is filled out.
  • Create a contact record for each new mailchimp subscriber.
  • Create a group when a certain slack message is written.
  • Endless possibilites.

See setup video and further documentation.

Find this integration useful? Have questions? Let us know in the github discussions section.


Theme Release v1.42

June 23, 2023

What's Changed

  • Ability to set favicon
  • User password reset email
  • Fix issue where some admin roles could gain more permissions.
  • Add invitation to the D.T Summit

Details

Ability to set favicon

You can use the wordress settings to add a favicon. It will now show correctly on D.T pages. Go to WP Admin > Appearance > Customize. This will open the front end theme menus. Go to Site Identity. Here you can upload a new site icon:

image

Browser tabs will show the icon:

image

User password reset email

Help a user reset their password. Got to the settings gear > Users. Click on the user and find the User Profile section. Click Email Passmord Reset to send the user the email needed to reset their password. Alternatively they can do it themselves.

pass_reset

Full Changelog: https://github.com/DiscipleTools/disciple-tools-theme/compare/1.41.0...1.42.0


Theme Release v1.41

June 12, 2023

New Features

  • Metrics: Activity During Date Range (@kodinkat)
  • Customizations (D.T): Section updates and fixes
  • Customizations (D.T): Font-icon picker (@kodinkat)
  • Settings To Disable New User Mention Notifications (@kodinkat)

Fixes:

  • Settings(D.T): Fix saving field settings and translations (@kodinkat)
  • Workflow: better handle "not equals" and "not contains" when field is not set (@cairocoder01)

Details

Metrics: Activity During Date Range

Want to know what contacts changed assignment in July? Which groups were marked as being a church this year? Which contacts user X baptized since February?

You can now find out by heading to Metrics > Project > Activity During Date Range. Select the record type, the field and the date range.

image

Customizations (D.T) Beta: Font-icon picker

Instead of finding and uploading an icon for a field, choose from many available "Font Icons". Lets change the "Groups" field icon:

image

Click "Change Icon" and search for "group":

image

Select the Group icon and click Save. And here we have:

image

Settings To Disable New User Mention Notifications

When a user is invited to D.T they get 2 emails. One is the default WordPress email with their account information. The other is a welcome email from D.T with a link to their contact record. These settings enable the admin to disable those emails. image


Magic Link Plugin v1.17

June 8, 2023

Scheduling and Subassigned Templates

Automatic Link Scheduling

This upgrade lets you chose the next time the links will automatically be sent. The Frequency settings will determine when the subsequent runs will happen.

Screenshot 2023-05-19 at 14 39 44

Screenshot 2023-05-19 at 14 40 16

Subassined Contacts Template

We have a contact record for our coworker Alex. This feature create a magic link for Alex to update the contacts that are subassigned to him.

Screenshot 2023-05-19 at 14 40 42

Screenshot 2023-05-19 at 14 41 01

Alex's Magic Link

image

Theme Release v1.40.0

May 5, 2023

What's Changed

  • Lists page: "Split By" Feature
  • Lists page: Load More button now adds 500 records instead of 100
  • People groups: Ability to install all People Groups
  • People groups: New people groups are installed with country geolocated
  • Customizations (D.T): Ability to delete Tiles. Show Field Type
  • Customizations (D.T): Show field type when editing a field
  • Record page: Change activity for some connection to other records to include record type
  • Keep duplicate Email or Phones number from being created.
  • Fix: Merging records fix for Assigned To
  • API: Login from mobile now returns correct error codes.
  • API: Tags are available in the settings endpoint
  • API: "corresponds to contact" info added to user endpoint

Details

Lists page: Split By Tile

This feature works on any list and filter you have selected. Select a field like "Contact status" and see how many times each status is used in your list.

image

Narrow down you report with a custom filter, say "contacts created last year", and see the list by status or location, or which users are assigned, or anything you chose.

Then click on one of the rows to only show those records in the List section

image

Full Changelog: https://github.com/DiscipleTools/disciple-tools-theme/compare/1.39.0...1.40.0