All Versions
11
Latest Version
Avg Release Cycle
192 days
Latest Release
1576 days ago

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
  • 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
  • v1.0.7-stable Changes

    June 12, 2015

    โšก๏ธ Updates for PHP 7 support, replaced Mongo with MongoClient class, renamed Null handler to Ignore.