Skip to content

Commit

Permalink
Merge pull request #137 from snake/v6-upgrade-notes-fix
Browse files Browse the repository at this point in the history
fix typo and missed class
  • Loading branch information
dbhynds authored Mar 5, 2024
2 parents add713a + cacf083 commit f0a7298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UPGRADES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ When handling a new launch, the new `initialize()` method should be used instead
$message->validate($request);

// you should do this:
$message->inilialize($request);
$message->initialize($request);
```

### HIGH LIKELIHOOD OF IMPACT: Changed how the OIDC Login URL is retrieved, deprecated the `Redirect` object
Expand Down Expand Up @@ -94,7 +94,7 @@ The following methods have been removed:

### Changes to method signatures

* When instantiating `LtiMessageLaunch`, `LtiOidcLogin`, and `LtiServiceConnector` objects, all arguments are required now (instead of some being optional).
* When instantiating `LtiMessageLaunch`, `LtiOidcLogin`, `LtiDeployment` and `LtiServiceConnector` objects, all arguments are required now (instead of some being optional).
* `Lti1p1Key` methods `setKey()` and `setSecret()` accept strings instead of arrays.
* `LtiServiceConnector::setDebuggingMode()` now returns self instead of void.

Expand Down

0 comments on commit f0a7298

Please sign in to comment.