Skip to content

Fixed compatibility with Monolog v1 and PHP versions before 7.1

Compare
Choose a tag to compare
@BenceSzalai BenceSzalai released this 15 Oct 11:56
· 32 commits to master since this release

Fixed

  • Previous Fix in v1.6.3 broke compatibility with Monolog v1 and PHP versions before 7.1. Monolog v2 compatibility will be reintroduced in v2 of this package.

Improved

  • PHP v5.3 compatibility made explicit in composer.json
  • Added Wordpress as a development requirement
  • WordPressHandler::$wpdb type declaration was incorrect in PHPDoc, set to \wpdb to point to the correct class in Wordpress

Added

  • CHANGELOG.md