Skip to content

v2.1.0

Compare
Choose a tag to compare
@srtfisher srtfisher released this 14 Jan 19:28
c61434a

Added

  • Improve logger display in-WordPress.
  • Adds ai_logger_handlers and ai_logger_processors filters to allow Monolog
    handlers and processors to be filtered.
  • Adds ai_logger()->to_post() and ai_logger()->to_term() methods for easily
    creating a logger with a post/term handler

Changed

  • Depends on PHP 7.4. If you need 7.3, the 7.3 and 7.3-built branches still support it for now.
  • Implements Psr\Log\LoggerInterface on the AI_Logger\AI_Logger class to
    allow the logger to support DI against the logger interface.
  • Moved to GitHub actions for continuous integration.