Skip to content

Releases: openfun/django-lti-toolbox

1.3.0

25 Apr 14:51
Compare
Choose a tag to compare

Added

  • Enhance the LTI class with origin_url and is_moodle_format properties

1.2.0

13 Sep 16:58
Compare
Choose a tag to compare

Added

  • Add a utils function sign_parameters used for testing
  • Enhance the LTI class with role-checking properties
  • Add an LTIRole enum

Fixed

  • Rename ParamsMixins to ParamsMixin
  • Add string inheritance to the LTIMessageType enum

1.1.0

30 Aug 17:11
Compare
Choose a tag to compare

Added

  • Accept Content-Item selection request used in a deep linking context
  • Add an LTIMessageType enum

Fixed

  • Use modern python method decorator for all LTI view classes

1.0.1

03 Feb 15:11
Compare
Choose a tag to compare

Fixed

  • Replace url method by re_path for django 4.0 compatibility

1.0.0

13 Jan 10:08
Compare
Choose a tag to compare

Added

  • Add a url field to the LTIConsumer model

1.0.0b1

11 Jun 15:09
Compare
Choose a tag to compare
1.0.0b1 Pre-release
Pre-release

Added

  • Import lti_toolbox library and tests from Ashley