Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lti-xblock-consumer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenJupyter
lti-xblock-consumer
Commits
55cb4174
Commit
55cb4174
authored
2 years ago
by
michaelroytman
Browse files
Options
Downloads
Patches
Plain Diff
build: update the library version number and CHANGELOG
parent
7fb30746
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.rst
+11
-3
11 additions, 3 deletions
CHANGELOG.rst
lti_consumer/__init__.py
+1
-1
1 addition, 1 deletion
lti_consumer/__init__.py
with
12 additions
and
4 deletions
CHANGELOG.rst
+
11
−
3
View file @
55cb4174
...
@@ -15,6 +15,13 @@ Please See the [releases tab](https://github.com/edx/xblock-lti-consumer/release
...
@@ -15,6 +15,13 @@ Please See the [releases tab](https://github.com/edx/xblock-lti-consumer/release
Unreleased
Unreleased
~~~~~~~~~~
~~~~~~~~~~
5.0.1 - 2022-10-17
------------------
* Fixed a bug that prevented LTI 1.3 launches from occurring in the browser due to Django's clickjacking protection.
* Added the xframe_options_exempt view decorator to launch_gate_endpoint to allow loading response in an <iframe> tags
* Fixed a bug in the URL used for an LTI 1.3 launch; the library now sends LTI 1.3 launches to the redirect_uri provided
by the Tool in the authentication request, instead of the preregistered target_link_uri.
5.0.0 - 2022-10-12
5.0.0 - 2022-10-12
------------------
------------------
...
@@ -23,9 +30,10 @@ BREAKING CHANGE:
...
@@ -23,9 +30,10 @@ BREAKING CHANGE:
Please note that additional breaking changes will be forthcoming in future versions of this library.
Please note that additional breaking changes will be forthcoming in future versions of this library.
* Modified Python API methods to take Lti1p3LaunchData as a required argument
* Modified Python API methods to take Lti1p3LaunchData as a required argument
** get_lti_1p3_launch_info
** get_lti_1p3_launch_start_url
* get_lti_1p3_launch_info
** get_lti_1p3_content_url
* get_lti_1p3_launch_start_url
* get_lti_1p3_content_url
* Added an Lti1p3LaunchData data class
* Added an Lti1p3LaunchData data class
* Added caching for Lti1p3LaunchData to limit data sent in request query or form parameters
* Added caching for Lti1p3LaunchData to limit data sent in request query or form parameters
...
...
This diff is collapsed.
Click to expand it.
lti_consumer/__init__.py
+
1
−
1
View file @
55cb4174
...
@@ -4,4 +4,4 @@ Runtime will load the XBlock class from here.
...
@@ -4,4 +4,4 @@ Runtime will load the XBlock class from here.
from
.apps
import
LTIConsumerApp
from
.apps
import
LTIConsumerApp
from
.lti_xblock
import
LtiConsumerXBlock
from
.lti_xblock
import
LtiConsumerXBlock
__version__
=
'
5.0.
0
'
__version__
=
'
5.0.
1
'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment