This repository has been archived by the owner on Jun 2, 2022. It is now read-only.
Releases: pmclain/module-twilio
Releases · pmclain/module-twilio
Fix compilation error
Correct Magento Versions in composer.json
Apparently I didn't have the right versions for 2.2.x before.
Message Status Updates via Webhooks
Breaking Changes
Pmclain\Twilio\Api\Data\LogInterface
- Method
getTimestamp
was replaced withgetCreatedAt
New Features
- SMS log entries are now updated via Twilio webhooks.
Magento v2.2.x Support
- Add Magento v2.2.x versions to composer.json
- Minor refactor of encrypted configuration value retrieval.
Tracking Links for Shipment Notifications
- Add
{{shipment.trackinglink}}
variable for use in shipment SMS templates. The variable is replaced with direct links to carrier tracking information.
Checkout Bug Fixes
- Corrects broken checkout when customer attempts checking out with saved address.
- Adds "SMS Enabled" flag to saved addresses listed in customer account address book and during checkout.
Message Logging and Expense Tracking
Adds logging option to store configuration settings. With logging enabled, message history is stored and available in the Reports section of the admin panel. The log page also displays account usage history pulled from the Twilio API.
Update addresses used for notifications
The shipping address telephone is no longer used for all SMS notifications. The notification/address relationships are now:
- Order - Billing Address Telephone
- Invoice - Billing Address Telephone
- Shipment - Shipping Address Telephone
The change adds alert support for virtual orders.