Skip to content

Commit

Permalink
Merge pull request 1EdTech#62 from packbackbooks/update-docs
Browse files Browse the repository at this point in the history
PODA-539 Update PR template and changelog
  • Loading branch information
dbhynds authored Jul 15, 2022
2 parents c441757 + ebfeae3 commit d89c674
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 5.1.7

Add `AssignmentGradesService::updateLineitem()` to update a line item [#58](https://github.com/packbackbooks/lti-1-3-php-library/pull/58).

## 5.1.0

Add `AssignmentGradesService::getLineItem()` to fetch a single line item [#47](https://github.com/packbackbooks/lti-1-3-php-library/pull/47).

## 5.0.0

Implemented several changes to comply with (OpenID Connect Core)[https://openid.net/specs/openid-connect-core-1_0.html]. Nonce validation changed such that it now verifies that the nonce and state associated with an LTI Message Launch request matches the state associated with the nonce and state created during the OIDC login request.
Expand Down
2 changes: 2 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
<!-- Describe how this PR has been tested, manually and automatically. -->

- [ ] I have added automated tests for my changes
- [ ] I ran `composer test` before opening this PR
- [ ] I ran `composer lint-fix` before opening this PR

0 comments on commit d89c674

Please sign in to comment.