Skip to content

Commit e6a5cbd

Browse files
committed
Merge branch 'main' into fix/nemid-company-city-adjustment
2 parents 106dd72 + dcfabd8 commit e6a5cbd

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
* Added missing use statement to fix issue on datafordeler settings pages
11+
`pnumber_lookup`, `cvr_lookup` and `cpr_lookup`.
12+
13+
## [2.0.3] 2025-01-24
14+
15+
* Fixing warning if foedselsdato not set.
16+
17+
## [2.0.2] 2024-12-06
18+
19+
* Avoided accessing properties being they are initialized.
20+
21+
## [2.0.1] 2024-11-22
22+
23+
* Updated audit logging messages in Serviceplatformen services.
24+
25+
## [2.0.0] 2024-11-21
26+
27+
* Audit logging.
28+
29+
[Unreleased]: https://github.com/os2web/os2web_datalookup/compare/2.0.3...HEAD
30+
[2.0.3]: https://github.com/os2web/os2web_datalookup/compare/2.0.2...2.0.3
31+
[2.0.2]: https://github.com/os2web/os2web_datalookup/compare/2.0.1...2.0.2
32+
[2.0.1]: https://github.com/os2web/os2web_datalookup/compare/2.0.0...2.0.1
33+
[2.0.0]: https://github.com/os2web/os2web_datalookup/compare/1.11.5...2.0.0

src/Routing/DataLookupRoutes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Drupal\Component\Plugin\PluginManagerInterface;
66
use Drupal\Core\DependencyInjection\ContainerInjectionInterface;
77
use Drupal\Core\StringTranslation\StringTranslationTrait;
8+
use Drupal\os2web_datalookup\Form\DataLookupPluginGroupSettingsForm;
89
use Symfony\Component\DependencyInjection\ContainerInterface;
910
use Symfony\Component\Routing\Route;
1011

0 commit comments

Comments
 (0)