Skip to content

Commit 0858506

Browse files
committed
Merge branch 'feature/add-missing-module-dependency'
2 parents db7f34f + 5517f04 commit 0858506

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

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
1216

1317
- Added default config to `os2web_audit_entity` module.
1418

@@ -44,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4448
- First version of the module
4549
- Added submodule to log user CUD events.
4650

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
4853
[0.1.4]: https://github.com/OS2web/os2web_audit/compare/0.1.3...0.1.4
4954
[0.1.3]: https://github.com/OS2web/os2web_audit/compare/0.1.2...0.1.3
5055
[0.1.2]: https://github.com/OS2web/os2web_audit/compare/0.1.1...0.1.2

os2web_audit.info.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ name: "OS2web Audit"
22
description: 'OS2web Audit Module (log events in the system)'
33
type: module
44
core_version_requirement: ^8 || ^9 || ^10
5+
dependencies:
6+
- drupal:advancedqueue
57
configure: os2web_audit.plugin_settings_local_tasks

0 commit comments

Comments
 (0)