Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Moodle Filter Opencast
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
Moodle Filter Opencast
Commits
df2bdb11
Commit
df2bdb11
authored
4 years ago
by
n_herr03
Browse files
Options
Downloads
Patches
Plain Diff
Updated dependencies
parent
29ed1551
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
version.php
+7
-2
7 additions, 2 deletions
version.php
with
7 additions
and
2 deletions
version.php
+
7
−
2
View file @
df2bdb11
...
...
@@ -19,12 +19,17 @@
*
* @package filter
* @subpackage opencastfilter
* @copyright 2018 Tamara Gunkel
* @copyright 2018 Tamara Gunkel
, 2020 Nina Herrmann
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
maturity
=
MATURITY_RC
;
$plugin
->
version
=
2018031902
;
// The current plugin version (Date: YYYYMMDDXX).
$plugin
->
requires
=
2017050500
;
// Requires this Moodle version.
$plugin
->
component
=
'filter_opencast'
;
// Full name of the plugin.
$plugin
->
dependencies
=
array
(
'block_opencast'
=>
2019052900
,
// Requires Block Opencast and Tool Opencast
'tool_opencast'
=>
2018102900
,
);
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment