File tree 11 files changed +21
-21
lines changed
blocks/kalturamediagallery
atto/plugins/kalturamedia
tiny/plugins/kalturamedia
11 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 14
14
15
15
defined ('MOODLE_INTERNAL ' ) || die ();
16
16
17
- $ plugin ->version = 2024042202 ;
17
+ $ plugin ->version = 2024100700 ;
18
18
$ plugin ->release = 'Kaltura release 4.5.0 ' ;
19
19
$ plugin ->requires = 2024042200 ;
20
20
$ plugin ->component = 'block_kalturamediagallery ' ;
21
21
$ plugin ->dependencies = array (
22
- 'local_kaltura ' => 2024042202 ,
23
- 'local_kalturamediagallery ' => 2024042202
22
+ 'local_kaltura ' => 2024100700 ,
23
+ 'local_kalturamediagallery ' => 2024100700
24
24
);
Original file line number Diff line number Diff line change 24
24
*/
25
25
defined ('MOODLE_INTERNAL ' ) || die ();
26
26
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
28
28
$ plugin ->component = 'filter_kaltura ' ;
29
29
$ plugin ->release = 'Kaltura release 4.5.0 ' ;
30
30
$ plugin ->requires = 2024042200 ;
31
31
$ plugin ->maturity = MATURITY_STABLE ;
32
32
$ plugin ->dependencies = array (
33
- 'local_kaltura ' => 2024042202
33
+ 'local_kaltura ' => 2024100700
34
34
);
Original file line number Diff line number Diff line change 24
24
25
25
defined ('MOODLE_INTERNAL ' ) || die ();
26
26
27
- $ plugin ->version = 2024042202 ; // The current plugin version (Date: YYYYMMDDXX).
27
+ $ plugin ->version = 2024100700 ; // The current plugin version (Date: YYYYMMDDXX).
28
28
$ plugin ->release = 'Kaltura release 4.5.0 ' ;
29
29
$ plugin ->requires = 2024042200 ; // Requires this Moodle version.
30
30
$ plugin ->component = 'atto_kalturamedia ' ; // Full name of the plugin (used for diagnostics).
31
31
$ plugin ->dependencies = array (
32
- 'local_kaltura ' => 2024042202
32
+ 'local_kaltura ' => 2024100700
33
33
);
Original file line number Diff line number Diff line change 24
24
25
25
defined ('MOODLE_INTERNAL ' ) || die ();
26
26
27
- $ plugin ->version = 2024042202 ;
27
+ $ plugin ->version = 2024100700 ;
28
28
$ plugin ->release = 'Kaltura release 4.5.0 ' ;
29
29
$ plugin ->requires = 2024042200 ;
30
30
$ plugin ->component = 'tiny_kalturamedia ' ;
31
31
$ plugin ->dependencies = array (
32
- 'local_kaltura ' => 2024042202
32
+ 'local_kaltura ' => 2024100700
33
33
);
Original file line number Diff line number Diff line change 25
25
die ('Direct access to this script is forbidden. ' );
26
26
}
27
27
28
- $ plugin ->version = 2024042202 ;
28
+ $ plugin ->version = 2024100700 ;
29
29
$ plugin ->component = 'local_kaltura ' ;
30
30
$ plugin ->release = 'Kaltura release 4.5.0 ' ;
31
31
$ plugin ->requires = 2024042200 ;
Original file line number Diff line number Diff line change 26
26
die ('Direct access to this script is forbidden. ' );
27
27
}
28
28
29
- $ plugin ->version = 2024042202 ;
29
+ $ plugin ->version = 2024100700 ;
30
30
$ plugin ->component = 'local_kalturamediagallery ' ;
31
31
$ plugin ->release = 'Kaltura release 4.5.0 ' ;
32
32
$ plugin ->requires = 2024042200 ;
33
33
$ plugin ->maturity = MATURITY_STABLE ;
34
34
$ plugin ->dependencies = array (
35
- 'local_kaltura ' => 2024042202
35
+ 'local_kaltura ' => 2024100700
36
36
);
Original file line number Diff line number Diff line change 25
25
die ('Direct access to this script is forbidden. ' );
26
26
}
27
27
28
- $ plugin ->version = 2024042202 ;
28
+ $ plugin ->version = 2024100700 ;
29
29
$ plugin ->component = 'local_mymedia ' ;
30
30
$ plugin ->release = 'Kaltura release 4.5.0 ' ;
31
31
$ plugin ->requires = 2024042200 ;
32
32
$ plugin ->maturity = MATURITY_STABLE ;
33
33
$ plugin ->dependencies = array (
34
- 'local_kaltura ' => 2024042202
34
+ 'local_kaltura ' => 2024100700
35
35
);
Original file line number Diff line number Diff line change 1
1
<?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"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : noNamespaceSchemaLocation =" ../../../lib/xmldb/xmldb.xsd"
5
5
>
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ function xmldb_kalvidassign_upgrade($oldversion) {
85
85
upgrade_mod_savepoint (true , 2014023000.01 , 'kalvidassign ' );
86
86
}
87
87
88
- if ($ oldversion < 2023100903 ) {
88
+ if ($ oldversion < 2024042202 ) {
89
89
90
90
// Define field completionsubmit to be added to kalvidassign
91
91
$ table = new xmldb_table ('kalvidassign ' );
@@ -97,7 +97,7 @@ function xmldb_kalvidassign_upgrade($oldversion) {
97
97
}
98
98
99
99
// kalvidassign savepoint reached
100
- upgrade_mod_savepoint (true , 2023100903 , 'kalvidassign ' );
100
+ upgrade_mod_savepoint (true , 2024042202 , 'kalvidassign ' );
101
101
}
102
102
103
103
return true ;
Original file line number Diff line number Diff line change 25
25
die ('Direct access to this script is forbidden. ' );
26
26
}
27
27
28
- $ plugin ->version = 2024042202 ;
28
+ $ plugin ->version = 2024100700 ;
29
29
$ plugin ->component = 'mod_kalvidassign ' ;
30
30
$ plugin ->release = 'Kaltura release 4.5.0 ' ;
31
31
$ plugin ->requires = 2024042200 ;
32
32
$ plugin ->cron = 0 ;
33
33
$ plugin ->maturity = MATURITY_STABLE ;
34
34
$ plugin ->dependencies = array (
35
- 'local_kaltura ' => 2024042202 ,
35
+ 'local_kaltura ' => 2024100700 ,
36
36
);
Original file line number Diff line number Diff line change 25
25
die ('Direct access to this script is forbidden. ' );
26
26
}
27
27
28
- $ plugin ->version = 2024042202 ;
28
+ $ plugin ->version = 2024100700 ;
29
29
$ plugin ->component = 'mod_kalvidres ' ;
30
30
$ plugin ->release = 'Kaltura release 4.5.0 ' ;
31
31
$ plugin ->requires = 2024042200 ;
32
32
$ plugin ->cron = 0 ;
33
33
$ plugin ->maturity = MATURITY_STABLE ;
34
34
$ plugin ->dependencies = array (
35
- 'local_kaltura ' => 2024042202
35
+ 'local_kaltura ' => 2024100700
36
36
);
You can’t perform that action at this time.
0 commit comments