Skip to content

Releases: javvlon/laravel-google-chat-logger

v1.2.0 Laravel 11 Support

24 Oct 11:30
Compare
Choose a tag to compare

What's New:

  • Added support for Laravel 11.x by updating the illuminate/support dependency.
  • Fully backward compatible with Laravel 8.x, 9.x, and 10.x

v1.1.2

22 Oct 07:09
Compare
Choose a tag to compare

The log time is extracted from $record->datetime, which is a DateTime object.
The timestamp is formatted using the format method (Y-m-d H:i:s).
The formatted timestamp is then included in the Google Chat message.

v1.1.0 Laravel 10 Compatibility Fix

22 Oct 06:57
Compare
Choose a tag to compare

This release includes an important fix for compatibility with Laravel 10 and Monolog 2.x.

v1.0.0

27 Sep 09:57
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v1.0.0

v0.2.0

26 Sep 10:58
Compare
Choose a tag to compare

Full Changelog: v0.1.2...v0.2.0