Skip to content

Commit 47053b7

Browse files
committed
update changelog and increase version
1 parent 63b307d commit 47053b7

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2025070700 v1.5.9
2+
* Mathjax Moodle 5 compatibility changes
3+
* Public private Annotation separation
4+
* fixed images in comments not being displayed
5+
16
## 2025032500 v1.5.8
27
* Hotfix: correct further trailing junk after parameter
38
* Versioning error fix

version.php

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'mod_pdfannotator';
28-
$plugin->version = 2025032500;
29-
$plugin->release = 'PDF Annotator v1.5 release 8';
28+
$plugin->version = 2025070700;
29+
$plugin->release = 'PDF Annotator v1.5 release 9';
30+
$plugin->supported = [
31+
404,
32+
405,
33+
500,
34+
501,
35+
];
3036
$plugin->requires = 2021051700;
3137
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)