Skip to content

Releases: Underpin-WP/logger-loader

Release 2.1.0 - Nov 21, 2021

22 Nov 03:45
Compare
Choose a tag to compare

This implements support for Underpin 2.0.0

Release 2.0.0 - August 5, 2021

05 Aug 13:11
713ff0a
Compare
Choose a tag to compare

This update introduces several things to make the logger loader more extend-able

Introduces middleware to the logger registry. This provides a way to extend the logger without needing several different hooks to modify the behavior
Upgrades event types to support multiple log writers

This also updates the default logger to use PHP's built-in logging instead of a custom-made log. This is a lot more stable than other options and is more-secure since these log files are typically locked down by hosts.

This update removed several filters, and instead expects you to extend using the middleware API. Review the updated code here to see how you can now extend this.

Release 1.1.0 - June 21st, 2021

22 Jun 02:41
afe8c11
Compare
Choose a tag to compare
Replace filter call with find call. #1 (#2) (#3)

Initial Release - May 5th 2021

05 May 20:17
Compare
Choose a tag to compare