Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-block_course_overview_campus
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
elc
moodle-block_course_overview_campus
Commits
411be115
Commit
411be115
authored
9 years ago
by
Alexander Bias
Browse files
Options
Downloads
Patches
Plain Diff
Check compatibility for Moodle 3.1, no functionality change
parent
8272e1ff
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-1
2 additions, 1 deletion
README.md
version.php
+3
-3
3 additions, 3 deletions
version.php
with
5 additions
and
4 deletions
README.md
+
2
−
1
View file @
411be115
...
@@ -7,12 +7,13 @@ Moodle block which provides all functionality of block_course_overview, provides
...
@@ -7,12 +7,13 @@ Moodle block which provides all functionality of block_course_overview, provides
Requirements
Requirements
------------
------------
This plugin requires Moodle 3.
0
+
This plugin requires Moodle 3.
1
+
Changes
Changes
-------
-------
*
2016-07-19 - Check compatibility for Moodle 3.1, no functionality change
*
2016-06-14 - New Feature: Hide suspended teachers
*
2016-06-14 - New Feature: Hide suspended teachers
*
2016-04-05 - Split the existing long settings page into multiple settings pages
*
2016-04-05 - Split the existing long settings page into multiple settings pages
*
2016-04-01 - Add feature to show top level category name in second row; rename existing feature to show parent category name
*
2016-04-01 - Add feature to show top level category name in second row; rename existing feature to show parent category name
...
...
This diff is collapsed.
Click to expand it.
version.php
+
3
−
3
View file @
411be115
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
component
=
'block_course_overview_campus'
;
$plugin
->
component
=
'block_course_overview_campus'
;
$plugin
->
version
=
20160
614
00
;
$plugin
->
version
=
20160
719
00
;
$plugin
->
release
=
'v3.
0
-r
4
'
;
$plugin
->
release
=
'v3.
1
-r
1
'
;
$plugin
->
requires
=
201
51116
00
;
$plugin
->
requires
=
201
60523
00
;
$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