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
896fb59a
Unverified
Commit
896fb59a
authored
5 years ago
by
Thomas Marstrander
Browse files
Options
Downloads
Patches
Plain Diff
Prepare for release 1.19
parent
d6b4c3e6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
editor
+1
-1
1 addition, 1 deletion
editor
library
+1
-1
1 addition, 1 deletion
library
version.php
+2
-2
2 additions, 2 deletions
version.php
with
4 additions
and
4 deletions
editor
@
0b93b3ae
Compare
14abf848
...
0b93b3ae
Subproject commit
14abf8489d5e2c94cc79d302096eff
8518
b42611
Subproject commit
0b93b3aeeac5493b536860d9790c3d8
85
6
18
85c7
This diff is collapsed.
Click to expand it.
library
@
8ceb77e8
Compare
4a9ea77d
...
8ceb77e8
Subproject commit
4a9ea77d470906ce1c114361493e0c94817c29d9
Subproject commit
8ceb77e8812af96debe1eeeef3bf4523304ede5f
This diff is collapsed.
Click to expand it.
version.php
+
2
−
2
View file @
896fb59a
...
@@ -23,9 +23,9 @@
...
@@ -23,9 +23,9 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
20190
521
00
;
$plugin
->
version
=
20190
815
00
;
$plugin
->
requires
=
2013051403
;
$plugin
->
requires
=
2013051403
;
$plugin
->
cron
=
0
;
$plugin
->
cron
=
0
;
$plugin
->
component
=
'mod_hvp'
;
$plugin
->
component
=
'mod_hvp'
;
$plugin
->
maturity
=
MATURITY_STABLE
;
$plugin
->
maturity
=
MATURITY_STABLE
;
$plugin
->
release
=
'1.1
8
'
;
$plugin
->
release
=
'1.1
9
'
;
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