All notable changes to microsoft-teams will be documented in this file
- Transition to Microsoft Adaptive Cards
- Set min supported PHP version to >=8.1
- Remove deprecated code
Update Readme to support Laravel 10.x
Update Readme to support Laravel 9.x
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.
Support Laravel 9.x
Support Laravel 8.x
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
- initial release