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 36b9058 commit d8943dfCopy full SHA for d8943df
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## 2025070803 v1.5.9
2
-* Improve version file for 4.4+
+* fix images not being displayed in comments
3
+* remove explicit mathjax calls for rendering
4
+* download comment as CSV feature
5
+* mathjax3 and php84 changes
6
+* Incorrect display of checkbox under editor for Moodle 5
7
* Annotation separation: Public Private and All comments
8
9
## 2025032500 v1.5.8
version.php
@@ -25,7 +25,7 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'mod_pdfannotator';
28
-$plugin->version = 2025071000;
+$plugin->version = 2025071100;
29
$plugin->release = 'PDF Annotator v1.5 release 9';
30
$plugin->requires = 2021051700;
31
$plugin->maturity = MATURITY_RC;
0 commit comments