Skip to content
Snippets Groups Projects
Unverified Commit ef34c0ee authored by Josha's avatar Josha Committed by GitHub
Browse files

Merge pull request #113 from univietw/moodle44

fix deleting empty before_standard_html_head for moodle 4.4 release
parents c17a2c27 bff6e6ad
Branches
No related tags found
No related merge requests found
......@@ -68,14 +68,7 @@ function pdfannotator_supports($feature) {
return null;
}
}
/**
* Function currently unused.
*
* @return string
*/
function mod_pdfannotator_before_standard_html_head() {
}
/**
* Returns all other caps used in module
* @return array
......
......@@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'mod_pdfannotator';
$plugin->version = 2023112900;
$plugin->release = 'PDF Annotator v1.5 release 5';
$plugin->version = 2023112901;
$plugin->release = 'PDF Annotator v1.5 release 6';
$plugin->requires = 2021051700;
$plugin->maturity = MATURITY_STABLE;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment