We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c17a2c2 + bff6e6a commit ef34c0eCopy full SHA for ef34c0e
lib.php
@@ -68,14 +68,7 @@ function pdfannotator_supports($feature) {
68
return null;
69
}
70
71
-/**
72
- * Function currently unused.
73
- *
74
- * @return string
75
- */
76
-function mod_pdfannotator_before_standard_html_head() {
77
78
-}
79
/**
80
* Returns all other caps used in module
81
* @return array
version.php
@@ -25,7 +25,7 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'mod_pdfannotator';
28
-$plugin->version = 2023112900;
29
-$plugin->release = 'PDF Annotator v1.5 release 5';
+$plugin->version = 2023112901;
+$plugin->release = 'PDF Annotator v1.5 release 6';
30
$plugin->requires = 2021051700;
31
$plugin->maturity = MATURITY_STABLE;
0 commit comments