Releases: infobip/infobip-api-php-client
Releases · infobip/infobip-api-php-client
5.0.0
[ 5.0.0 ] - 2023-03-02
🎉 NEW Major Version of infobip-api-php-client.
Added
- 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.
Changed
- Fully refactored codebase using Symfony components
4.0.0
[ 4.0.0 ] - 2022-10-21
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
DateTimetype
Added
- Delete WhatsApp template
Fixed
3.2.0
3.1.0
3.0.0
[ 3.0.0 ] - 2021-03-25
🎉 NEW Major Version of infobip-api-php-client.
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
- Support for async execution
CONTRIBUTING.mdcontaining guidelines for creating GitHub issues- Support for Infobip Two-factor Authentication API
Changed
- Models, structure, examples, etc. for Infobip SMS API
- Library dependencies
README.mdwhich 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)