By dpi on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x-1.x
Introduced in version:
8.x-1.0-beta2
Issue links:
Description:
SMS Framework 8.1.0-beta2 includes a breaking change for gateway plugins:
Gateways must cease extending SmsGatewayPluginIncomingInterface — it no longer exists
Gateways supporting incoming must now define an incoming annotation. See Adding incoming SMS features to Gateway plugins documentation for how to use annotations to announce support of incoming message in gateway plugins.
Incoming messages passed to the SMS provider service must include a result object, and a report for each recipient of the message. See Adding incoming SMS features to Gateway plugins documentation for more information about results and reports for incoming messages.
Impacts:
Module developers