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
73699982
Unverified
Commit
73699982
authored
2 years ago
by
Zachary Hancock
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
feat: new release for url settings (#323)
parent
003648c7
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
+4
-0
4 additions, 0 deletions
CHANGELOG.rst
lti_consumer/__init__.py
+1
-1
1 addition, 1 deletion
lti_consumer/__init__.py
with
5 additions
and
1 deletion
CHANGELOG.rst
+
4
−
0
View file @
73699982
...
...
@@ -16,6 +16,10 @@ Please See the [releases tab](https://github.com/openedx/xblock-lti-consumer/rel
Unreleased
~~~~~~~~~~
7.2.1 - 2023-01-10
------------------
* Adds support for LTI_BASE and LTI_API_BASE Django settings to allow URL configuration independent of LMS settings.
7.2.0 - 2022-12-15
------------------
...
...
This diff is collapsed.
Click to expand it.
lti_consumer/__init__.py
+
1
−
1
View file @
73699982
...
...
@@ -4,4 +4,4 @@ Runtime will load the XBlock class from here.
from
.apps
import
LTIConsumerApp
from
.lti_xblock
import
LtiConsumerXBlock
__version__
=
'
7.2.
0
'
__version__
=
'
7.2.
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