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
f4467e8a
Commit
f4467e8a
authored
8 years ago
by
Frode Petterson
Browse files
Options
Downloads
Patches
Plain Diff
Bumped version to 1.0-rc
parent
e27807bc
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
README.md
+1
-1
1 addition, 1 deletion
README.md
version.php
+2
-2
2 additions, 2 deletions
version.php
with
3 additions
and
3 deletions
README.md
+
1
−
1
View file @
f4467e8a
# H5P Moodle Plugin
# H5P Moodle Plugin
This is the
0.3-beta
version of the H5P plugin for Moodle. That means that this
This is the
1.0-rc
version of the H5P plugin for Moodle. That means that this
version is feature complete but you might encounter bugs or issues that will
version is feature complete but you might encounter bugs or issues that will
not be present in the final version.
not be present in the final version.
...
...
This diff is collapsed.
Click to expand it.
version.php
+
2
−
2
View file @
f4467e8a
...
@@ -27,5 +27,5 @@ $plugin->version = 2016051306;
...
@@ -27,5 +27,5 @@ $plugin->version = 2016051306;
$plugin
->
requires
=
2013051403
;
$plugin
->
requires
=
2013051403
;
$plugin
->
cron
=
0
;
$plugin
->
cron
=
0
;
$plugin
->
component
=
'mod_hvp'
;
$plugin
->
component
=
'mod_hvp'
;
$plugin
->
maturity
=
MATURITY_
BETA
;
$plugin
->
maturity
=
MATURITY_
RC
;
$plugin
->
release
=
'
0.3-beta
'
;
$plugin
->
release
=
'
1.0-rc
'
;
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