new

improved

fixed

Core

Sub-plugin

Free

Pro

Interactive Video 1.6

Added
  • Introduced a new property for interaction plugins:
    preloadstrings
    . If set to true or unset, strings will be preloaded on view.php (player page).
Updated
  • The Playground/Demo site is now running Moodle 5.1. A new theme, Nice Learning, has been added to the theme selector.
  • Addressed '
    core/modal_factory
    ' final deprecation in the upcoming
    Moodle 5.2
    .
  • We've been preloading strings from the main Interactive Video plugin and its interaction type plugins. While preloading strings made it quick and easy to call the strings we wanted to use synchronously, a majority of the preloaded strings were not needed. For instance, the Annotation plugin required no strings in the player mode, but more than a hundred strings were preloaded into memory. From this
    1.6 release
    onwards, for memory efficiency, we are no longer doing that unless the property
    preloadstrings
    of the interaction type plugin is set to true (or this property is unset).
Important note
: If you're using additional interaction types (both free and paid), you might notice missing strings. You must update your interaction plugins to benefit from this improvement.
New updates for paid interaction types will be sent via BuyMeACoffee messages.
  • Changed default '
    alignindicator
    ' setting to false (applicable to new installation only).
Fixed
  • Addressed the error logs in Moodle 5.1 regarding a missing key in the
    db/subplugins.json
    file.
  • Addressed
    preventskipping
    property unset on the view.php page.