Skip to content

Commit

Permalink
Merge pull request #458 from kaltura/SUP-47089-Bump-moodle-plugin-ver…
Browse files Browse the repository at this point in the history
…sion-for-moodle-4.5

SUP-47089 bump version
  • Loading branch information
roileviK authored Feb 20, 2025
2 parents f6c823c + f3e3bff commit 9fa562c
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 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 = 2024100700;
$plugin->release = 'Kaltura release 4.5.0';
$plugin->version = 2024100702;
$plugin->release = 'Kaltura release 4.5.1';
$plugin->requires = 2024042200;
$plugin->component = 'block_kalturamediagallery';
$plugin->dependencies = array(
'local_kaltura' => 2024100700,
'local_kalturamediagallery' => 2024100700
'local_kaltura' => 2024100702,
'local_kalturamediagallery' => 2024100702
);
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 = 2024100700; //version date YYYYMMDDXX 10 represent 3.0 for future option to moodle use 2 digit version
$plugin->version = 2024100702; //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.5.0';
$plugin->release = 'Kaltura release 4.5.1';
$plugin->requires = 2024042200;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2024100700
'local_kaltura' => 2024100702
);
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 = 2024100700; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 'Kaltura release 4.5.0';
$plugin->version = 2024100702; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 'Kaltura release 4.5.1';
$plugin->requires = 2024042200; // Requires this Moodle version.
$plugin->component = 'atto_kalturamedia'; // Full name of the plugin (used for diagnostics).
$plugin->dependencies = array(
'local_kaltura' => 2024100700
'local_kaltura' => 2024100702
);
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 = 2024100700;
$plugin->release = 'Kaltura release 4.5.0';
$plugin->version = 2024100702;
$plugin->release = 'Kaltura release 4.5.1';
$plugin->requires = 2024042200;
$plugin->component = 'tiny_kalturamedia';
$plugin->dependencies = array(
'local_kaltura' => 2024100700
'local_kaltura' => 2024100702
);
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 = 2024100700;
$plugin->version = 2024100702;
$plugin->component = 'local_kaltura';
$plugin->release = 'Kaltura release 4.5.0';
$plugin->release = 'Kaltura release 4.5.1';
$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 = 2024100700;
$plugin->version = 2024100702;
$plugin->component = 'local_kalturamediagallery';
$plugin->release = 'Kaltura release 4.5.0';
$plugin->release = 'Kaltura release 4.5.1';
$plugin->requires = 2024042200;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2024100700
'local_kaltura' => 2024100702
);
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 = 2024100700;
$plugin->version = 2024100702;
$plugin->component = 'local_mymedia';
$plugin->release = 'Kaltura release 4.5.0';
$plugin->release = 'Kaltura release 4.5.1';
$plugin->requires = 2024042200;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2024100700
'local_kaltura' => 2024100702
);
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 = 2024100700;
$plugin->version = 2024100702;
$plugin->component = 'mod_kalvidassign';
$plugin->release = 'Kaltura release 4.5.0';
$plugin->release = 'Kaltura release 4.5.1';
$plugin->requires = 2024042200;
$plugin->cron = 0;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2024100700,
'local_kaltura' => 2024100702,
);
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 = 2024100700;
$plugin->version = 2024100702;
$plugin->component = 'mod_kalvidres';
$plugin->release = 'Kaltura release 4.5.0';
$plugin->release = 'Kaltura release 4.5.1';
$plugin->requires = 2024042200;
$plugin->cron = 0;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2024100700
'local_kaltura' => 2024100702
);

0 comments on commit 9fa562c

Please sign in to comment.