From 181131a57fc869e60fe7ec28483ba9fbbb6f9a86 Mon Sep 17 00:00:00 2001 From: Ruslan Kabalin Date: Mon, 27 Mar 2017 10:20:44 +0100 Subject: [PATCH] filter_jwplayer: version bump and upgrade to 7.10.1 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 813a12f..1804173 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017010400; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2017032600; // 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.6 for Moodle 2.9-3.1, JW7 CDN 7.8.6)'; +$plugin->release = '7-0.7 for Moodle 2.9-3.1, JW7 CDN 7.10.1)';