Skip to content

Commit

Permalink
Merge pull request #429 from kaltura/ILMS-692-Fix-required-plugin-ver…
Browse files Browse the repository at this point in the history
…sion---moodle-4.3

Ilms 692 fix required plugin version   moodle 4.3
  • Loading branch information
roileviK authored Jul 31, 2024
2 parents 286ba5b + 5d7bbde commit dd61936
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 47 deletions.
10 changes: 5 additions & 5 deletions blocks/kalturamediagallery/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
8 changes: 4 additions & 4 deletions filter/kaltura/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
8 changes: 4 additions & 4 deletions lib/editor/atto/plugins/kalturamedia/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
8 changes: 4 additions & 4 deletions lib/editor/tiny/plugins/kalturamedia/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
6 changes: 3 additions & 3 deletions local/kaltura/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
8 changes: 4 additions & 4 deletions local/kalturamediagallery/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
8 changes: 4 additions & 4 deletions local/mymedia/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
8 changes: 4 additions & 4 deletions mod/kalvidassign/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
);
11 changes: 0 additions & 11 deletions mod/kalvidres/mod_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions mod/kalvidres/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
);

0 comments on commit dd61936

Please sign in to comment.