Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle_local_hsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle_local_hsh
Commits
353ef556
Commit
353ef556
authored
2 years ago
by
Elke Kreim
Browse files
Options
Downloads
Patches
Plain Diff
Add plugin dependency and increase version number
parent
cb18a7fe
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
version.php
+9
-6
9 additions, 6 deletions
version.php
with
9 additions
and
6 deletions
version.php
+
9
−
6
View file @
353ef556
<?php
<?php
// This file is part of Moodle - http://moodle.org/
// This file is part of Moodle - http
s
://moodle.org/
//
//
// Moodle is free software: you can redistribute it and/or modify
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// it under the terms of the GNU General Public License as published by
...
@@ -12,12 +12,15 @@
...
@@ -12,12 +12,15 @@
// GNU General Public License for more details.
// GNU General Public License for more details.
//
//
// You should have received a copy of the GNU General Public License
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
// along with Moodle. If not, see <http
s
://www.gnu.org/licenses/>.
defined
(
'MOODLE_INTERNAL'
)
||
die
();
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
component
=
'local_hsh'
;
$plugin
->
component
=
'local_hsh'
;
$plugin
->
version
=
2022050501
;
$plugin
->
version
=
2023011000
;
$plugin
->
release
=
'3.3 (Build: 2015042300)'
;
$plugin
->
release
=
'4.0.0 (Build: 2015042300)'
;
$plugin
->
requires
=
2014051200
;
$plugin
->
requires
=
2019111800
;
$plugin
->
maturity
=
MATURITY_STABLE
;
$plugin
->
maturity
=
MATURITY_ALPHA
;
$plugin
->
dependencies
=
array
(
'customfield_semester'
=>
2020041304
// Used in course request form
);
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