Skip to content

Commit

Permalink
Merge pull request #430 from kaltura/ILMS-680-Support-Moodle-version-4.4
Browse files Browse the repository at this point in the history
Ilms 680 support moodle version 4.4
  • Loading branch information
roileviK authored Aug 4, 2024
2 parents dd61936 + 3e3ad66 commit 7e7a5d6
Show file tree
Hide file tree
Showing 17 changed files with 34 additions and 34 deletions.
8 changes: 4 additions & 4 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 = 2023100902;
$plugin->version = 2024042201;
$plugin->release = 'Kaltura release 4.4.9';
$plugin->requires = 2023100900;
$plugin->requires = 2024042200;
$plugin->component = 'block_kalturamediagallery';
$plugin->dependencies = array(
'local_kaltura' => 2023100902,
'local_kalturamediagallery' => 2023100902
'local_kaltura' => 2024042201,
'local_kalturamediagallery' => 2024042201
);
6 changes: 3 additions & 3 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 = 2023100902; //version date YYYYMMDDXX 10 represent 3.0 for future option to moodle use 2 digit version
$plugin->version = 2024042201; //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.9';
$plugin->requires = 2023100900;
$plugin->requires = 2024042200;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2023100902
'local_kaltura' => 2024042201
);
6 changes: 3 additions & 3 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 = 2023100902; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2024042201; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 'Kaltura release 4.4.9';
$plugin->requires = 2023100900; // Requires this Moodle version.
$plugin->requires = 2024042200; // Requires this Moodle version.
$plugin->component = 'atto_kalturamedia'; // Full name of the plugin (used for diagnostics).
$plugin->dependencies = array(
'local_kaltura' => 2023100902
'local_kaltura' => 2024042201
);
6 changes: 3 additions & 3 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 = 2023100902;
$plugin->version = 2024042201;
$plugin->release = 'Kaltura release 4.4.9';
$plugin->requires = 2023100900;
$plugin->requires = 2024042200;
$plugin->component = 'tiny_kalturamedia';
$plugin->dependencies = array(
'local_kaltura' => 2023100902
'local_kaltura' => 2024042201
);
Binary file removed local/kaltura/pix/quiz.png
Binary file not shown.
2 changes: 1 addition & 1 deletion local/kaltura/pix/quiz.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 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 = 2023100902;
$plugin->version = 2024042201;
$plugin->component = 'local_kaltura';
$plugin->release = 'Kaltura release 4.4.9';
$plugin->requires = 2023100900;
$plugin->requires = 2024042200;
$plugin->maturity = MATURITY_STABLE;

try {
Expand Down
6 changes: 3 additions & 3 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 = 2023100902;
$plugin->version = 2024042201;
$plugin->component = 'local_kalturamediagallery';
$plugin->release = 'Kaltura release 4.4.9';
$plugin->requires = 2023100900;
$plugin->requires = 2024042200;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2023100902
'local_kaltura' => 2024042201
);
6 changes: 3 additions & 3 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 = 2023100902;
$plugin->version = 2024042201;
$plugin->component = 'local_mymedia';
$plugin->release = 'Kaltura release 4.4.9';
$plugin->requires = 2023100900;
$plugin->requires = 2024042200;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2023100902
'local_kaltura' => 2024042201
);
Binary file removed mod/kalvidassign/pix/icon.png
Binary file not shown.
3 changes: 0 additions & 3 deletions mod/kalvidassign/pix/icon.svg

This file was deleted.

3 changes: 3 additions & 0 deletions mod/kalvidassign/pix/monologo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 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 = 2023100902;
$plugin->version = 2024042201;
$plugin->component = 'mod_kalvidassign';
$plugin->release = 'Kaltura release 4.4.9';
$plugin->requires = 2023100900;
$plugin->requires = 2024042200;
$plugin->cron = 0;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2023100902,
'local_kaltura' => 2024042201,
);
Binary file removed mod/kalvidres/pix/icon.png
Binary file not shown.
3 changes: 0 additions & 3 deletions mod/kalvidres/pix/icon.svg

This file was deleted.

3 changes: 3 additions & 0 deletions mod/kalvidres/pix/monologo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 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 = 2023100902;
$plugin->version = 2024042201;
$plugin->component = 'mod_kalvidres';
$plugin->release = 'Kaltura release 4.4.9';
$plugin->requires = 2023100900;
$plugin->requires = 2024042200;
$plugin->cron = 0;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2023100902
'local_kaltura' => 2024042201
);

0 comments on commit 7e7a5d6

Please sign in to comment.