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 0e2a806 commit 46c98fdCopy full SHA for 46c98fd
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 2025032500 v1.5.8
+## 2025032400 v1.5.8
2
* Hotfix: correct further trailing junk after parameter
3
* Versioning error fix
4
version.php
@@ -25,7 +25,7 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'mod_pdfannotator';
28
-$plugin->version = 2025032500;
+$plugin->version = 2025032400;
29
$plugin->release = 'PDF Annotator v1.5 release 8';
30
$plugin->requires = 2021051700;
31
$plugin->maturity = MATURITY_STABLE;
0 commit comments