Skip to content

Commit

Permalink
Merge pull request #9 from OS2Forms/feature/drupal-10-compatibility
Browse files Browse the repository at this point in the history
Drupal 10 compatibility
  • Loading branch information
jekuaitk authored Sep 6, 2024
2 parents 1294b70 + 3114da5 commit df8a972
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ about writing changes to this log.

## [Unreleased]

## [2.1.0]

- Drupal 10 compatibility.

## [2.0.3]

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

- Release 1.0.0

[Unreleased]: https://github.com/OS2Forms/os2forms_rest_api/compare/2.0.3...HEAD
[Unreleased]: https://github.com/OS2Forms/os2forms_rest_api/compare/2.1.0...HEAD
[2.1.0]: https://github.com/OS2Forms/os2forms_rest_api/compare/2.0.3...2.1.0
[2.0.3]: https://github.com/OS2Forms/os2forms_rest_api/compare/2.0.2...2.0.3
[2.0.2]: https://github.com/OS2Forms/os2forms_rest_api/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/OS2Forms/os2forms_rest_api/compare/2.0.0...2.0.1
Expand Down
2 changes: 1 addition & 1 deletion os2forms_rest_api.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'OS2Forms REST API'
type: module
description: 'OS2Forms REST API'
package: OS2Forms
core_version_requirement: ^9
core_version_requirement: ^9 || ^10
dependencies:
- drupal:key_auth
- drupal:webform
Expand Down

0 comments on commit df8a972

Please sign in to comment.