Skip to content

Releases: cmdotcom/text-sdk-php

Added Support for channel Instagram

06 Jul 14:41
282804f

Choose a tag to compare

This release of the PHP software development kit adds support for the channels Instagram.

Added support for channels Facebook Messenger and Google Business Messages

14 Apr 07:21
65ab555

Choose a tag to compare

This release of the PHP software development kit adds support for two more Channels.

  • Facebook Messenger
  • Google Business Messages

Fixed Whatsapp Template components issue

09 Feb 10:11

Choose a tag to compare

This release of the PHP software development kit fixes an issue with the Components property in Whatsapp Templates.

Added PHP 8.0 support

15 Jan 14:57

Choose a tag to compare

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

24 Dec 18:35

Choose a tag to compare

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

23 Oct 07:52

Choose a tag to compare

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

02 Oct 08:27

Choose a tag to compare

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

27 May 08:12
aa2e1cb

Choose a tag to compare

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

22 Jan 12:54

Choose a tag to compare

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

09 Jan 12:07
d8f9f76

Choose a tag to compare

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.