Skip to content

Releases: messente/messente-api-php

3.3.0

22 Jan 14:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...3.3.0

3.2.0

16 Sep 14:54
47ec33f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.0...3.2.0

3.1.0

19 Jul 12:52
c4f51cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.1.0

3.0.0

08 Jul 08:41
bbd8ae8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...3.0.0

2.1.0

09 Mar 13:06
9cc0ae8
Compare
Choose a tag to compare

What's Changed

  • Add error 401 to Omnimessage API

Full Changelog: 2.0.1...2.1.0

2.0.1

19 Jan 15:49
978a33e
Compare
Choose a tag to compare

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 the validity period of a message in the unit of seconds (as opposed to minutes for the validity field). Preserves backward compatibility with validity.

2.0.0

26 Oct 11:18
40aa658
Compare
Choose a tag to compare
  • Fix issues with delivery report retrieval
  • Set minimum PHP version to 7.2

1.4.1

13 Jul 11:50
Compare
Choose a tag to compare

https://packagist.org/packages/messente/messente-api-php#1.4.1

Bug Fix

  • Make it possible to install the library with new version of Laravel #14

1.4.0

12 Oct 08:57
968fa93
Compare
Choose a tag to compare

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

25 Aug 09:27
bf96e9c
Compare
Choose a tag to compare

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