All notable changes to the library will be documented in this file.
The format of the file is based on Keep a Changelog and this library adheres to Semantic Versioning as mentioned in the README.md file.
[ 5.1.5 ] - 2024-01-09
- Updated symfony/serializer dependency to ^5.4
[ 5.1.3 ] - 2023-06-19
[ 5.1.2 ] - 2023-06-09
- Removed Snyk
[ 5.1.1 ] - 2023-05-19
- Added composer.lock for Snyk
[ 5.1.0 ] - 2023-04-24
- Obsolete code pre 5.0.0 release (API classes, models)
- Email sending with attachments and inline images
- Updated email README
[ 5.0.0 ] - 2023-03-01
🎉 NEW Major Version of infobip-api-php-client
.
- Support for Infobip MMS API.
- Support for Infobip Voice API.
- Support for Infobip WebRTC API.
- Support for Infobip Viber API.
- Most recent Infobip SMS API feature set.
- Most recent Email feature set.
- Most recent WhatsApp feature set.
- Fully refactored codebase using Symfony components
[ 4.0.0 ] - 2022-10-21
- 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
- Delete WhatsApp template
[ 3.2.0 ] - 2022-03-29
- Support for Infobip WhatsApp API
- Renamed EmailLogResponse to EmailLogsResponse
- Added default value of false for parameter flash in SmsTextualMessage
- Dev dependencies
- Unused models
[ 3.1.0 ] - 2021-11-19
- Support for Infobip Email API
- Update Guzzle HTTP client version from 6.5 to 7.3
[ 3.0.0 ] - 2021-03-23
🎉 NEW Major Version
In this release, the 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.
- Support for async execution
CONTRIBUTING.md
containing guidelines for creating GitHub issues- Support for Infobip Two-factor Authentication API
- 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
- Support for Infobip Omni API (to be included back in one of the next releases)