Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix deleting empty before_standard_html_head for moodle 4.4 release #113

Merged
merged 1 commit into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Loading