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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-mod_pdfannotator
Commits
5d41dde8
Commit
5d41dde8
authored
2 years ago
by
anisa kusumadewi
Browse files
Options
Downloads
Patches
Plain Diff
increase versions
parent
711c51b7
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
locallib.php
+1
-1
1 addition, 1 deletion
locallib.php
version.php
+1
-1
1 addition, 1 deletion
version.php
with
2 additions
and
2 deletions
locallib.php
+
1
−
1
View file @
5d41dde8
...
@@ -63,7 +63,7 @@ function pdfannotator_display_embed($pdfannotator, $cm, $course, $file, $page =
...
@@ -63,7 +63,7 @@ function pdfannotator_display_embed($pdfannotator, $cm, $course, $file, $page =
// Load and execute the javascript files.
// Load and execute the javascript files.
$PAGE
->
requires
->
js
(
new
moodle_url
(
"/mod/pdfannotator/shared/pdf.js?ver=00002"
));
$PAGE
->
requires
->
js
(
new
moodle_url
(
"/mod/pdfannotator/shared/pdf.js?ver=00002"
));
$PAGE
->
requires
->
js
(
new
moodle_url
(
"/mod/pdfannotator/shared/textclipper.js"
));
$PAGE
->
requires
->
js
(
new
moodle_url
(
"/mod/pdfannotator/shared/textclipper.js"
));
$PAGE
->
requires
->
js
(
new
moodle_url
(
"/mod/pdfannotator/shared/index.js?ver=0002
6
"
));
$PAGE
->
requires
->
js
(
new
moodle_url
(
"/mod/pdfannotator/shared/index.js?ver=0002
7
"
));
$PAGE
->
requires
->
js
(
new
moodle_url
(
"/mod/pdfannotator/shared/locallib.js?ver=00005"
));
$PAGE
->
requires
->
js
(
new
moodle_url
(
"/mod/pdfannotator/shared/locallib.js?ver=00005"
));
// Pass parameters from PHP to JavaScript.
// Pass parameters from PHP to JavaScript.
...
...
This diff is collapsed.
Click to expand it.
version.php
+
1
−
1
View file @
5d41dde8
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
component
=
'mod_pdfannotator'
;
$plugin
->
component
=
'mod_pdfannotator'
;
$plugin
->
version
=
20220
830
00
;
$plugin
->
version
=
20220
905
00
;
$plugin
->
release
=
'PDF Annotator v1.4 release 11'
;
$plugin
->
release
=
'PDF Annotator v1.4 release 11'
;
$plugin
->
requires
=
2021051700
;
$plugin
->
requires
=
2021051700
;
$plugin
->
maturity
=
MATURITY_STABLE
;
$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