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
eLearning
Moodle
moodle-theme_unige
Commits
6c08e9f3
Commit
6c08e9f3
authored
Aug 03, 2018
by
Camille Tardy
Browse files
update Moodle version number to fit official number for Moodle3.5
Signed-off-by:
Camille Tardy
<
camille.tardy@unige.ch
>
parent
d0c4b168
Changes
1
Hide whitespace changes
Inline
Side-by-side
version.php
View file @
6c08e9f3
...
...
@@ -6,7 +6,7 @@ defined('MOODLE_INTERNAL') || die();
$plugin
->
version
=
'2018060100'
;
// This is the version of Moodle this plugin requires
$plugin
->
requires
=
'201805
08
00'
;
$plugin
->
requires
=
'201805
17
00'
;
// This is the component name of the plugin
$plugin
->
component
=
'theme_unige'
;
...
...
@@ -15,3 +15,6 @@ $plugin->component = 'theme_unige';
$plugin
->
dependencies
=
[
'theme_boost'
=>
'2018051400'
];
$plugin
->
maturity
=
MATURITY_STABLE
;
\ No newline at end of file
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