-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v6.0 beta #127
Conversation
Delete deprecated methods and classes
Move Deep Link Resources into their own namespace
Final changes
Fix errors in launch
Improve code coverage
Reduce complexity in LtiServiceConnector::getAll()
Code Climate has analyzed commit df9b2da and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 97.5% (50% is the threshold). This pull request will bring the total coverage in the repository to 97.9%. View more on Code Climate. |
Alright, ready for official release. Everything in this PR has been reviewed in previous PRs except for these changes: We've been running v6-beta in production for over a month now with no issue. It should be safe to release. |
Summary of Changes
v6.0-beta release of the package. For major changes, see UPGRADES.md. Child PRs included within this one:
Testing
composer test
before opening this PRcomposer lint-fix
before opening this PR