Skip to content

Releases: infobip/infobip-api-php-client

5.0.0

02 Mar 08:20

Choose a tag to compare

[ 5.0.0 ] - 2023-03-02

⚠️ IMPORTANT NOTE: This release contains breaking changes!

🎉 NEW Major Version of infobip-api-php-client.

Added

Changed

  • Fully refactored codebase using Symfony components

4.0.0

21 Oct 12:49

Choose a tag to compare

[ 4.0.0 ] - 2022-10-21

⚠️ IMPORTANT NOTE: This release contains breaking changes!

Changed

  • The minimum supported PHP version has been changed to 8.0
  • Get WhatsApp template / Create WhatsApp template have breaking changes as they're using the new v2 API endpoints. The body and footer are no longer strings but objects.
  • getEmailLogs' input parameters sentSince and sentUntil now correctly defined as DateTime type

Added

  • Delete WhatsApp template

Fixed

3.2.0

29 Mar 13:11

Choose a tag to compare

[ 3.2.0 ] - 2022-03-29

Added

Changed

  • Renamed EmailLogResponse to EmailLogsResponse
  • Added default value of false for parameter flash in SmsTextualMessage

Removed

  • Dev dependencies
  • Unused models

3.1.0

25 Nov 16:57

Choose a tag to compare

[ 3.1.0 ] - 2021-11-25

Added

Changed

  • Update Guzzle HTTP client version from 6.5 to 7.3

3.0.0

25 Mar 15:33
6fb4afb

Choose a tag to compare

[ 3.0.0 ] - 2021-03-25

🎉 NEW Major Version of infobip-api-php-client.

⚠️ IMPORTANT NOTE: This release contains breaking changes!

In this release, the infobip-api-php-client library is vastly changed and modernized. It is auto-generated and completely different from the previous version, so we do not provide an upgrade guide from 2.x to 3.x because such a document will be a similar size as the library itself.

Added

Changed

  • Models, structure, examples, etc. for Infobip SMS API
  • Library dependencies
  • README.md which contains necessary data and examples for quickstart as well as some other important pieces of information on versioning, licensing, etc.
  • LICENSE which is now MIT

Removed

  • Support for Infobip Omni API (to be included back in one of the next releases)

2.5.0

23 Mar 09:12
634f724

Choose a tag to compare

India DLT parameters added to SMS and README.md update

2.0.0

23 Mar 09:09

Choose a tag to compare

Release 2.0.0 version

1.1.0

03 Feb 10:16

Choose a tag to compare

Added tracking parameter on SendAdvanced models. Added example for se…