Skip to content
Snippets Groups Projects
Select Git revision
  • 63532feb8dd09b71a725ecb72390b24d03790e4a
  • master default protected
  • feat/message-handling
  • feat/request-id
  • 1.13.2
  • 1.13.1
  • 1.13.0
  • 1.12.1
  • 1.12.0
  • 1.11.0
  • 1.11.0-beta2
  • 1.11.0-beta1
  • 1.10.2
  • 1.10.1
  • 1.10.0
  • 1.9.0
  • 1.8.0
  • 1.7.4
  • 1.7.3
  • 1.7.2
  • 1.7.1
  • 1.7.0
  • 1.6.2
  • 1.6.2-beta2
24 results

CHANGELOG.md

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.

    [1.7.2] - 2022-05-18

    Fixed

    • Fixed no handler actually assigned when using combination of NullHandler and actual one
    • WooCommerce channel is now taken from logger registered channel

    [1.7.1] - 2022-04-15

    Fixed

    • Fixed the getLogger method from SimpleLoggerFactory

    [1.7.0] - 2022-04-08

    Added

    • Added SimpleLoggerFactory for basic logger use cases.

    Changed

    • Minimum PHP required is now >=7.0

    [1.6.2] - 2020-07-21

    Fixed

    • Notice error when cannot create log file

    [1.6.1] - 2020-05-25

    Fixed

    • WooCommerceCapture checks if WC exists before proceeding

    [1.6.0] - 2019-05-21

    Added

    • wpdesk_is_wp_log_capture_permitted filter to disable log capture

    [1.5.4] - 2019-05-06

    Fixed

    • Exception: must be an instance of WC_Logger, instance of WPDesk\Logger\WC\WooCommerceMonologPlugin given

    [1.5.3] - 2019-04-25

    Fixed

    • Exception while trying to disable log

    [1.5.2] - 2019-04-25

    Changed

    • wp-notice 3.x

    [1.5.1] - 2019-04-23

    Changed

    • Two files for custom loggers (default+custom)

    Fixed

    • Tests

    [1.5.0] - 2019-04-18

    Changed

    • Log file is unified with old way logger and all is logged in /wp-content/uploads/wpdesk-logs/wpdesk_debug.log
    • Old static logger methods are deprecated

    Added

    • All old way loggers are in deprecated dir and should work for old plugins
    • Support for $shouldLoggerBeActivated static flag in factory - can return null logger

    [1.4.0] - 2019-01-21

    Changed

    • WC integration now considers broken WC_Logger implementation
    • Does not capture WC logger in WC < 3.5

    [1.3.1] - 2018-10-30

    Changed

    • setDisableLog changes to disableLog

    [1.2.0] - 2018-10-29

    Changed

    • getWPDeskFileName renamed to getFileName
    • isWPDeskLogWorking renamed to isLogWorking

    Added

    • most methods have $name parameter for using specific logger

    [1.1.1] - 2018-10-29

    Fixed

    • should not capture all error - only log them
    • boolean filter fixed

    [1.1.0] - 2018-10-29

    Added

    • can disable logs using one bool
    • less static variables

    [1.0.0] - 2018-10-28

    Added

    • first stable version
    • 80% coverage in integration tests