Skip to content

Commit 7248883

Browse files
committed
improve version file and changelog
1 parent d3d8e8a commit 7248883

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
## 2025032500 v1.5.8
26
* Hotfix: correct further trailing junk after parameter
37
* Versioning error fix

version.php

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@
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 = 2025070803;
29+
$plugin->release = 'PDF Annotator v1.5 release 9';
30+
$plugin->supported = [
31+
404,
32+
405,
33+
500,
34+
];
3035
$plugin->requires = 2021051700;
3136
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)