Skip to content
Snippets Groups Projects
Unverified Commit bd87bb6b authored by Nina Herrmann's avatar Nina Herrmann Committed by GitHub
Browse files

Merge pull request #39 from Opencast-Moodle/update/4.3

let cbf fix the errors
parents ca66e20d f6623746
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ class filter_opencast extends moodle_text_filter { ...@@ -43,7 +43,7 @@ class filter_opencast extends moodle_text_filter {
* @return array|mixed|string|string[]|null * @return array|mixed|string|string[]|null
* @throws dml_exception * @throws dml_exception
*/ */
public function filter($text, array $options = array()) { public function filter($text, array $options = []) {
global $CFG, $PAGE; global $CFG, $PAGE;
$i = 0; $i = 0;
......
...@@ -25,11 +25,11 @@ ...@@ -25,11 +25,11 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->component = 'filter_opencast'; $plugin->component = 'filter_opencast';
$plugin->release = 'development-version'; $plugin->release = 'v4.3-r1';
$plugin->version = 2023030100; $plugin->version = 2023112200;
$plugin->requires = 2020061500; // Requires Moodle 3.9+. $plugin->requires = 2020061524; // Requires Moodle 3.9+.
$plugin->maturity = MATURITY_ALPHA; $plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array( $plugin->dependencies = [
'tool_opencast' => 2023030100, 'tool_opencast' => 2023112200,
'mod_opencast' => 2023052300 'mod_opencast' => 2023112200,
); ];
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment