Skip to content

Commit e673b97

Browse files
committed
added maturity to version.php
1 parent a27bcde commit e673b97

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

version.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424

2525
defined('MOODLE_INTERNAL') || die();
2626

27-
$plugin->component = 'mod_pdfannotator'; // Full name of the plugin (used for diagnostics).
28-
$plugin->version = 2021060100; // The current module version (Date: YYYYMMDDXX).
27+
$plugin->component = 'mod_pdfannotator';
28+
$plugin->version = 2021060100;
2929
$plugin->release = 'PDF Annotator v1.4 release 7';
30-
$plugin->requires = 2016112900; // Requires this Moodle version.
30+
$plugin->requires = 2016112900;
31+
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)