Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Releases: pmclain/module-twilio

Fix compilation error

01 Dec 13:32
b192855
Compare
Choose a tag to compare
Merge pull request #13 from pmclain/hotfix/di-error

Add missing constructor argument in ship adapter

Correct Magento Versions in composer.json

06 Oct 18:10
Compare
Choose a tag to compare

Apparently I didn't have the right versions for 2.2.x before.

Message Status Updates via Webhooks

01 Oct 21:40
Compare
Choose a tag to compare

Breaking Changes

Pmclain\Twilio\Api\Data\LogInterface

  • Method getTimestamp was replaced with getCreatedAt

New Features

  • SMS log entries are now updated via Twilio webhooks.

Magento v2.2.x Support

01 Oct 13:43
Compare
Choose a tag to compare
  • Add Magento v2.2.x versions to composer.json
  • Minor refactor of encrypted configuration value retrieval.

Tracking Links for Shipment Notifications

18 Sep 01:33
Compare
Choose a tag to compare
  • Add {{shipment.trackinglink}} variable for use in shipment SMS templates. The variable is replaced with direct links to carrier tracking information.

Checkout Bug Fixes

11 Jun 03:11
Compare
Choose a tag to compare
  • 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

20 Mar 21:19
Compare
Choose a tag to compare

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

11 Feb 23:13
Compare
Choose a tag to compare

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.