Skip to content

Commit

Permalink
Merge pull request #453 from kaltura/ILMS-684-bump-version-moodle-404
Browse files Browse the repository at this point in the history
Ilms 684 bump version moodle 404
  • Loading branch information
roileviK authored Jan 27, 2025
2 parents 52145e6 + 20753e7 commit 8ff8c28
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 28 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 = 2024042201;
$plugin->release = 'Kaltura release 4.4.9';
$plugin->version = 2024042202;
$plugin->release = 'Kaltura release 4.5.0';
$plugin->requires = 2024042200;
$plugin->component = 'block_kalturamediagallery';
$plugin->dependencies = array(
'local_kaltura' => 2024042201,
'local_kalturamediagallery' => 2024042201
'local_kaltura' => 2024042202,
'local_kalturamediagallery' => 2024042202
);
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 = 2024042201; //version date YYYYMMDDXX 10 represent 3.0 for future option to moodle use 2 digit version
$plugin->version = 2024042202; //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->release = 'Kaltura release 4.5.0';
$plugin->requires = 2024042200;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2024042201
'local_kaltura' => 2024042202
);
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 = 2024042201; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 'Kaltura release 4.4.9';
$plugin->version = 2024042202; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 'Kaltura release 4.5.0';
$plugin->requires = 2024042200; // Requires this Moodle version.
$plugin->component = 'atto_kalturamedia'; // Full name of the plugin (used for diagnostics).
$plugin->dependencies = array(
'local_kaltura' => 2024042201
'local_kaltura' => 2024042202
);
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 = 2024042201;
$plugin->release = 'Kaltura release 4.4.9';
$plugin->version = 2024042202;
$plugin->release = 'Kaltura release 4.5.0';
$plugin->requires = 2024042200;
$plugin->component = 'tiny_kalturamedia';
$plugin->dependencies = array(
'local_kaltura' => 2024042201
'local_kaltura' => 2024042202
);
4 changes: 2 additions & 2 deletions local/kaltura/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
die('Direct access to this script is forbidden.');
}

$plugin->version = 2024042201;
$plugin->version = 2024042202;
$plugin->component = 'local_kaltura';
$plugin->release = 'Kaltura release 4.4.9';
$plugin->release = 'Kaltura release 4.5.0';
$plugin->requires = 2024042200;
$plugin->maturity = MATURITY_STABLE;

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 = 2024042201;
$plugin->version = 2024042202;
$plugin->component = 'local_kalturamediagallery';
$plugin->release = 'Kaltura release 4.4.9';
$plugin->release = 'Kaltura release 4.5.0';
$plugin->requires = 2024042200;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2024042201
'local_kaltura' => 2024042202
);
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 = 2024042201;
$plugin->version = 2024042202;
$plugin->component = 'local_mymedia';
$plugin->release = 'Kaltura release 4.4.9';
$plugin->release = 'Kaltura release 4.5.0';
$plugin->requires = 2024042200;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2024042201
'local_kaltura' => 2024042202
);
4 changes: 3 additions & 1 deletion mod/kalvidassign/lang/en/kalvidassign.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,6 @@
$string['privacy:markedsubmissionspath'] = 'markedsubmissions';
$string['privacy:submissionpath'] = 'submission';
$string['completionsubmit'] = 'Make a submission';
$string['completiondetail:submit'] = 'Make a submission';
$string['completiondetail:submit'] = 'Make a submission';
$string['addsubmission'] = 'Add submission';
$string['calendardue'] = '{$a} is due';
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 = 2024042201;
$plugin->version = 2024042202;
$plugin->component = 'mod_kalvidassign';
$plugin->release = 'Kaltura release 4.4.9';
$plugin->release = 'Kaltura release 4.5.0';
$plugin->requires = 2024042200;
$plugin->cron = 0;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2024042201,
'local_kaltura' => 2024042202,
);
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 = 2024042201;
$plugin->version = 2024042202;
$plugin->component = 'mod_kalvidres';
$plugin->release = 'Kaltura release 4.4.9';
$plugin->release = 'Kaltura release 4.5.0';
$plugin->requires = 2024042200;
$plugin->cron = 0;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2024042201
'local_kaltura' => 2024042202
);

0 comments on commit 8ff8c28

Please sign in to comment.