- Do not log silenced errors by-default (See #50)
- Constrain major version of Monolog (See #44)
- Added support for default handler file path that contain spaces (See #39)
- Raised severity of cron events to
INFO
(See #34) - Update dev requirements in
composer.json
- Broken tests after latest changes
- Log creation from
\WP_Error
without data (See #36) - CS fix and other minor changes
- CI tests for PHP 7.2
- Improve generated
.htaccess
file to make it work with Apache 2.3+, see #23, props @chesio. - Update some dev-dependencies (Brain Monkey) and adjust tests accordingly.
- Fix typo in documentation, see #24, props @chesio.
- Fix strict type issue when running tests in PHP 7.1+.
- Fix HTTP API Listener triggering a false-positive error for all non-blocking requests, see #26.
First public release.
- Strict standard error in PHP 5.* that criticize re-declaration of properties in classes previously declared by trait, see #4
- Bug with custom default handler be ignored
- Introduce support for
wonolog.log.{$level}
hooks - Introduce new
MailerListener
to logwp_mail
events
- Changed
PhpErrorController
method names to use snake_case - Refactoring of bootstrap file, delay of bootstrap routine to priority 20 of "muplugins_loaded"
- Updated README with info on new and changed features
- Removed type-hint from
PhpErrorController::onFatal()
because it causes issues with PHP7
First release.