Skip to content

Commit d8bc9f5

Browse files
authored
Merge branch 'develop' into feature/address-in-digital-post-pdfs
2 parents e7c58e5 + 5fc32cb commit d8bc9f5

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ before starting to add changes. Use example [placed in the end of the page](#exa
1515
Add address information to Digital Post shipments to ensure "*fjernprint*"
1616
can be sent.
1717
- Add option to add return address to Digital Post shipments.
18+
- [PR-317](https://github.com/OS2Forms/os2forms/pull/317)
19+
Updated code analysis script.
1820
- [PR-306](https://github.com/OS2Forms/os2forms/pull/306)
1921
Made digital signature text placement configurable.
2022
- [#251](https://github.com/OS2Forms/os2forms/issues/251)

scripts/code-analysis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ drupal_composer config --no-plugins allow-plugins true
4040

4141
# Making Drupal 10 compatible
4242
drupal_composer require psr/http-message:^1.0
43-
drupal_composer require mglaman/composer-drupal-lenient
43+
drupal_composer require mglaman/composer-drupal-lenient:^1.0
4444
drupal_composer config --merge --json extra.drupal-lenient.allowed-list '["drupal/coc_forms_auto_export", "drupal/webform_node_element"]'
4545

4646
drupal_composer require wikimedia/composer-merge-plugin

0 commit comments

Comments
 (0)