Skip to content

Releases: infobip/infobip-api-php-client

5.1.5

10 Jan 10:00
Compare
Choose a tag to compare

[ 5.1.5 ] - 2024-01-09

Changed

  • Updated symfony/serializer dependency to ^5.4

5.1.4

19 Jun 10:41
171a5e0
Compare
Choose a tag to compare

UPDATED package version

5.1.3

19 Jun 10:36
Compare
Choose a tag to compare

[ 5.1.3 ] - 2023-06-19

Fixed

  • WhatsApp issue #54

5.1.2

09 Jun 12:07
5219026
Compare
Choose a tag to compare

[ 5.1.2 ] - 2023-06-09

Changed

  • Removed snyk

5.1.1

19 May 08:10
Compare
Choose a tag to compare

[ 5.1.1 ] - 2023-05-19

Changed

  • Added composer.lock for Snyk

5.1.0

24 Apr 11:09
Compare
Choose a tag to compare

[ 5.1.0 ] - 2023-04-24

⚠️ IMPORTANT NOTE: Obsolete models that are not used since release 5.0.0 have been removed. You should not use them anymore.

Removed

  • Obsolete code pre 5.0.0 release (API classes, models)

Fixed

  • Email sending with attachments and inline images

Changed

  • Updated email README

5.0.0

02 Mar 08:20
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

[ 3.1.0 ] - 2021-11-25

Added

Changed

  • Update Guzzle HTTP client version from 6.5 to 7.3