diff --git a/CHANGELOG.md b/CHANGELOG.md index 4848b8e..0a7e73e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.2.0] - 2024-12-13 +## [0.1.3] - 2024-12-13 - Added queue logic to enhance performance. @@ -40,8 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First version of the module - Added submodule to log user CUD events. -[Unreleased]: https://github.com/OS2web/os2web_audit/compare/0.2.0...HEAD -[0.2.0]: https://github.com/OS2web/os2web_audit/compare/0.1.2...0.2.0 +[Unreleased]: https://github.com/OS2web/os2web_audit/compare/0.1.3...HEAD +[0.1.3]: https://github.com/OS2web/os2web_audit/compare/0.1.2...0.1.3 [0.1.2]: https://github.com/OS2web/os2web_audit/compare/0.1.1...0.1.2 [0.1.1]: https://github.com/OS2web/os2web_audit/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/OS2web/os2web_audit/compare/0.0.3...0.1.0 diff --git a/os2web_audit.install b/os2web_audit.install new file mode 100644 index 0000000..feb68e4 --- /dev/null +++ b/os2web_audit.install @@ -0,0 +1,20 @@ +getPath('os2web_audit') . '/config/install/' . $config_id . '.yml'; + $data = Yaml::parseFile($config_path); + \Drupal::configFactory()->getEditable($config_id)->setData($data)->save(TRUE); +}