Skip to content

Commit d8943df

Browse files
committed
changelog and version increment
1 parent 36b9058 commit d8943df

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## 2025070803 v1.5.9
2-
* Improve version file for 4.4+
2+
* 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
37
* Annotation separation: Public Private and All comments
48

59
## 2025032500 v1.5.8

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'mod_pdfannotator';
28-
$plugin->version = 2025071000;
28+
$plugin->version = 2025071100;
2929
$plugin->release = 'PDF Annotator v1.5 release 9';
3030
$plugin->requires = 2021051700;
3131
$plugin->maturity = MATURITY_RC;

0 commit comments

Comments
 (0)