Theme Release v1.60

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

  • Disciple.Tools code now follows the prettier linting by @cairocoder01
  • Replace some lodash functions with plain js by @CptHappyHands
  • Upgrade npm pacakges by @corsacca

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: https://github.com/DiscipleTools/disciple-tools-theme/compare/1.59.0...1.60.0

April 17, 2024


Return to News