Skip to content

Releases: inpsyde/Wonolog

v1.2.0

08 Nov 12:15
967a4ce
Compare
Choose a tag to compare

Fixed

  • PHP 8+ compatibility, props @tfrommen
    • Add ReturnTypeWillChange attribute where needed
    • Replace deprecated FILTER_SANITIZE_STRING

v2.0.0-beta.2

01 Mar 11:33
6038a2d
Compare
Choose a tag to compare

Second beta of v2 series.

v2.0.0-beta.1

01 Mar 00:24
7449476
Compare
Choose a tag to compare

First beta of v2 series.

v1.1.0

01 Mar 01:52
0616eda
Compare
Choose a tag to compare

Fixed

  • Type error raisaed when _get_cron_array would return false

Added

Changed

v1.0.4

21 Jul 16:00
Compare
Choose a tag to compare

Changed

  • Do not log silenced errors by-default (See #50)

v1.0.3

11 Sep 10:53
62b2cf9
Compare
Choose a tag to compare

Fixed

  • Monolog is required preventing with upper bound on major version 1.

v1.0.2

15 May 15:49
Compare
Choose a tag to compare

Changed

  • Raised severity of cron events to INFO (See #34)
  • Update dev requirements in composer.json

Fixed

  • Broken tests after latest changes
  • Log creation from \WP_Error without data (See #36)
  • CS fix and other minor changes

v1.0.1

08 Feb 07:17
Compare
Choose a tag to compare

Added

  • CI tests for PHP 7.2

Changed

  • 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.

Fixed

  • 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.

v1.0.0

01 Jun 14:52
Compare
Choose a tag to compare

This is the first public release of Wonolog. 🎉 🎈 😎


Further Reading

v0.2.1

25 Oct 16:11
Compare
Choose a tag to compare

Fixed

  • Bug caused custom default handler to be ignored