Skip to content

Latest commit

 

History

History
120 lines (62 loc) · 1.41 KB

File metadata and controls

120 lines (62 loc) · 1.41 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

2.3.1 - 2024-07-18

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Adjusted formatting of AdaptiveCards.

2.3.0 - 2024-07-10

Added

  • Added message_format option and support for converting to AdaptiveCards for Workflows to support the deprecation of O365 Teams webhooks.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.2.0 - 2024-04-09

Added

  • Nothing.

Changed

  • The minimum PHP version requirement has been raised to 8.1.
  • Dependencies have been updated.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.1.0 - 2023-03-24

Added

  • Nothing.

Changed

  • The minimum PHP version requirement has been raised to 8.0.2.
  • Code style has been adjusted to reflect PSR-12.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Prevents a notice if the text field is missing from an incoming message.

2.0.0 - 2022-01-10

Added

  • Nothing.

Changed

  • The minimum PHP version requirement has been raised to 7.4.
  • Database handling is now done by Doctrine instead of Laminas\Db.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • PHP 8 compatibility.

1.0.0 - 2020-11-03

Initial release.