Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle_mod-hvp
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle_mod-hvp
Commits
3a69d648
Unverified
Commit
3a69d648
authored
5 years ago
by
Thomas Marstrander
Browse files
Options
Downloads
Patches
Plain Diff
Prepare for release 1.20.0
parent
dbd116f9
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
library
+1
-1
1 addition, 1 deletion
library
version.php
+2
-2
2 additions, 2 deletions
version.php
with
3 additions
and
3 deletions
library
@
f08655cf
Compare
0293d2cd
...
f08655cf
Subproject commit
0293d2cdfbe381678abce9390c8ec257f4ba5bb3
Subproject commit
f08655cfb0f8f21cf79e92d8c28127ec9fe83177
This diff is collapsed.
Click to expand it.
version.php
+
2
−
2
View file @
3a69d648
...
...
@@ -23,9 +23,9 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
2019
0816
00
;
$plugin
->
version
=
2019
1017
00
;
$plugin
->
requires
=
2013051403
;
$plugin
->
cron
=
0
;
$plugin
->
component
=
'mod_hvp'
;
$plugin
->
maturity
=
MATURITY_STABLE
;
$plugin
->
release
=
'1.
19.1
'
;
$plugin
->
release
=
'1.
20.0
'
;
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