Releases: openfun/django-lti-toolbox
Releases · openfun/django-lti-toolbox
2.0.0
1.3.0
1.2.0
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
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
Fixed
- Replace url method by re_path for django 4.0 compatibility