Skip to content

Commit c34f0bb

Browse files
authored
Merge pull request #174 from edx/jawad/LEARNER-8413
feat: Added multi device support on student_view LEARNER-8413
2 parents 1b1f380 + 4399eae commit c34f0bb

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,12 @@ Please do not report security issues in public. Send security concerns via email
318318
Changelog
319319
=========
320320

321+
3.0.1 - 2021-07-09
322+
-------------------
323+
324+
* Added multi device support on student_view for mobile.
325+
326+
321327
3.0.0 - 2021-06-16
322328
-------------------
323329

lti_consumer/lti_xblock.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -937,6 +937,7 @@ def author_view(self, context):
937937
fragment.initialize_js('LtiConsumerXBlock')
938938
return fragment
939939

940+
@XBlock.supports("multi_device")
940941
def student_view(self, context):
941942
"""
942943
XBlock student view of this component.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def is_requirement(line):
4949

5050
setup(
5151
name='lti-consumer-xblock',
52-
version='3.0.0',
52+
version='3.0.1',
5353
author='Open edX project',
5454
author_email='oscm@edx.org',
5555
description='This XBlock implements the consumer side of the LTI specification.',

0 commit comments

Comments
 (0)