Skip to content

Commit

Permalink
ILMS-684 create kaltura plugin for moodle 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
roileviK committed Jan 28, 2025
1 parent 1632d0b commit f7dcabd
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 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 = 2024042202;
$plugin->version = 2024100700;
$plugin->release = 'Kaltura release 4.5.0';
$plugin->requires = 2024042200;
$plugin->component = 'block_kalturamediagallery';
$plugin->dependencies = array(
'local_kaltura' => 2024042202,
'local_kalturamediagallery' => 2024042202
'local_kaltura' => 2024100700,
'local_kalturamediagallery' => 2024100700
);
4 changes: 2 additions & 2 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 = 2024042202; //version date YYYYMMDDXX 10 represent 3.0 for future option to moodle use 2 digit version
$plugin->version = 2024100700; //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->requires = 2024042200;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2024042202
'local_kaltura' => 2024100700
);
4 changes: 2 additions & 2 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 = 2024042202; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2024100700; // 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' => 2024042202
'local_kaltura' => 2024100700
);
4 changes: 2 additions & 2 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 = 2024042202;
$plugin->version = 2024100700;
$plugin->release = 'Kaltura release 4.5.0';
$plugin->requires = 2024042200;
$plugin->component = 'tiny_kalturamedia';
$plugin->dependencies = array(
'local_kaltura' => 2024042202
'local_kaltura' => 2024100700
);
2 changes: 1 addition & 1 deletion local/kaltura/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
die('Direct access to this script is forbidden.');
}

$plugin->version = 2024042202;
$plugin->version = 2024100700;
$plugin->component = 'local_kaltura';
$plugin->release = 'Kaltura release 4.5.0';
$plugin->requires = 2024042200;
Expand Down
4 changes: 2 additions & 2 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 = 2024042202;
$plugin->version = 2024100700;
$plugin->component = 'local_kalturamediagallery';
$plugin->release = 'Kaltura release 4.5.0';
$plugin->requires = 2024042200;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2024042202
'local_kaltura' => 2024100700
);
4 changes: 2 additions & 2 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 = 2024042202;
$plugin->version = 2024100700;
$plugin->component = 'local_mymedia';
$plugin->release = 'Kaltura release 4.5.0';
$plugin->requires = 2024042200;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2024042202
'local_kaltura' => 2024100700
);
2 changes: 1 addition & 1 deletion mod/kalvidassign/db/install.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<XMLDB PATH="mod/kalvidassign/db" VERSION="2023100903" COMMENT="XMLDB file for Moodle mod/kalvidassign"
<XMLDB PATH="mod/kalvidassign/db" VERSION="2024042202" COMMENT="XMLDB file for Moodle mod/kalvidassign"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../lib/xmldb/xmldb.xsd"
>
Expand Down
4 changes: 2 additions & 2 deletions mod/kalvidassign/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function xmldb_kalvidassign_upgrade($oldversion) {
upgrade_mod_savepoint(true, 2014023000.01, 'kalvidassign');
}

if ($oldversion < 2023100903) {
if ($oldversion < 2024042202) {

// Define field completionsubmit to be added to kalvidassign
$table = new xmldb_table('kalvidassign');
Expand All @@ -97,7 +97,7 @@ function xmldb_kalvidassign_upgrade($oldversion) {
}

// kalvidassign savepoint reached
upgrade_mod_savepoint(true, 2023100903, 'kalvidassign');
upgrade_mod_savepoint(true, 2024042202, 'kalvidassign');
}

return true;
Expand Down
4 changes: 2 additions & 2 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 = 2024042202;
$plugin->version = 2024100700;
$plugin->component = 'mod_kalvidassign';
$plugin->release = 'Kaltura release 4.5.0';
$plugin->requires = 2024042200;
$plugin->cron = 0;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2024042202,
'local_kaltura' => 2024100700,
);
4 changes: 2 additions & 2 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 = 2024042202;
$plugin->version = 2024100700;
$plugin->component = 'mod_kalvidres';
$plugin->release = 'Kaltura release 4.5.0';
$plugin->requires = 2024042200;
$plugin->cron = 0;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2024042202
'local_kaltura' => 2024100700
);

0 comments on commit f7dcabd

Please sign in to comment.