Skip to content

Commit df8a972

Browse files
authored
Merge pull request #9 from OS2Forms/feature/drupal-10-compatibility
Drupal 10 compatibility
2 parents 1294b70 + 3114da5 commit df8a972

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ about writing changes to this log.
88

99
## [Unreleased]
1010

11+
## [2.1.0]
12+
13+
- Drupal 10 compatibility.
14+
1115
## [2.0.3]
1216

1317
- Gave users with `view_any` submission permission access to API.
@@ -36,7 +40,8 @@ about writing changes to this log.
3640

3741
- Release 1.0.0
3842

39-
[Unreleased]: https://github.com/OS2Forms/os2forms_rest_api/compare/2.0.3...HEAD
43+
[Unreleased]: https://github.com/OS2Forms/os2forms_rest_api/compare/2.1.0...HEAD
44+
[2.1.0]: https://github.com/OS2Forms/os2forms_rest_api/compare/2.0.3...2.1.0
4045
[2.0.3]: https://github.com/OS2Forms/os2forms_rest_api/compare/2.0.2...2.0.3
4146
[2.0.2]: https://github.com/OS2Forms/os2forms_rest_api/compare/2.0.1...2.0.2
4247
[2.0.1]: https://github.com/OS2Forms/os2forms_rest_api/compare/2.0.0...2.0.1

os2forms_rest_api.info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'OS2Forms REST API'
22
type: module
33
description: 'OS2Forms REST API'
44
package: OS2Forms
5-
core_version_requirement: ^9
5+
core_version_requirement: ^9 || ^10
66
dependencies:
77
- drupal:key_auth
88
- drupal:webform

0 commit comments

Comments
 (0)