Skip to content

Releases: bmlt-enabled/yap

2.3.3

08 Oct 22:52
Compare
Choose a tag to compare
  • Fix for double usage of "components" in Google Maps API bias. [#157]
  • Fix for dealing with bad input as a result of voice recognition on IVR inputs [#155]

2.3.2

02 Oct 14:01
Compare
Choose a tag to compare
  • Hotfix for broken SMS sending of meeting list information due to a Twilio bug. [#150]

2.3.1

01 Oct 01:20
Compare
Choose a tag to compare
  • Fixed the voice prompt to "press or say" in conjunction with being able to speak responses on menus.

2.3.0

30 Sep 22:36
Compare
Choose a tag to compare
  • Added "jft" response to SMS gateway (support for English, French, Spanish and Brazilian). [#147]
  • You can now press or say any option in the IVR menus.
  • Postal codes support speech recognition which assists with letters in Canadian ones. [#142]
  • Added French Canadian language support.
  • Migrated retired to new TwiML tag.

2.2.2

21 Sep 05:38
Compare
Choose a tag to compare
  • Playback link of custom prompts on service body configuration modal. [#143]
  • Bug fix for non-default timezone adding for volunteers on single shift entry. [#138]
  • Bug fix for top results count when less than the result_count_max property. [#139]
  • Regression bug fix for helpline lookup failures not handled properly.
  • Retry workflow instead of a hangup when no more meetings found for today for a given lookup.

2.2.1

14 Sep 02:22
Compare
Choose a tag to compare
  • Use Redirect twilio verb instead of header function for redirects.
  • Fix for int'l numbers that were not auto-prepending "+" on SMS voicemail notification.
  • README table of contents fixes

2.2.0

29 Aug 01:50
Compare
Choose a tag to compare
  • Introducing helpline SMS routing.
  • Notes field added for each volunteer to help with various metadata.
  • Blocklist for automatically rejecting specific calls or messages.
  • Fix for int'l numbers that were not auto-prepending "+" on SMS volunteer notification

2.1.3

15 Aug 02:34
Compare
Choose a tag to compare
  • Fix for no volunteers specified in schedule edge case
  • Phone Numbers page removed from admin portal
  • Security patch to prevent logins from masquerading root servers

2.1.2

04 Aug 17:14
Compare
Choose a tag to compare
  • Tomato helpline routing feature
  • Fixing several bad regressions introduced in 2.1.1 (mostly configuration related)

2.1.1

04 Aug 00:10
Compare
Choose a tag to compare
  • Initial pause happens while gather is occurring, allows for extension dialing
  • Fix for SMS voicemail link as MP3 @pjaudiomv
  • Fix for disabling volunteer routing after being set
  • Fix for legacy error handling for not finding helplines in favor of newer method
  • Security patch to hide smtp settings that were exposed in Settings page on admin portal
  • Security patch to whitelist all settings (preventing insecure overrides) @DeathCamel58
  • Security patch to whitelist all languages (prevents directory hopping) @DeathCamel58