All Versions
11
Latest Version
Avg Release Cycle
192 days
Latest Release
1576 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.0.16-stable Changes
May 19, 2020- โ Adds Redis handler
- โ Adds IFTTT handler
- โ Adds missing examples for EchoConsole, LevelBuffer, and WPMail handlers
- ๐ Fixes PHPUnit warning
- โก๏ธ Readme updates
-
v1.0.15-stable Changes
March 30, 2020- ๐ Renamed echo handler to
EchoConsole
to fix keyword error - thanks @nhymxu! - โก๏ธ Readme updates
- ๐ Renamed echo handler to
-
v1.0.14-stable Changes
February 12, 2020- โ Adds Echo handler to output directly to the console
- โ Adds PHP 7.4 to travis-ci testing and removes support for PHP 5.4-5.6
- ๐ Fixes composer require command in readme (thanks @tessus!)
-
v1.0.13-stable Changes
June 27, 2019- โ Added PDO handler to support logging to any SQL database (MySQL, SQLite, PostgreSQL, etc.)
-
v1.0.12-stable Changes
March 08, 2019- ๐ป Send notifications through the apprise command line tool
- โ Removed HHVM from automated tests
- โ Added PHP 7.1, 7.2, and 7.3 to automated tests
-
v1.0.11-stable Changes
December 08, 2018- ๐ Fixed travis-ci configuration
- โก๏ธ Updated PHPUnit classes and moved to dev dependencies
- Fixed tests for missing PHPUnit_Framework_TestCase due to psr/log issues
- โก๏ธ Updated examples in README
-
v1.0.10-stable Changes
September 17, 2017โ Added Slackbot handler.
-
v1.0.9-stable Changes
January 03, 2017๐ Improved connection logic for MongoDB.
-
v1.0.8-stable Changes
August 10, 2016- ๐ New
LevelName
handler translates log level numbers to proper names in output - ๐ Use the new MongoDB driver if available
- ๐ New
-
v1.0.7-stable Changes
June 12, 2015โก๏ธ Updates for PHP 7 support, replaced Mongo with MongoClient class, renamed Null handler to Ignore.