From ebfeae39667f71679d152a35b03a496f5b85af29 Mon Sep 17 00:00:00 2001 From: Davo Date: Fri, 15 Jul 2022 09:17:31 -0500 Subject: [PATCH] PODA-539 Update PR template and changelog --- CHANGELOG.md | 8 ++++++++ PULL_REQUEST_TEMPLATE.md | 2 ++ 2 files changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24ac0c0a..87008c5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index d10265f0..f7f28402 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -7,3 +7,5 @@ - [ ] 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