Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Daniel Neis Araujo
moodle-block_featuredcourses
Commits
0adbe85d
Commit
0adbe85d
authored
Apr 04, 2018
by
Daniel Neis Araujo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump build and version
parent
8c59eeaf
Pipeline
#19958159
passed with stage
in 11 minutes and 3 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
version.php
version.php
+2
-2
No files found.
version.php
View file @
0adbe85d
...
@@ -24,8 +24,8 @@
...
@@ -24,8 +24,8 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
201
5
04
2701
;
// The current plugin version (Date: YYYYMMDDXX).
$plugin
->
version
=
201
8
04
0400
;
// The current plugin version (Date: YYYYMMDDXX).
$plugin
->
requires
=
2017111300
;
// Requires this Moodle version.
$plugin
->
requires
=
2017111300
;
// Requires this Moodle version.
$plugin
->
release
=
3
;
$plugin
->
release
=
4
;
$plugin
->
maturity
=
MATURITY_STABLE
;
$plugin
->
maturity
=
MATURITY_STABLE
;
$plugin
->
component
=
'block_featuredcourses'
;
// Full name of the plugin (used for diagnostics).
$plugin
->
component
=
'block_featuredcourses'
;
// Full name of the plugin (used for diagnostics).
Write
Preview
Markdown
is supported
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