Skip to content

Commit 98eba74

Browse files
authored
Merge pull request #27 from itk-dev/feature/update-os2forms-core-requirements
6107: Updated os2forms/os2forms requirements
2 parents 06e2eae + d471bef commit 98eba74

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,16 @@ about writing changes to this log.
88

99
## [Unreleased]
1010

11+
## [2.1.0] 11.12.2025
12+
13+
* Allowed `os2forms/os2forms` `5.x`.
14+
* Disallowed `os2forms/os2forms` `3.x`.
15+
1116
## [2.0.1] 08.09.2025
1217

1318
* Only attempt archiving when submission is completed.
1419

15-
## [2.0.0] - 2025-05-02
20+
## [2.0.0] 05.02.2025
1621

1722
* [PR-14](https://github.com/OS2Forms/os2forms_get_organized/pull/14)
1823
Added support for [Key](https://www.drupal.org/project/key)
@@ -72,7 +77,8 @@ about writing changes to this log.
7277

7378
## [1.0.0] 29.03.2023
7479

75-
[Unreleased]: https://github.com/OS2Forms/os2forms_get_organized/compare/2.0.1...HEAD
80+
[Unreleased]: https://github.com/OS2Forms/os2forms_get_organized/compare/2.1.0...HEAD
81+
[2.1.0]: https://github.com/OS2Forms/os2forms_get_organized/compare/2.0.1...2.1.0
7682
[2.0.1]: https://github.com/OS2Forms/os2forms_get_organized/compare/2.0.0...2.0.1
7783
[2.0.0]: https://github.com/OS2Forms/os2forms_get_organized/compare/1.4.1...2.0.0
7884
[1.4.1]: https://github.com/OS2Forms/os2forms_get_organized/compare/1.4.0...1.4.1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"drupal/key": "^1.20",
1515
"drupal/webform": "^6.2",
1616
"itk-dev/getorganized-api-client-php": "^1.2.2",
17-
"os2forms/os2forms": "^3.17 || ^4.0",
17+
"os2forms/os2forms": "^4.0 || ^5.0",
1818
"symfony/options-resolver": "^5.4 || ^6.0"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)