Releases: messente/messente-api-php
Releases · messente/messente-api-php
3.2.0
What's Changed
- release version 3.2.0 by @KWojakiew in #23
New Contributors
- @KWojakiew made their first contribution in #23
Full Changelog: 3.1.0...3.2.0
3.1.0
3.0.0
2.1.0
2.0.1
What's Changed
- Fix code example in README. Bump psr7 version to allow 2.X. by @glintik in #16
- Add parameter
ttl
to Omnichannel API message sending request. This allows the users to specify thevalidity
period of a message in the unit of seconds (as opposed to minutes for thevalidity
field). Preserves backward compatibility withvalidity
.
2.0.0
1.4.1
1.4.0
https://packagist.org/packages/messente/messente-api-php#1.4.0
Add an optional priority
field to Omnichannel API message sending request. This field sets the priority of the message. Messages are processed starting with in highest priority queue first and lowest priority queue last. This for example allows to prioritize OTP messages over marketing traffic.
The new field has three possible values:
- low,
- regular,
- high.
1.3.1
https://packagist.org/packages/messente/messente-api-php#1.3.1
Bug Fix
[phonebook-api][contacts] Make sure scheduled deletion date field is only in responses, not in requests
1.3.0
#10:
https://packagist.org/packages/messente/messente-api-php#1.3.0
Added Functionality
- [phonebook-api][contacts] Add scheduled deletion date to response
- The date (in ISO 8601 format, YYYY-MM-DD) on which the contact is going to be deleted because it has not belonged to a group for 30 days
- [statistics-api] Allow fetching Telegram statistics
Bug Fixes
- [omnichannel-api] Declare error item source nullable
- [omnichannel-api] Make cancelling a message return an empty object