Skip to content

Commit c40bd64

Browse files
ib-fsrnecinfobip-ci
and
infobip-ci
authored
Update to version 6.1.0 (#71)
* Update to version 6.1.0 * Update CHANGELOG date --------- Co-authored-by: infobip-ci <[email protected]>
1 parent bdfb7b6 commit c40bd64

File tree

333 files changed

+7079
-449
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

333 files changed

+7079
-449
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to the library will be documented in this file.
44

55
The format of the file is based on [Keep a Changelog](http://keepachangelog.com/) and this library adheres to [Semantic Versioning](http://semver.org/) as mentioned in the [README.md][readme] file.
66

7+
8+
## [ [6.1.0](https://github.com/infobip/infobip-api-php-client/releases/tag/6.1.0) ] - 2024-12-16
9+
10+
### Added
11+
* Support for [Infobip Moments](https://www.infobip.com/docs/api/customer-engagement/moments).
12+
13+
### Changed
14+
* Removed no longer supported 50 business-initiated conversations messaging tear limit for WhatsApp senders.
15+
* Added `createdAt` and `lastUpdatedAt` fields to WhatsApp Template response models.
16+
* Added new Calls error code type: `MACHINE_DETECTED`.
17+
* `CallRoutingWebRtcEndpoint` now allows using default `to` value used in inbound call as an identity.
18+
* Refactored a part of Calls API tests.
19+
20+
### Fixed
21+
* IVR scenario action scripts types.
22+
723
## [ [6.0.0](https://github.com/infobip/infobip-api-php-client/releases/tag/6.0.0) ] - 2024-12-09
824

925
⚠️ **IMPORTANT NOTE:** This release contains breaking changes! From this point onward PHP version 8.0 is no longer supported. Minimum PHP version required is 8.3.
@@ -38,7 +54,7 @@ version required is 7.0.
3854
* Added a content field within `SmsMessage` to define the message content.
3955
This supports both textual and binary messages, which can be created using [SmsTextContent](Infobip/Model/SmsTextContent.php) or [SmsBinaryContent](Infobip/Model/SmsBinaryContent.php), respectively.
4056
* Unified request classes by replacing `SmsAdvancedTextualRequest` and `SmsAdvancedBinaryRequest` with the new [SmsRequest](Infobip/Model/SmsRequest.php) class.
41-
* Consolidated sending functions: use `sendSmsMessages` instead of the `sendSmsMessage` and `sendBinarySmsMessage` functions.
57+
* Consolidated sending functions: use `sendSmsMessages` instead of the `sendSmsMessage` and `sendBinarySmsMessage` functions.
4258
* Across all Call models, the `applicationId` field has been removed and replaced with the `platform` field, as encapsulates platform fields and reflects the current state of the endpoint.
4359
In addition to that, a new required `callsConfigurationId` field has been added.
4460
* Removed delivery time window configuration classes (`SmsDeliveryTimeWindow`, `MmsDeliveryTimeWindow`, `ViberDeliveryTimeWindow`, `CallRoutingAllowedTimeWindow`, `CallsDeliveryTimeWindow`, `SmsDeliveryTimeWindow`, `CallsTimeWindow`) in favor of a unified class: [DeliveryTimeWindow](Infobip/Model/DeliveryTimeWindow.php)

0 commit comments

Comments
 (0)