Tutor v14.2.0 Release Notes

Release Date: 2022-11-21 // over 1 year ago
    • [Improvement] Auto-complete implicit local/dev --mount /path/to/... options. (by @regisb)
    • 💥[Feature] Strong typing of action and filter hooks: this allows us to detect incorrect calls to actions.add or filters.add early. Strong typing forces us to break the do and apply API by removing the context named argument. Developers should replace do(context=...) by do_from_context(..., ) (and similar for apply).

Previous changes from v14.1.2

    • 🔒 [Security] Fix edx-platform XSS vulnerability on "next" parameter. (by @regisb)