Skip to content
Snippets Groups Projects
Unverified Commit c91f1733 authored by Friederike Schwager's avatar Friederike Schwager Committed by Tim Schroeder
Browse files

fix required moodle version

parent 667b73f7
No related branches found
No related tags found
No related merge requests found
...@@ -27,5 +27,5 @@ defined('MOODLE_INTERNAL') || die(); ...@@ -27,5 +27,5 @@ defined('MOODLE_INTERNAL') || die();
$plugin->component = 'mod_pdfannotator'; $plugin->component = 'mod_pdfannotator';
$plugin->version = 2021092400; $plugin->version = 2021092400;
$plugin->release = 'PDF Annotator v1.4 release 7'; $plugin->release = 'PDF Annotator v1.4 release 7';
$plugin->requires = 2016112900; $plugin->requires = 2021051700;
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment