Skip to content

Commit

Permalink
MDL-57682 mediaplayer_videojs: Login not required for lang fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Sep 9, 2020
1 parent 7c99f40 commit 36f90b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions media/player/videojs/db/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
'type' => 'read',
'ajax' => 'true',
'capabilities' => '',
'loginrequired' => false,
]
];
2 changes: 1 addition & 1 deletion media/player/videojs/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@

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

$plugin->version = 2021052501; // The current plugin version (Date: YYYYMMDDXX)
$plugin->version = 2021052502; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2021052500; // Requires this Moodle version
$plugin->component = 'media_videojs'; // Full name of the plugin (used for diagnostics).

0 comments on commit 36f90b4

Please sign in to comment.