Releases: cmdotcom/text-sdk-php
Added Support for channel Instagram
This release of the PHP software development kit adds support for the channels Instagram.
Added support for channels Facebook Messenger and Google Business Messages
This release of the PHP software development kit adds support for two more Channels.
- Facebook Messenger
- Google Business Messages
Fixed Whatsapp Template components issue
This release of the PHP software development kit fixes an issue with the Components property in Whatsapp Templates.
Added PHP 8.0 support
This release of the PHP software development kit adds support for PHP 8.0.
PHPUnit needed to be upgraded to support the new PHP version and some tests were updated to run on all versions.
Added MobilePush channel support
This release of the PHP software development kit adds support for MobilePush as a channel type.
We also got a typo in the Readme fixed and upped the phpunit version to v6.5.
2.0.1 Fixes a duplication bug
This release of the PHP software development kit version 2.0.1 resolves the issue of message duplication when using SendMessage() sevaral times on the same TextClient instance.
2.0.0
This release of the PHP software development kit bumps it up one major version to v2.0.0 🚀
Support for localizable_params in Whatsapp-templates is removed, making it not backwards compatible.
If you did not use the localizable_params before you can safely update to v2
All other changes are additions and improvements, and are listed below.
-
Removed WA-template localizable_params
-
Added WA-template Components and Component-parameters (#23)
-
Added TextClient interface (#24)
-
Added Hong Kong gateway (#25)
-
Added support for Payments with Apple-pay (#26)
Co-authored-by: Niels Verbaken nv@cm.nl
Co-authored-by: Michael van der Net michaelvdnet@users.noreply.github.com
Added Twitter channel support
This release of the PHP software development kit v1.2.2 adds support for Twitter as a channel type.
We also added an example file showing how to use this SDK in a project that is not using composer already.
Fixed allowedChannels array
This release of the PHP software development kit v1.2.1 resolves a nesting issue in the allowedChannels array on the Message object.
Added Whatsapp Template support
This release of the PHP software development kit v1.2.0 adds Template-message support for WhatsApp messages, as well as RichContent message-types for ContactsMessage and LocationPushMessage.