Skip to content

Commit

Permalink
filter_jwplayer: Upgrade to 7.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kabalin committed Jan 4, 2017
1 parent 812715b commit 7dc523d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lang/en/filter_jwplayer.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
$string['googleanalyticsdesc'] = 'Enable integration with Google Analytics. Requires Google Analytics code to already be added to pages, you can add it using <a href="{$a}">Additional HTML</a> site setting.';
$string['hostingmethod'] = 'Player hosting method';
$string['hostingmethodcloud'] = 'Cloud-hosted';
$string['hostingmethoddesc'] = 'Cloud hosted JW Player (<a href="http://support.jwplayer.com/customer/en/portal/articles/1403726-jw-player-7-release-notes">version {$a}</a>) is used by default. Notice, that this cloud-hosted mode has nothing to do with <a href="http://www.jwplayer.com/products/jwplayer/cloud-video-player/">cloud video player</a> concept described on JW Player website. Cloud-hosting mode just loads JW Player libraries from their CDN hosting as opposed to specific Moodle directory like in self-hosted mode. If you prefer self-hosted option, make sure you downloaded JW Player 7 (Self-Hosted) zip archive from <a href="https://dashboard.jwplayer.com/#/players/downloads">License Keys & Downloads</a> page on JW Player website, unpacked it and placed content in /lib/jwplayer/ directory in Moodle.';
$string['hostingmethoddesc'] = 'Cloud hosted JW Player (<a href="https://developer.jwplayer.com/jw-player/docs/developer-guide/release_notes/release_notes_7/">version {$a}</a>) is used by default. Notice, that this cloud-hosted mode has nothing to do with <a href="http://www.jwplayer.com/products/jwplayer/cloud-video-player/">cloud video player</a> concept described on JW Player website. Cloud-hosting mode just loads JW Player libraries from their CDN hosting as opposed to specific Moodle directory like in self-hosted mode. If you prefer self-hosted option, make sure you downloaded JW Player 7 (Self-Hosted) zip archive from <a href="https://dashboard.jwplayer.com/#/players/downloads">License Keys & Downloads</a> page on JW Player website, unpacked it and placed content in /lib/jwplayer/ directory in Moodle.';
$string['hostingmethodself'] = 'Self-hosted';
$string['licensekey'] = 'Player license key';
$string['licensekeydesc'] = 'Player license key from <a href="https://dashboard.jwplayer.com/#/players/downloads">License Keys & Downloads</a> page on JW Player website. Specify here a key for "JW Player 7 (Self-Hosted)", even if you are using cloud-hosted hosting method in the settings above.';
Expand Down
2 changes: 1 addition & 1 deletion lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
if (!defined('FILTER_JWPLAYER_CLOUD_VERSION')) {
// This is the only place where version needs to be changed in case of new
// release avialability.
define('FILTER_JWPLAYER_CLOUD_VERSION', '7.3.6');
define('FILTER_JWPLAYER_CLOUD_VERSION', '7.8.6');
}

// Size and aspect ratio related defaults.
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2016041900; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2017010400; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2015051100; // Requires Moodle 2.9
$plugin->component = 'filter_jwplayer'; // Full name of the plugin (used for diagnostics).
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '7-0.5 for Moodle 2.9+, JW7 CDN 7.3.6)';
$plugin->release = '7-0.6 for Moodle 2.9-3.1, JW7 CDN 7.8.6)';

0 comments on commit 7dc523d

Please sign in to comment.