All Versions
11
Latest Version
Avg Release Cycle
192 days
Latest Release
775 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.