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.
1 parent d3d8e8a commit 7248883Copy full SHA for 7248883
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2025070803 v1.5.9
2
+* Improve version file for 4.4+
3
+* Annotation separation: Public Private and All comments
4
+
5
## 2025032500 v1.5.8
6
* Hotfix: correct further trailing junk after parameter
7
* Versioning error fix
version.php
@@ -25,7 +25,12 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'mod_pdfannotator';
28
-$plugin->version = 2025032500;
29
-$plugin->release = 'PDF Annotator v1.5 release 8';
+$plugin->version = 2025070803;
+$plugin->release = 'PDF Annotator v1.5 release 9';
30
+$plugin->supported = [
31
+ 404,
32
+ 405,
33
+ 500,
34
+];
35
$plugin->requires = 2021051700;
36
$plugin->maturity = MATURITY_STABLE;
0 commit comments