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
57045db7
Commit
57045db7
authored
7 years ago
by
Alexander Bias
Browse files
Options
Downloads
Patches
Plain Diff
Check compatibility for Moodle 3.4, no functionality change.
parent
5552a501
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
+2
-3
2 additions, 3 deletions
README.md
version.php
+1
-1
1 addition, 1 deletion
version.php
with
8 additions
and
5 deletions
.travis.yml
+
1
−
1
View file @
57045db7
...
@@ -25,7 +25,7 @@ php:
...
@@ -25,7 +25,7 @@ php:
env
:
env
:
global
:
global
:
-
MOODLE_BRANCH=MOODLE_3
3
_STABLE
-
MOODLE_BRANCH=MOODLE_3
4
_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 @
57045db7
...
@@ -4,6 +4,10 @@ moodle-block_course_overview_campus
...
@@ -4,6 +4,10 @@ moodle-block_course_overview_campus
Changes
Changes
-------
-------
### Unreleased
*
2018-03-30 - Check compatibility for Moodle 3.4, no functionality change.
### v3.3-r1
### v3.3-r1
*
2018-03-07 - Add a nice slide animation when hiding a course.
*
2018-03-07 - Add a nice slide animation when hiding a course.
...
...
This diff is collapsed.
Click to expand it.
README.md
+
2
−
3
View file @
57045db7
...
@@ -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.
3
+
This plugin requires Moodle 3.
4
+
Motivation for this plugin
Motivation for this plugin
...
@@ -211,8 +211,7 @@ If you want to use this plugin with a RTL language and it doesn't work as-is, yo
...
@@ -211,8 +211,7 @@ If you want to use this plugin with a RTL language and it doesn't work as-is, yo
PHP7 Support
PHP7 Support
------------
------------
Moodle core recommends PHP7. Starting with the Moodle 3.3 release of this plugin, we are developing and testing it for PHP7 only.
Since Moodle 3.4 core, PHP7 is mandatory. We are developing and testing this plugin for PHP7 only.
If you are still running this plugin on PHP5, please think about upgrading to PHP7.
Copyright
Copyright
...
...
This diff is collapsed.
Click to expand it.
version.php
+
1
−
1
View file @
57045db7
...
@@ -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
=
2018030700
;
$plugin
->
version
=
2018030700
;
$plugin
->
release
=
'v3.3-r1'
;
$plugin
->
release
=
'v3.3-r1'
;
$plugin
->
requires
=
2017
0515
00
;
$plugin
->
requires
=
2017
1113
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