diff --git a/blocks/kalturamediagallery/version.php b/blocks/kalturamediagallery/version.php index 8efd3269..a014b417 100644 --- a/blocks/kalturamediagallery/version.php +++ b/blocks/kalturamediagallery/version.php @@ -14,11 +14,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023100901; -$plugin->release = 'Kaltura release 4.4.8'; -$plugin->requires = 2023100901; +$plugin->version = 2023100902; +$plugin->release = 'Kaltura release 4.4.9'; +$plugin->requires = 2023100900; $plugin->component = 'block_kalturamediagallery'; $plugin->dependencies = array( - 'local_kaltura' => 2023100901, - 'local_kalturamediagallery' => 2023100901 + 'local_kaltura' => 2023100902, + 'local_kalturamediagallery' => 2023100902 ); diff --git a/filter/kaltura/version.php b/filter/kaltura/version.php index eca0cca3..05964c05 100644 --- a/filter/kaltura/version.php +++ b/filter/kaltura/version.php @@ -24,11 +24,11 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023100901; //version date YYYYMMDDXX 10 represent 3.0 for future option to moodle use 2 digit version +$plugin->version = 2023100902; //version date YYYYMMDDXX 10 represent 3.0 for future option to moodle use 2 digit version $plugin->component = 'filter_kaltura'; -$plugin->release = 'Kaltura release 4.4.8'; -$plugin->requires = 2023100901; +$plugin->release = 'Kaltura release 4.4.9'; +$plugin->requires = 2023100900; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( - 'local_kaltura' => 2023100901 + 'local_kaltura' => 2023100902 ); diff --git a/lib/editor/atto/plugins/kalturamedia/version.php b/lib/editor/atto/plugins/kalturamedia/version.php index af9eefeb..e9faa141 100644 --- a/lib/editor/atto/plugins/kalturamedia/version.php +++ b/lib/editor/atto/plugins/kalturamedia/version.php @@ -24,10 +24,10 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023100901; // The current plugin version (Date: YYYYMMDDXX). -$plugin->release = 'Kaltura release 4.4.8'; -$plugin->requires = 2023100901; // Requires this Moodle version. +$plugin->version = 2023100902; // The current plugin version (Date: YYYYMMDDXX). +$plugin->release = 'Kaltura release 4.4.9'; +$plugin->requires = 2023100900; // Requires this Moodle version. $plugin->component = 'atto_kalturamedia'; // Full name of the plugin (used for diagnostics). $plugin->dependencies = array( - 'local_kaltura' => 2023100901 + 'local_kaltura' => 2023100902 ); diff --git a/lib/editor/tiny/plugins/kalturamedia/version.php b/lib/editor/tiny/plugins/kalturamedia/version.php index ab812765..f91042c7 100644 --- a/lib/editor/tiny/plugins/kalturamedia/version.php +++ b/lib/editor/tiny/plugins/kalturamedia/version.php @@ -24,10 +24,10 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023100901; -$plugin->release = 'Kaltura release 4.4.8'; -$plugin->requires = 2023100901; +$plugin->version = 2023100902; +$plugin->release = 'Kaltura release 4.4.9'; +$plugin->requires = 2023100900; $plugin->component = 'tiny_kalturamedia'; $plugin->dependencies = array( - 'local_kaltura' => 2023100901 + 'local_kaltura' => 2023100902 ); diff --git a/local/kaltura/version.php b/local/kaltura/version.php index 435c134c..d076e2a5 100644 --- a/local/kaltura/version.php +++ b/local/kaltura/version.php @@ -25,10 +25,10 @@ die('Direct access to this script is forbidden.'); } -$plugin->version = 2023100901; +$plugin->version = 2023100902; $plugin->component = 'local_kaltura'; -$plugin->release = 'Kaltura release 4.4.8'; -$plugin->requires = 2023100901; +$plugin->release = 'Kaltura release 4.4.9'; +$plugin->requires = 2023100900; $plugin->maturity = MATURITY_STABLE; try { diff --git a/local/kalturamediagallery/version.php b/local/kalturamediagallery/version.php index 8a1a22b4..9757ef67 100644 --- a/local/kalturamediagallery/version.php +++ b/local/kalturamediagallery/version.php @@ -26,11 +26,11 @@ die('Direct access to this script is forbidden.'); } -$plugin->version = 2023100901; +$plugin->version = 2023100902; $plugin->component = 'local_kalturamediagallery'; -$plugin->release = 'Kaltura release 4.4.8'; -$plugin->requires = 2023100901; +$plugin->release = 'Kaltura release 4.4.9'; +$plugin->requires = 2023100900; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( - 'local_kaltura' => 2023100901 + 'local_kaltura' => 2023100902 ); diff --git a/local/mymedia/version.php b/local/mymedia/version.php index 58f4a06b..d2207afa 100644 --- a/local/mymedia/version.php +++ b/local/mymedia/version.php @@ -25,11 +25,11 @@ die('Direct access to this script is forbidden.'); } -$plugin->version = 2023100901; +$plugin->version = 2023100902; $plugin->component = 'local_mymedia'; -$plugin->release = 'Kaltura release 4.4.8'; -$plugin->requires = 2023100901; +$plugin->release = 'Kaltura release 4.4.9'; +$plugin->requires = 2023100900; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( - 'local_kaltura' => 2023100901 + 'local_kaltura' => 2023100902 ); diff --git a/mod/kalvidassign/version.php b/mod/kalvidassign/version.php index 049d8f5a..01f5ffbe 100644 --- a/mod/kalvidassign/version.php +++ b/mod/kalvidassign/version.php @@ -25,12 +25,12 @@ die('Direct access to this script is forbidden.'); } -$plugin->version = 2023100901; +$plugin->version = 2023100902; $plugin->component = 'mod_kalvidassign'; -$plugin->release = 'Kaltura release 4.4.8'; -$plugin->requires = 2023100901; +$plugin->release = 'Kaltura release 4.4.9'; +$plugin->requires = 2023100900; $plugin->cron = 0; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( - 'local_kaltura' => 2023100901, + 'local_kaltura' => 2023100902, ); diff --git a/mod/kalvidres/mod_form.php b/mod/kalvidres/mod_form.php index 627dcb7c..7eb75cf9 100644 --- a/mod/kalvidres/mod_form.php +++ b/mod/kalvidres/mod_form.php @@ -38,9 +38,6 @@ class mod_kalvidres_mod_form extends moodleform_mod { public function definition() { global $CFG, $COURSE, $PAGE; - $pageclass = 'kaltura-kalvidres-body'; - $PAGE->add_body_class($pageclass); - $params = array( 'withblocks' => 0, 'courseid' => $COURSE->id, @@ -63,14 +60,6 @@ public function definition() { $PAGE->requires->string_for_js('replace_video', 'kalvidres'); $PAGE->requires->string_for_js('browse_and_embed', 'local_kaltura'); - // Require a YUI module to make the object tag be as large as possible. - $params = array( - 'bodyclass' => $pageclass, - 'lastheight' => null, - 'padding' => 15 - ); - $PAGE->requires->yui_module('moodle-local_kaltura-lticontainer', 'M.local_kaltura.init', array($params), null, true); - $mform =& $this->_form; // This line is needed to avoid a PHP warning when the form is submitted. diff --git a/mod/kalvidres/version.php b/mod/kalvidres/version.php index 22e86744..3d0dbf76 100644 --- a/mod/kalvidres/version.php +++ b/mod/kalvidres/version.php @@ -25,12 +25,12 @@ die('Direct access to this script is forbidden.'); } -$plugin->version = 2023100901; +$plugin->version = 2023100902; $plugin->component = 'mod_kalvidres'; -$plugin->release = 'Kaltura release 4.4.8'; -$plugin->requires = 2023100901; +$plugin->release = 'Kaltura release 4.4.9'; +$plugin->requires = 2023100900; $plugin->cron = 0; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( - 'local_kaltura' => 2023100901 + 'local_kaltura' => 2023100902 );