File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ about writing changes to this log.
88
99## [ Unreleased]
1010
11+ ## [ 2.0.1]
12+
13+ - Updated install config with new list submissions endpoint
14+
15+ ## [ 2.0.0]
16+
1117- Added endpoint for getting all submissions on a webform.
1218- ** Updated** permissions such that users must be given access explicitly.
1319
@@ -22,6 +28,8 @@ about writing changes to this log.
2228
2329- Release 1.0.0
2430
25- [ Unreleased ] : https://github.com/OS2Forms/os2forms_rest_api/compare/1.1.0...HEAD
31+ [ Unreleased ] : https://github.com/OS2Forms/os2forms_rest_api/compare/2.0.1...HEAD
32+ [ 2.0.1 ] : https://github.com/OS2Forms/os2forms_rest_api/compare/2.0.0...2.0.1
33+ [ 2.0.0 ] : https://github.com/OS2Forms/os2forms_rest_api/compare/1.1.0...2.0.0
2634[ 1.1.0 ] : https://github.com/OS2Forms/os2forms_rest_api/compare/1.0.0...1.1.0
2735[ 1.0.0 ] : https://github.com/OS2Forms/os2forms_rest_api//releases/tag/1.0.0
Original file line number Diff line number Diff line change 88/**
99 * Installing webform submissions endpoint.
1010 */
11- function os2forms_rest_api_update_9001() {
11+ function os2forms_rest_api_update_9001(): void {
1212 \Drupal::service('config.installer')->installDefaultConfig('module', 'os2forms_rest_api');
1313}
You can’t perform that action at this time.
0 commit comments