Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-mod_pdfannotator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-mod_pdfannotator
Commits
ef34c0ee
Unverified
Commit
ef34c0ee
authored
9 months ago
by
Josha
Committed by
GitHub
9 months ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #113 from univietw/moodle44
fix deleting empty before_standard_html_head for moodle 4.4 release
parents
c17a2c27
bff6e6ad
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib.php
+0
-7
0 additions, 7 deletions
lib.php
version.php
+2
-2
2 additions, 2 deletions
version.php
with
2 additions
and
9 deletions
lib.php
+
0
−
7
View file @
ef34c0ee
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
version.php
+
2
−
2
View file @
ef34c0ee
...
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
component
=
'mod_pdfannotator'
;
$plugin
->
version
=
202311290
0
;
$plugin
->
release
=
'PDF Annotator v1.5 release
5
'
;
$plugin
->
version
=
202311290
1
;
$plugin
->
release
=
'PDF Annotator v1.5 release
6
'
;
$plugin
->
requires
=
2021051700
;
$plugin
->
maturity
=
MATURITY_STABLE
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment