Skip to content

Commit bff6e6a

Browse files
committed
fix deleting empty before_standard_html_head for moodle 4.4 release
1 parent e2314a1 commit bff6e6a

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

lib.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,7 @@ function pdfannotator_supports($feature) {
6868
return null;
6969
}
7070
}
71-
/**
72-
* Function currently unused.
73-
*
74-
* @return string
75-
*/
76-
function mod_pdfannotator_before_standard_html_head() {
7771

78-
}
7972
/**
8073
* Returns all other caps used in module
8174
* @return array

version.php

Lines changed: 2 additions & 2 deletions
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 = 2023112900;
29-
$plugin->release = 'PDF Annotator v1.5 release 5';
28+
$plugin->version = 2023112901;
29+
$plugin->release = 'PDF Annotator v1.5 release 6';
3030
$plugin->requires = 2021051700;
3131
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)