Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a6a344
)
MDL-38509 Escalate the maturity level of the plugin
author
David Mudrák
<david@moodle.com>
Fri, 29 Mar 2013 00:30:00 +0000
(
01:30
+0100)
committer
David Mudrák
<david@moodle.com>
Fri, 29 Mar 2013 00:30:00 +0000
(
01:30
+0100)
The API is considered stable now and there should not be a need to
change it.
admin/tool/installaddon/version.php
patch
|
blob
|
blame
|
history
diff --git
a/admin/tool/installaddon/version.php
b/admin/tool/installaddon/version.php
index
403deef
..
94ab2e5
100644
(file)
--- a/
admin/tool/installaddon/version.php
+++ b/
admin/tool/installaddon/version.php
@@
-26,4
+26,4
@@
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'tool_installaddon';
$plugin->version = 2013031400;
$plugin->requires = 2013031400;
-$plugin->maturity = MATURITY_
ALPH
A;
+$plugin->maturity = MATURITY_
BET
A;