Skip to content

Latest commit

 

History

History
executable file
·
30 lines (20 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

executable file
·
30 lines (20 loc) · 1.08 KB

Changelog

All notable changes to microsoft-teams will be documented in this file

1.1.4 - 2023-01-25

Update Readme to support Laravel 10.x

1.1.3 - 2022-06-21

Update Readme to support Laravel 9.x

1.1.2 - 2022-06-03

Changed registered notification driver from 'teams' to 'microsoftTeams' to be consistent. Current Release now accepts both names. Please use 'microsoftTeams' for all calls since 'teams' will be removed with the next major release.

1.1.1 - 2022-01-21

Support Laravel 9.x

1.1.0 - 2020-09-10

Support Laravel 8.x

1.0.1 - 2020-04-27

Breaking Change

Method button(string $text, string $url = '', array $params = []): has now only 3 params instead of 4 since the type param got obsolete. Please adapt your code if you were using more than the first required 2 params.

  • change method button() to action() since this fits better to the documentation as potential action
  • add button() method as a wrapper for straight forward use

1.0.0 - 2020-04-14

  • initial release