Skip to content

Commit f7dcabd

Browse files
committed
ILMS-684 create kaltura plugin for moodle 4.5
1 parent 1632d0b commit f7dcabd

File tree

11 files changed

+21
-21
lines changed

11 files changed

+21
-21
lines changed

blocks/kalturamediagallery/version.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515
defined('MOODLE_INTERNAL') || die();
1616

17-
$plugin->version = 2024042202;
17+
$plugin->version = 2024100700;
1818
$plugin->release = 'Kaltura release 4.5.0';
1919
$plugin->requires = 2024042200;
2020
$plugin->component = 'block_kalturamediagallery';
2121
$plugin->dependencies = array(
22-
'local_kaltura' => 2024042202,
23-
'local_kalturamediagallery' => 2024042202
22+
'local_kaltura' => 2024100700,
23+
'local_kalturamediagallery' => 2024100700
2424
);

filter/kaltura/version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
*/
2525
defined('MOODLE_INTERNAL') || die();
2626

27-
$plugin->version = 2024042202; //version date YYYYMMDDXX 10 represent 3.0 for future option to moodle use 2 digit version
27+
$plugin->version = 2024100700; //version date YYYYMMDDXX 10 represent 3.0 for future option to moodle use 2 digit version
2828
$plugin->component = 'filter_kaltura';
2929
$plugin->release = 'Kaltura release 4.5.0';
3030
$plugin->requires = 2024042200;
3131
$plugin->maturity = MATURITY_STABLE;
3232
$plugin->dependencies = array(
33-
'local_kaltura' => 2024042202
33+
'local_kaltura' => 2024100700
3434
);

lib/editor/atto/plugins/kalturamedia/version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424

2525
defined('MOODLE_INTERNAL') || die();
2626

27-
$plugin->version = 2024042202; // The current plugin version (Date: YYYYMMDDXX).
27+
$plugin->version = 2024100700; // The current plugin version (Date: YYYYMMDDXX).
2828
$plugin->release = 'Kaltura release 4.5.0';
2929
$plugin->requires = 2024042200; // Requires this Moodle version.
3030
$plugin->component = 'atto_kalturamedia'; // Full name of the plugin (used for diagnostics).
3131
$plugin->dependencies = array(
32-
'local_kaltura' => 2024042202
32+
'local_kaltura' => 2024100700
3333
);

lib/editor/tiny/plugins/kalturamedia/version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424

2525
defined('MOODLE_INTERNAL') || die();
2626

27-
$plugin->version = 2024042202;
27+
$plugin->version = 2024100700;
2828
$plugin->release = 'Kaltura release 4.5.0';
2929
$plugin->requires = 2024042200;
3030
$plugin->component = 'tiny_kalturamedia';
3131
$plugin->dependencies = array(
32-
'local_kaltura' => 2024042202
32+
'local_kaltura' => 2024100700
3333
);

local/kaltura/version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
die('Direct access to this script is forbidden.');
2626
}
2727

28-
$plugin->version = 2024042202;
28+
$plugin->version = 2024100700;
2929
$plugin->component = 'local_kaltura';
3030
$plugin->release = 'Kaltura release 4.5.0';
3131
$plugin->requires = 2024042200;

local/kalturamediagallery/version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
die('Direct access to this script is forbidden.');
2727
}
2828

29-
$plugin->version = 2024042202;
29+
$plugin->version = 2024100700;
3030
$plugin->component = 'local_kalturamediagallery';
3131
$plugin->release = 'Kaltura release 4.5.0';
3232
$plugin->requires = 2024042200;
3333
$plugin->maturity = MATURITY_STABLE;
3434
$plugin->dependencies = array(
35-
'local_kaltura' => 2024042202
35+
'local_kaltura' => 2024100700
3636
);

local/mymedia/version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
die('Direct access to this script is forbidden.');
2626
}
2727

28-
$plugin->version = 2024042202;
28+
$plugin->version = 2024100700;
2929
$plugin->component = 'local_mymedia';
3030
$plugin->release = 'Kaltura release 4.5.0';
3131
$plugin->requires = 2024042200;
3232
$plugin->maturity = MATURITY_STABLE;
3333
$plugin->dependencies = array(
34-
'local_kaltura' => 2024042202
34+
'local_kaltura' => 2024100700
3535
);

mod/kalvidassign/db/install.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
2-
<XMLDB PATH="mod/kalvidassign/db" VERSION="2023100903" COMMENT="XMLDB file for Moodle mod/kalvidassign"
2+
<XMLDB PATH="mod/kalvidassign/db" VERSION="2024042202" COMMENT="XMLDB file for Moodle mod/kalvidassign"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:noNamespaceSchemaLocation="../../../lib/xmldb/xmldb.xsd"
55
>

mod/kalvidassign/db/upgrade.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function xmldb_kalvidassign_upgrade($oldversion) {
8585
upgrade_mod_savepoint(true, 2014023000.01, 'kalvidassign');
8686
}
8787

88-
if ($oldversion < 2023100903) {
88+
if ($oldversion < 2024042202) {
8989

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

9999
// kalvidassign savepoint reached
100-
upgrade_mod_savepoint(true, 2023100903, 'kalvidassign');
100+
upgrade_mod_savepoint(true, 2024042202, 'kalvidassign');
101101
}
102102

103103
return true;

mod/kalvidassign/version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
die('Direct access to this script is forbidden.');
2626
}
2727

28-
$plugin->version = 2024042202;
28+
$plugin->version = 2024100700;
2929
$plugin->component = 'mod_kalvidassign';
3030
$plugin->release = 'Kaltura release 4.5.0';
3131
$plugin->requires = 2024042200;
3232
$plugin->cron = 0;
3333
$plugin->maturity = MATURITY_STABLE;
3434
$plugin->dependencies = array(
35-
'local_kaltura' => 2024042202,
35+
'local_kaltura' => 2024100700,
3636
);

mod/kalvidres/version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
die('Direct access to this script is forbidden.');
2626
}
2727

28-
$plugin->version = 2024042202;
28+
$plugin->version = 2024100700;
2929
$plugin->component = 'mod_kalvidres';
3030
$plugin->release = 'Kaltura release 4.5.0';
3131
$plugin->requires = 2024042200;
3232
$plugin->cron = 0;
3333
$plugin->maturity = MATURITY_STABLE;
3434
$plugin->dependencies = array(
35-
'local_kaltura' => 2024042202
35+
'local_kaltura' => 2024100700
3636
);

0 commit comments

Comments
 (0)