Skip to content
Snippets Groups Projects
Verified Commit bb46a797 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

chore: add changelog


Signed-off-by: default avatarBart Jaskulski <bjaskulski@protonmail.com>
parent c059dba7
No related branches found
No related tags found
No related merge requests found
Pipeline #402087 passed with warnings with stages
in 54 seconds
## [1.13.0] - 2024-08-09
### Changed
- Deprecated `WPDeskLoggerFactory`.
- Deprecated `Settings` class in `SimpleLoggerFactory`. Prefer using options array.
- Always use WooCommerce logger handler by default, and fallback to WordPress debug.log only, when previous is unavailable.
### Added
- `SimpleLoggerFactory` is now processing messages according to PSR-3 templates.
- From now on `SimpleLoggerFactory` adds unique ID for each session in context to ease identify messages in high-concurrency environments.
- Added `action_level` option to `SimpleLoggerFactory`, which uses `FingersCrossedHandler` underneath. You can use this option, to ensure, that messages after particular level are always logged (e.g. critical).
## [1.12.1] - 2024-03-26
### Fixed
- WC logger initialisation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment