fmMMS Version History
v1.30 - 2024-09-19
- updated for changes for Telstra Messaging API v3
v1.29 - 2024-07-22
- added new MMS Gateway: Vonage API for WhatsApp
- changed _kf_TemplateID field in Messages and BulkSessions table to no longer use global storage
- updated script Insert Selected Template to no longer clear the _kf_TemplateID field after inserting a template
- added support for Vonage API for WhatsApp Message Templates
- Send Bulk MMS: updated to allow bulk messages with no attached Media if using one of the supported Gateways
v1.28 - 2024-05-20
- added new SMS Gateway: Guni
v1.27 - 2023-04-26
- added new SMS Gateway: Tall Bob
- miscellaneous bug fixes
v1.26 - 2023-04-12
- added new SMS Gateway:
v1.25 - 2023-03-15
- added support for Otto Webhooks
- updated cURL options to use trace-ascii instead of trace
v1.21 - 2022-11-10
- Chat View: fixed bug where SMS only messages were not added to chat data
- Messages::_kf_AccountID field: added new test to auto enter calculation that looks for a match using the MessagesUsernameAccounts relationship which is used by incoming Twilio messages
v1.20 - 2022-11-09
- added test for Message Subject Gateway support for Contacts Chat View Quick Message sending
v1.19 - 2022-09-27
- added new MMS Gateway: 46elks
v1.18 - 2022-09-14
- Twilio Gateway: added support for Message Scheduling
- Twilio API for WhatsApp Gateway: added support for Message Scheduling
v1.17 - 2022-08-12
- Insert Template: now only sets the Message Subject if the selected Gateway supports using a Message Subject
v1.16 - 2022-08-10
- Webhooks: updated Data API WebhooksIncomingMessages.php file for Twilio and Twilio API For WhatsApp to link incoming Message to fmMMS Account Record so media files are inserted correctly
v1.15 - 2022-02-20
- added .ics to list of Media Types
v1.1 - 2021-11-22
- added Chat View of sent/received messages/media in Contacts using Web Viewer
- Telstra MMS Gateway: updated to support sending Message Body
v1.0.9 - 2021-07-21
- Telstra MMS Gateway: updated to support sending Message Body
v1.0.8 - 2021-05-14
- added new MMS Gateway: RingCentral
- added Webhooks table to support downloading, creating/updating and deleting Webhooks directly from the fmSMS file where supported by the MMS Gateway. Initial support for RingCentral MMS Gateway.
- added new fields to Accounts table to support OAuth 2.0 authentication where supported by the MMS Gateway. Initial support for RingCentral SMS Gateway.
- added new fields to Media table: Height, Width
- Telstra MMS Gateway: changed from setting $$telstraToken and $$telstraTokenExpires global variables to storing these in fields in the Accounts table to support using multiple accounts in fmMMS for Telstra
- Telstra MMS Gateway: updated to support downloading incoming messages manually
v1.0.7 - 2021-04-01
- updated ClickSend Webhooks folder to include the getMediaURL.php and deleteMediaFile.php files
- added test to Insert Selected Template script to check Message Subject and Message Body remains within limits set by MMS Gateway for Single MMS messages
- updated Update MMS Character Count [TRIGGER] script to check Message Body remains within limits set by MMS Gateway for Single MMS messages
- miscellaneous bug fixes
v1.0.6 - 2021-03-22
- added script for Telstra MMS Gateway to register a number to use with the Telstra Free Trial
v1.0.5 - 2021-03-12
- added new MMS Gateway: MessageBird
- added support for Merge field in Message Subject when sending a Bulk SMS
- added script for Telstra MMS Gateway to create a subscription and return the Telstra number for your Account record
v1.0.4 - 2021-01-28
- added new MMS Gateway: Cellcast
- optimised processing of Get Replies scripts by breaking each individual record into a separate $record variable within the loop
v1.0.3 - 2020-12-07
- added new MMS Gateway: CDyne
v1.0.2 - 2020-11-13
- changed Header part to Top Navigation on iPhone/iPad list view layouts
- added new MMS Gateway: Plivo
- updated MediaUploadMethods Form layout to show portal of Gateways that support each upload method
- added Auto-Enter calculation to Messages::_kf_AccountID field
v1.0.1 - 2020-10-16
- added new MMS Gateway: SMS Global
v1.0 – 2020-09-15
- initial public release