Skip to content

Releases: lucisgit/moodle-filter_jwplayer

7-0.7+32 for Moodle 3.2 (JW Player 7, CDN 7.10.1)

27 Mar 09:49
Compare
Choose a tag to compare

This release contains some bugs fixes and CDN version upgrade.

List of changes:

  • Fixes compatibility problems with Moodle 3.2.2 (#67, @xow)

Effectively, this is release 7-0.7 that has been ported for Moodle 3.2.

JW Player CDN version (cloud-hosted mode): 7.10.1
Plugin works with Moodle versions: 3.2.

Notice, this plugin version does not work with Moodle 3.1 and earlier, use version 7-0.7 instead.

7-0.7 for Moodle 2.9-3.1 (JW Player 7, CDN 7.10.1)

27 Mar 09:52
Compare
Choose a tag to compare

This release contains CDN version upgrade only.

JW Player CDN version (cloud-hosted mode): 7.10.1
Plugin works with Moodle versions: 2.9, 3.0, 3.1.

Notice, this plugin version does not work with Moodle 3.2, see "ported" version 7-0.7+32

7-0.6+32 for Moodle 3.2 (JW Player 7, CDN 7.8.6)

05 Jan 09:47
Compare
Choose a tag to compare

Effectively, this is release 7-0.6 that has been ported for Moodle 3.2.

As you might know, there are major changes in media API in Moodle 3.2 which has introduced media plugins. Within few month we plan to release JW Player 7 media plugin for Moodle 3.2, which will eventually eliminate the need of this filter. But in the meantime, we understand that some users rely on JW Player and want it in 3.2 earlier, so it has been decided to release this "ported" version of filter plugin along with 7-0.6 release for Moodle 2.9-3.1.

JW Player CDN version (cloud-hosted mode): 7.8.6
Plugin works with Moodle versions: 3.2.

Notice, this plugin version does not work with Moodle 3.1 and earlier, use version 7-0.6 instead.

7-0.6 for Moodle 2.9-3.1 (JW Player 7, CDN 7.8.6)

04 Jan 16:50
Compare
Choose a tag to compare

This release contains some bugs fixes and CDN version upgrade.

List of changes:

  • Prevents library load if no player embedded (#60, @owenbarritt),
  • Fixing behaviour when https is used for login page (#60, @owenbarritt)
  • Fix video playing following download click issue (#63, @jojoob)
  • JWPlayer CDN version upgrade to 7.8.6.

JW Player CDN version (cloud-hosted mode): 7.8.6
Plugin works with Moodle versions: 2.9, 3.0, 3.1.

Notice, this plugin version does not work with Moodle 3.2, see "ported" version 7-0.6+32

7-0.5 for Moodle 2.9-3.1 (JW Player 7, CDN 7.3.6)

20 Apr 14:48
Compare
Choose a tag to compare

This release contains some major bugs fixes and improvements. If upgrading from JW6, please refer to upgrade manual for more details.

List of changes:

  • Fixing missing node issue (bug #56),
  • Fixing issue with excessive player loading behaviour,
  • Minor code style fixes,
  • JWPlayer CDN version upgrade to 7.3.6.

JW Player CDN version (cloud-hosted mode): 7.3.6
Plugin works with Moodle versions: 2.9, 3.0, 3.1.

7-0.4 for Moodle 2.9+ (JW Player 7)

01 Dec 16:00
Compare
Choose a tag to compare

This is the first release after versioning change, prefix 7 indicates that plugin is designed to work with JW Player 7 (for JW6 plugin see release 6-0.4).

This release introduces lots of changes to support JW 7 (#37) and contains upgraded JS code that uses Asynchronous Module Definition (AMD) API (new in Moodle 2.9). In addition to that, some new features have been added to plugin (thanks to @owenbarritt), needless to say that JW7 itself is brining new functionality and makes some formerly premium features free. Upgrade is possible from any earlier version of plugin; however, the minimum requirement is now Moodle 2.9 (due to AMD). Also, make sure you have JW 7 license, especially if you used any paid edition of JW 6 before (it does not work with JW6 license key). See upgrade manual for more details.

List of changes:

  • Fix recognition of file extensions for urls with query strings (#35, @owenbarritt),
  • Fix title options (#45, @owenbarritt),
  • Update custom skin support for JW7 (#37, @owenbarritt),
  • Add mpeg-dash support (@owenbarritt),
  • Update license requirements for JW7 (#37, @owenbarritt),
  • Add support of player configuration attributes definition using data-jwplayer-* html tag (#20, @owenbarritt),
  • Add support of global html attributes passing to player html container (#20, @owenbarritt),
  • Fix order of streams (#51, @owenbarritt),
  • Update Google Analytics support in JW7 (#37, @owenbarritt),
  • Add player events logging in Moodle reports (@owenbarritt),
  • Upgrade JS module to use Asynchronous Module Definition (AMD) API,
  • Use CDN hosted player for cloud-hosted mode,
  • Update settings page and configuration variables validation for JW7,
  • Readme has been significantly changed and extended,
  • Some other minor fixes and improvements.

JW Player CDN version (cloud-hosted mode): 7.2.2
Plugin works with Moodle versions: 2.9, 3.0.

6-0.4 for Moodle 2.6+ (JW Player 6)

01 Dec 15:01
Compare
Choose a tag to compare

This is the first release after versioning change, prefix 6 indicates that plugin is designed to work with JW Player 6 (for JW7 plugin see release 7-0.4).

List of changes:

Plugin works with Moodle versions: 2.6, 2.7, 2.8, 2.9, 3.0

moodle-filter_jwplayer_0.3

07 Aug 10:57
Compare
Choose a tag to compare
  • Subtitles support via embedding options parameter (@jojoob, e8580f),
  • Poster image support via embedding options parameter (@jojoob, d7fcd5),
  • Google analytics integration support (@owenbarritt, 8232be),
  • Default poster image option in settings (@owenbarritt, 47bbee),
  • Some alignment improvements (bug #3, @owenbarritt, 49a0b5, e65774),
  • Add support for custom skins (@owenbarritt, d1a915),
  • Fixing HLS/SMIL streaming flash priority (@owenbarritt, afb445),
  • Add possiblity to specify player width in percentages (@owenbarritt, a91ed8),
  • Add setting to make player size responsive (@owenbarritt, 8565f7).
  • Some other minor fixes.

moodle-filter_jwplayer_0.2

24 Apr 15:53
Compare
Choose a tag to compare
  • SMIL manifest extension support (e034c6),
  • RTMP streams support (ad908c),
  • Skins selector for paid editions (ed1789),
  • Minor issues fixing

moodle-filter_jwplayer_0.1

22 Apr 15:35
Compare
Choose a tag to compare

This is an initial release of the plugin made at the time when plugin has been published in offical Moodle plugins repository: https://moodle.org/plugins/view/filter_jwplayer