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
ab9c8c55
Commit
ab9c8c55
authored
6 years ago
by
Alexander Bias
Browse files
Options
Downloads
Patches
Plain Diff
Prepare compatibility for Moodle 3.7.
parent
556849ea
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.travis.yml
+3
-2
3 additions, 2 deletions
.travis.yml
CHANGES.md
+4
-0
4 additions, 0 deletions
CHANGES.md
README.md
+4
-6
4 additions, 6 deletions
README.md
version.php
+1
-1
1 addition, 1 deletion
version.php
with
12 additions
and
9 deletions
.travis.yml
+
3
−
2
View file @
ab9c8c55
...
...
@@ -18,12 +18,13 @@ cache:
-
$HOME/.npm
php
:
-
7.0
-
7.1
-
7.2
-
7.3
env
:
global
:
-
MOODLE_BRANCH=MOODLE_3
6
_STABLE
-
MOODLE_BRANCH=MOODLE_3
7
_STABLE
matrix
:
-
DB=pgsql
-
DB=mysqli
...
...
This diff is collapsed.
Click to expand it.
CHANGES.md
+
4
−
0
View file @
ab9c8c55
...
...
@@ -4,6 +4,10 @@ moodle-block_course_overview_campus
Changes
-------
### Unreleased
*
2019-06-12 - Prepare compatibility for Moodle 3.7.
### v3.6-r1
*
2019-03-28 - Remove user preferences when being uninstalled.
...
...
This diff is collapsed.
Click to expand it.
README.md
+
4
−
6
View file @
ab9c8c55
...
...
@@ -9,7 +9,7 @@ Moodle block which provides all functionality of block_course_overview, provides
Requirements
------------
This plugin requires Moodle 3.
6
+
This plugin requires Moodle 3.
7
+
Motivation for this plugin
...
...
@@ -142,9 +142,8 @@ We have created local_boostcoc as a companion plugin to block_course_overview_ca
Theme support
-------------
This plugin should work with all Bootstrap based Moodle 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 is developed and tested on Moodle Core's Boost theme.
It should also work with Boost child themes, including Moodle Core's Classic theme. However, we can't support any other theme than Boost.
This plugin also provides a fallback for browsers with JavaScript disabled.
...
...
@@ -219,8 +218,7 @@ Copyright
---------
Ulm University
kiz - Media Department
Team Web & Teaching Support
Communication and Information Centre (kiz)
Alexander Bias
...
...
This diff is collapsed.
Click to expand it.
version.php
+
1
−
1
View file @
ab9c8c55
...
...
@@ -27,5 +27,5 @@ defined('MOODLE_INTERNAL') || die();
$plugin
->
component
=
'block_course_overview_campus'
;
$plugin
->
version
=
2019032800
;
$plugin
->
release
=
'v3.6-r1'
;
$plugin
->
requires
=
201
81
20
3
00
;
$plugin
->
requires
=
201
905
2000
;
$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