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
10761240
Commit
10761240
authored
9 years ago
by
Alexander Bias
Browse files
Options
Downloads
Patches
Plain Diff
Check compatibility for Moodle 3.0, no functionality change
parent
566490bb
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 @
10761240
...
...
@@ -7,12 +7,13 @@ Moodle block which provides all functionality of block_course_overview, provides
Requirements
------------
This plugin requires Moodle
2.9
+
This plugin requires Moodle
3.0
+
Changes
-------
*
2016-01-01 - Check compatibility for Moodle 3.0, no functionality change
*
2015-09-29 - Output introduction string in course news like it's done in block_course_overview
*
2015-08-21 - Change My Moodle to Dashboard in language pack
*
2015-08-18 - Check compatibility for Moodle 2.9, no functionality change
...
...
This diff is collapsed.
Click to expand it.
version.php
+
3
−
3
View file @
10761240
...
...
@@ -26,7 +26,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
component
=
'block_course_overview_campus'
;
$plugin
->
version
=
2015
051102
;
$plugin
->
release
=
'
2.9
(Build: 201
50929
00)'
;
$plugin
->
requires
=
2015
05
1100
;
$plugin
->
version
=
2015
111600
;
$plugin
->
release
=
'
3.0
(Build: 201
60101
00)'
;
$plugin
->
requires
=
2015
1
11
6
00
;
$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