File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 55use Drupal \Component \Plugin \PluginManagerInterface ;
66use Drupal \Core \DependencyInjection \ContainerInjectionInterface ;
77use Drupal \Core \StringTranslation \StringTranslationTrait ;
8+ use Drupal \os2web_datalookup \Form \DataLookupPluginGroupSettingsForm ;
89use Symfony \Component \DependencyInjection \ContainerInterface ;
910use Symfony \Component \Routing \Route ;
1011
You can’t perform that action at this time.
0 commit comments