File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 18
18
* Opencast filter
19
19
*
20
20
* @package filter_opencast
21
+ * @copyright 2024 Thomas Niedermaier <thomas.niedermaier@uni-muenster.de>
21
22
* @copyright 2018 Tamara Gunkel, 2020 Nina Herrmann
22
23
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23
24
*/
24
25
25
26
defined ('MOODLE_INTERNAL ' ) || die ();
26
27
27
28
$ plugin ->component = 'filter_opencast ' ;
28
- $ plugin ->release = 'v4.4 -r1 ' ;
29
- $ plugin ->version = 2024060500 ;
30
- $ plugin ->requires = 2022112800 ; // Requires Moodle 4.1 +.
29
+ $ plugin ->release = 'v4.5 -r1 ' ;
30
+ $ plugin ->version = 2024111100 ;
31
+ $ plugin ->requires = 2024100700 ; // Requires Moodle 4.5 +.
31
32
$ plugin ->maturity = MATURITY_STABLE ;
32
33
$ plugin ->dependencies = [
33
- 'tool_opencast ' => 2024060400 ,
34
- 'mod_opencast ' => 2024060400 ,
34
+ 'tool_opencast ' => 2024111100 ,
35
+ 'mod_opencast ' => 2024111100 ,
35
36
];
You can’t perform that action at this time.
0 commit comments