File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
## [ Unreleased]
10
10
11
- ## [ 0.1.4] - 2024-13-16
11
+ ## [ 0.1.5] - 2024-12-16
12
+
13
+ - Added module dependency.
14
+
15
+ ## [ 0.1.4] - 2024-12-16
12
16
13
17
- Added default config to ` os2web_audit_entity ` module.
14
18
@@ -44,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
44
48
- First version of the module
45
49
- Added submodule to log user CUD events.
46
50
47
- [ Unreleased ] : https://github.com/OS2web/os2web_audit/compare/0.1.4...HEAD
51
+ [ Unreleased ] : https://github.com/OS2web/os2web_audit/compare/0.1.5...HEAD
52
+ [ 0.1.5 ] : https://github.com/OS2web/os2web_audit/compare/0.1.4...0.1.5
48
53
[ 0.1.4 ] : https://github.com/OS2web/os2web_audit/compare/0.1.3...0.1.4
49
54
[ 0.1.3 ] : https://github.com/OS2web/os2web_audit/compare/0.1.2...0.1.3
50
55
[ 0.1.2 ] : https://github.com/OS2web/os2web_audit/compare/0.1.1...0.1.2
Original file line number Diff line number Diff line change @@ -2,4 +2,6 @@ name: "OS2web Audit"
2
2
description : ' OS2web Audit Module (log events in the system)'
3
3
type : module
4
4
core_version_requirement : ^8 || ^9 || ^10
5
+ dependencies :
6
+ - drupal:advancedqueue
5
7
configure : os2web_audit.plugin_settings_local_tasks
You can’t perform that action at this time.
0 commit comments