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
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 0.2.1] - 2025-02-25
12
+
13
+ - Removed types from class constants.
14
+
11
15
## [ 0.2.0] - 2025-02-17
12
16
13
17
- 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
59
63
- First version of the module
60
64
- Added submodule to log user CUD events.
61
65
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
63
68
[ 0.2.0 ] : https://github.com/OS2web/os2web_audit/compare/0.1.6...0.2.0
64
69
[ 0.1.6 ] : https://github.com/OS2web/os2web_audit/compare/0.1.5...0.1.6
65
70
[ 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 20
20
*/
21
21
class Logger {
22
22
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 ' ;
25
25
26
26
public function __construct (
27
27
private readonly LoggerManager $ loggerManager ,
You can’t perform that action at this time.
0 commit comments