Skip to content

Commit

Permalink
added maturity to version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
t-schroeder committed Jun 7, 2021
1 parent a27bcde commit e673b97
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@

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

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

0 comments on commit e673b97

Please sign in to comment.