From bff6e6adf75a80629375e635f83471023b3ef42e Mon Sep 17 00:00:00 2001 From: Thomas Wedekind <thomas.wedekind@univie.ac.at> Date: Wed, 14 Aug 2024 13:21:35 +0200 Subject: [PATCH] fix deleting empty before_standard_html_head for moodle 4.4 release --- lib.php | 7 ------- version.php | 4 ++-- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/lib.php b/lib.php index 3a7d5fe..1353c40 100644 --- a/lib.php +++ b/lib.php @@ -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 diff --git a/version.php b/version.php index 10c067d..4e4fc7e 100644 --- a/version.php +++ b/version.php @@ -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; -- GitLab