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
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
aa2bf4d4
Commit
aa2bf4d4
authored
7 years ago
by
Kathrin Osswald
Browse files
Options
Downloads
Patches
Plain Diff
Check compatibility for Moodle 3.5, no functionality change.
parent
de24aac1
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
CHANGES.md
+4
-0
4 additions, 0 deletions
CHANGES.md
README.md
+3
-2
3 additions, 2 deletions
README.md
version.php
+1
-1
1 addition, 1 deletion
version.php
with
9 additions
and
4 deletions
.travis.yml
+
1
−
1
View file @
aa2bf4d4
...
@@ -24,7 +24,7 @@ php:
...
@@ -24,7 +24,7 @@ php:
env
:
env
:
global
:
global
:
-
MOODLE_BRANCH=MOODLE_3
4
_STABLE
-
MOODLE_BRANCH=MOODLE_3
5
_STABLE
matrix
:
matrix
:
-
DB=pgsql
-
DB=pgsql
-
DB=mysqli
-
DB=mysqli
...
...
This diff is collapsed.
Click to expand it.
CHANGES.md
+
4
−
0
View file @
aa2bf4d4
...
@@ -4,6 +4,10 @@ moodle-block_course_overview_campus
...
@@ -4,6 +4,10 @@ moodle-block_course_overview_campus
Changes
Changes
-------
-------
### Unreleased
*
2018-05-29 - Check compatibility for Moodle 3.5, no functionality change.
### v3.4-r2
### v3.4-r2
*
2018-05-16 - Implement Privacy API.
*
2018-05-16 - Implement Privacy API.
...
...
This diff is collapsed.
Click to expand it.
README.md
+
3
−
2
View file @
aa2bf4d4
...
@@ -9,7 +9,7 @@ Moodle block which provides all functionality of block_course_overview, provides
...
@@ -9,7 +9,7 @@ Moodle block which provides all functionality of block_course_overview, provides
Requirements
Requirements
------------
------------
This plugin requires Moodle 3.
4
+
This plugin requires Moodle 3.
5
+
Motivation for this plugin
Motivation for this plugin
...
@@ -143,7 +143,8 @@ Theme support
...
@@ -143,7 +143,8 @@ Theme support
-------------
-------------
This plugin should work with all Bootstrap based Moodle themes.
This plugin should work with all Bootstrap based Moodle themes.
It has been developed on and tested with Moodle Core's Clean and Boost themes.
It has been developed on and tested only with Moodle Core's Boost theme.
While this plugin should also work with Moodle Core's legacy Clean theme or third party themes, we can't support any other theme than Boost.
This plugin also provides a fallback for browsers with JavaScript disabled.
This plugin also provides a fallback for browsers with JavaScript disabled.
...
...
This diff is collapsed.
Click to expand it.
version.php
+
1
−
1
View file @
aa2bf4d4
...
@@ -27,5 +27,5 @@ defined('MOODLE_INTERNAL') || die();
...
@@ -27,5 +27,5 @@ defined('MOODLE_INTERNAL') || die();
$plugin
->
component
=
'block_course_overview_campus'
;
$plugin
->
component
=
'block_course_overview_campus'
;
$plugin
->
version
=
2018051700
;
$plugin
->
version
=
2018051700
;
$plugin
->
release
=
'v3.4-r2'
;
$plugin
->
release
=
'v3.4-r2'
;
$plugin
->
requires
=
201
71113
00
;
$plugin
->
requires
=
201
80517
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