Skip to content

Commit

Permalink
fixed cli installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Aug 29, 2022
1 parent f4bbfcf commit 814da6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lang/de/ivs.php
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
$string['ivs_setting_external_source_menu_title'] = 'Externes Video';
$string['ivs_setting_external_video_source_validation'] = 'Nicht unterstützte externe Videoquelle. Bitte überprüfen Sie, ob die URL korrekt und das Video öffentlich freigegeben ist.';
$string['ivs_player_settings_notification'] = 'Benachrichtigungen';
$string['ivs_player_settings_controls'] = 'Controls & Appearance';
$string['ivs_player_settings_controls'] = 'Steuerung & Aussehen';
$string['ivs_player_settings_advanced'] = 'IVS Erweiterte Optionen';
$string['ivs_player_settings_advanced_comments'] = 'Videokommentare';
$string['ivs_player_settings_advanced_match'] = 'In-Video-Fragen';
Expand Down
1 change: 0 additions & 1 deletion settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
defined('MOODLE_INTERNAL') || die;

require_once($CFG->libdir . '/adminlib.php');
require_login(null, false);

$ADMIN->add('modsettings', new admin_category('interactive_video_suite_settings', get_string('modulecategory', 'ivs'),
$module->is_enabled() === false));
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'mod_ivs';
$plugin->release = 'v1.12.800';
$plugin->version = 2022080200;
$plugin->release = 'v1.13.804';
$plugin->version = 2022082900;
$plugin->requires = 2014051200;
$plugin->maturity = MATURITY_BETA;
$plugin->cron = 0;
Expand Down

0 comments on commit 814da6b

Please sign in to comment.