Skip to content

Releases: sebbmeyer/php-microsoft-teams-connector

0.2.6

13 Nov 12:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.5...0.2.6

0.2.5

08 Jan 08:04
Compare
Choose a tag to compare

What's Changed

  • Fix type hint for title and text arguments by @jdrieghe in #29

New Contributors

Full Changelog: 0.2.4...0.2.5

0.2.4

08 Dec 00:17
Compare
Choose a tag to compare

Full Changelog: 0.2.3...0.2.4

0.2.3

07 Dec 23:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.2...0.2.3

Added timeout and retry parameter

24 Jan 10:05
b8440c1
Compare
Choose a tag to compare
  • $curlOptTimeout and $curlOptConnectTimeout were added to TeamsConnector send function (thanks to @mpereyra-mi )

Fix psr-4 warning

20 Jan 09:38
8371b11
Compare
Choose a tag to compare
  • #18 fixed psr-4 warning for HeroCard class (thanks to @ariews)

Added adaptive cards support

15 Nov 19:11
cba24f2
Compare
Choose a tag to compare

Added support for:

  • AdaptiveCard
  • HeroCard

Updated curl error handling

23 Sep 21:31
4001a23
Compare
Choose a tag to compare
  • #14 added additional error check for curl request, when teams responds with status code 200 but returns the error in the body (thanks to @ceeram )

Fix CustomCard for PHP < 7.x

21 Sep 21:57
Compare
Choose a tag to compare
  • removed invalid function arguments for PHP < 7.x
  • fixed typo in README (thanks to @yariksheptykin )

Added CustomCard class

11 Aug 19:49
bd46faa
Compare
Choose a tag to compare
Merge pull request #11 from sebbmeyer/feature/custom-card

Adding custom card