Skip to content

Commit

Permalink
ILMS-692 fix required moodle version - plugin is supported from moodl…
Browse files Browse the repository at this point in the history
…e 4.3.0
  • Loading branch information
roileviK committed Jul 30, 2024
1 parent 286ba5b commit 09c00e1
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion blocks/kalturamediagallery/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

$plugin->version = 2023100901;
$plugin->release = 'Kaltura release 4.4.8';
$plugin->requires = 2023100901;
$plugin->requires = 2023100900;
$plugin->component = 'block_kalturamediagallery';
$plugin->dependencies = array(
'local_kaltura' => 2023100901,
Expand Down
2 changes: 1 addition & 1 deletion filter/kaltura/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
$plugin->version = 2023100901; //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->requires = 2023100900;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2023100901
Expand Down
2 changes: 1 addition & 1 deletion lib/editor/atto/plugins/kalturamedia/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

$plugin->version = 2023100901; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 'Kaltura release 4.4.8';
$plugin->requires = 2023100901; // Requires this Moodle version.
$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
Expand Down
2 changes: 1 addition & 1 deletion lib/editor/tiny/plugins/kalturamedia/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

$plugin->version = 2023100901;
$plugin->release = 'Kaltura release 4.4.8';
$plugin->requires = 2023100901;
$plugin->requires = 2023100900;
$plugin->component = 'tiny_kalturamedia';
$plugin->dependencies = array(
'local_kaltura' => 2023100901
Expand Down
2 changes: 1 addition & 1 deletion local/kaltura/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
$plugin->version = 2023100901;
$plugin->component = 'local_kaltura';
$plugin->release = 'Kaltura release 4.4.8';
$plugin->requires = 2023100901;
$plugin->requires = 2023100900;
$plugin->maturity = MATURITY_STABLE;

try {
Expand Down
2 changes: 1 addition & 1 deletion local/kalturamediagallery/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
$plugin->version = 2023100901;
$plugin->component = 'local_kalturamediagallery';
$plugin->release = 'Kaltura release 4.4.8';
$plugin->requires = 2023100901;
$plugin->requires = 2023100900;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2023100901
Expand Down
2 changes: 1 addition & 1 deletion local/mymedia/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
$plugin->version = 2023100901;
$plugin->component = 'local_mymedia';
$plugin->release = 'Kaltura release 4.4.8';
$plugin->requires = 2023100901;
$plugin->requires = 2023100900;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2023100901
Expand Down
2 changes: 1 addition & 1 deletion mod/kalvidassign/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
$plugin->version = 2023100901;
$plugin->component = 'mod_kalvidassign';
$plugin->release = 'Kaltura release 4.4.8';
$plugin->requires = 2023100901;
$plugin->requires = 2023100900;
$plugin->cron = 0;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
Expand Down
2 changes: 1 addition & 1 deletion mod/kalvidres/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
$plugin->version = 2023100901;
$plugin->component = 'mod_kalvidres';
$plugin->release = 'Kaltura release 4.4.8';
$plugin->requires = 2023100901;
$plugin->requires = 2023100900;
$plugin->cron = 0;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
Expand Down

0 comments on commit 09c00e1

Please sign in to comment.