Gitlab CSE Unil
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
M. Chardon
moodle-assignfeedback_editpdfplus
Commits
851b9eb8
Commit
851b9eb8
authored
Jun 17, 2019
by
M. Chardon
Browse files
maj version
parent
a6f55f4e
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
851b9eb8
...
...
@@ -6,6 +6,8 @@ Author: Marion Chardon, <marion.chardon@unil.ch>
Compatible with Moodle versions: 3.3, 3.5
Note: for 3.3, please check tag "3.3", not master version.
## Description
This tool is a Moodle plugin wich allows:
...
...
version.php
View file @
851b9eb8
...
...
@@ -25,10 +25,10 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
201812100
0
;
$plugin
->
version
=
201812100
1
;
$plugin
->
requires
=
2018050800
;
// Moodle 3.5
$plugin
->
maturity
=
MATURITY_STABLE
;
$plugin
->
release
=
"2.2.
3
(Build: 201812100
0
)"
;
$plugin
->
release
=
"2.2.
4
(Build: 201812100
1
)"
;
$plugin
->
dependencies
=
array
(
'assignfeedback_editpdf'
=>
2018051400
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment