- support both XF 2.2 and XF 2.3
- implement Monolog v2 and reset default date format back to what v1 used
- removed call to \Swift_Mailer::newInstance for compatibility with Swiftmailer 6
- check that vendor folder exists to prevent breaking forum if we somehow didn't run composer install
- updates for XF 2.1
- change addon_id to Hampel/Monolog and add Hampel namespace to all classes
- bump version_id to 2004 to avoid conflicts with XF 1.x compatible releases
- move subcontainer out of XF namespace
- bugfix - was using the wrong subcontainer name
- added helper class for logging
- added support for emailing log messages
- added configuration options
- simplified logger test
- XF 2.0 version
- now requires PHP 7.0
- now uses Monolog v1.23 or higher
- made Monolog logging helper more robust
- cleaned up EOF lines
- remove vendor directory from .gitignore - we want to check everything in
- fix option validation monlogDefaultChannel - was using the wrong class name
- back to default autoloading mechanism, but using an init_dependencies listener to include the vendor/autoload.php file
- added some error checking
- simplified things - handlers now managed at an administrative level, not required to be created by other addons
- fixed typo in code event listener, moved to psr-0 structure for autoloading
- added configuration options