Skip to content

Releases: lmddc-lu/moodle-local_contentexport

0.2.2

07 May 13:13

Choose a tag to compare

Fixed:

  • invalid_response_exception: when:
    • course.category: failed on & / non-ASCII category names
    • urls[].url: failed on mod_url.externalurl with fragments, IDN, or non-canonical encoding
    • urls[].display_options: failed on serialised PHP arrays from mod_url.displayoptions
    • urls[].parameters: failed on multiline name=value content from mod_url.parameters

0.2.1

07 May 13:04

Choose a tag to compare

Added:

  • mod_page support: exports files from the page content filearea (including editor-embedded resources) and intro
  • mod_h5pactivity support: exports the deployed .h5p package file from the package filearea, and intro attachments.

Fixed:

  • invalid_response_exception on out-of-range pagination
  • URL validation in exporter output: Corrected handling of generated URLs that previously failed Moodle's response validation
  • OnlyOffice docData attribute leak: Stripped the OnlyOffice docData attribute from HTML exports

Removed:

  • is_scorm_package field dropped

Initial release

28 Nov 09:35

Choose a tag to compare

0.2.0

Initial commit