File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99## [ Unreleased]
1010
11+ ## [ 0.2.1] - 2025-02-25
12+
13+ - Removed types from class constants.
14+
1115## [ 0.2.0] - 2025-02-17
1216
1317- Used account name as fallback in user logging
@@ -59,7 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5963- First version of the module
6064- Added submodule to log user CUD events.
6165
62- [ Unreleased ] : https://github.com/OS2web/os2web_audit/compare/0.2.0...HEAD
66+ [ Unreleased ] : https://github.com/OS2web/os2web_audit/compare/0.2.1...HEAD
67+ [ 0.2.1 ] : https://github.com/OS2web/os2web_audit/compare/0.2.0...0.2.1
6368[ 0.2.0 ] : https://github.com/OS2web/os2web_audit/compare/0.1.6...0.2.0
6469[ 0.1.6 ] : https://github.com/OS2web/os2web_audit/compare/0.1.5...0.1.6
6570[ 0.1.5 ] : https://github.com/OS2web/os2web_audit/compare/0.1.4...0.1.5
Original file line number Diff line number Diff line change 2020 */
2121class Logger {
2222
23- const string OS2WEB_AUDIT_QUEUE_ID = 'os2web_audit ' ;
24- const string OS2WEB_AUDIT_LOGGER_CHANNEL = 'os2web_audit_info ' ;
23+ public const OS2WEB_AUDIT_QUEUE_ID = 'os2web_audit ' ;
24+ public const OS2WEB_AUDIT_LOGGER_CHANNEL = 'os2web_audit_info ' ;
2525
2626 public function __construct (
2727 private readonly LoggerManager $ loggerManager ,
You can’t perform that action at this time.
0 commit comments