Skip to content
Snippets Groups Projects
Commit f4467e8a authored by Frode Petterson's avatar Frode Petterson
Browse files

Bumped version to 1.0-rc

parent e27807bc
No related branches found
No related tags found
No related merge requests found
# 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.
......
...@@ -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';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment