File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2525defined ('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 ;
You can’t perform that action at this time.
0 commit comments