Skip to content

Releases: messagebird/php-rest-api

Release 1.6.1

12 Oct 13:32

Choose a tag to compare

The following changes were added:

  • #30 Bugfix to prevent calling the API without authentication. Thanks @toothman!

Release 1.6.0

29 Sep 08:42

Choose a tag to compare

The following changes were added:

Release 1.5.1

24 Aug 15:12

Choose a tag to compare

The following changes were added:

  • #27 Unset the HLR object before loading a Lookup result

Release 1.5.0

19 Aug 10:55

Choose a tag to compare

The following changes were added:

  • #23 Add support for the Chat API
  • #24 Some minor changes and formatting for the Chat API functionality

Thanks @sotoz for the hard work!

Release 1.4.2

19 Jul 09:02

Choose a tag to compare

The following changes were added:

  • #22 Add cURL extension to composer.json

Release 1.4.1

01 Feb 10:28

Choose a tag to compare

The following changes were added:

  • #18 Add missing details attribute to the HLR object

Release 1.4.0

21 Jan 16:22

Choose a tag to compare

The following changes were added:

  • #16 Add getter methods to the Hlr and VoiceMessages resources to access previously inaccessible properties.

Release 1.3.1

07 Jan 14:36

Choose a tag to compare

The following changes were added:

  • A CA bundle. Sometimes servers do not have the latest, up-to-date, certificates. To overcome this we add the latest CA bundle and always send it with the request.
  • An example script to send a message with unicode

Release 1.3.0

17 Dec 10:17

Choose a tag to compare

This release adds the necessary resources and objects for the new Lookup API.

Release v1.1.7

24 Apr 08:00

Choose a tag to compare

Updated examples.