Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-theme_boost_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
Show more breadcrumbs
elc
moodle-theme_boost_campus
Commits
3d1519aa
Commit
3d1519aa
authored
4 years ago
by
Kathrin Osswald
Browse files
Options
Downloads
Patches
Plain Diff
Prepare compatibility for Moodle 3.9.
parent
152ef39c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.travis.yml
+3
-3
3 additions, 3 deletions
.travis.yml
CHANGES.md
+4
-0
4 additions, 0 deletions
CHANGES.md
README.md
+1
-1
1 addition, 1 deletion
README.md
version.php
+2
-2
2 additions, 2 deletions
version.php
with
10 additions
and
6 deletions
.travis.yml
+
3
−
3
View file @
3d1519aa
language
:
php
addons
:
postgresql
:
"
9.
4
"
postgresql
:
"
9.
5
"
services
:
-
mysql
...
...
@@ -14,13 +14,13 @@ cache:
-
$HOME/.npm
php
:
-
7.1
-
7.2
-
7.3
-
7.4
env
:
global
:
-
MOODLE_BRANCH=MOODLE_3
8
_STABLE
-
MOODLE_BRANCH=MOODLE_3
9
_STABLE
matrix
:
-
DB=pgsql
-
DB=mysqli
...
...
This diff is collapsed.
Click to expand it.
CHANGES.md
+
4
−
0
View file @
3d1519aa
...
...
@@ -4,6 +4,10 @@ moodle-theme_boost_campus
Changes
-------
### Unreleased
*
2020-09-02 - Prepare compatibility for Moodle 3.9.
### Release v3.8-r5
*
2020-09-01 - Fixed bug that multiple imagearea rows are displayed dependent on the amount of uploaded images.
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
3d1519aa
...
...
@@ -9,7 +9,7 @@ Moodle Boost child theme which is intended to meet the needs of university campu
Requirements
------------
This plugin requires Moodle 3.
8
+
This plugin requires Moodle 3.
9
+
Motivation for this theme
...
...
This diff is collapsed.
Click to expand it.
version.php
+
2
−
2
View file @
3d1519aa
...
...
@@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die();
$plugin
->
component
=
'theme_boost_campus'
;
$plugin
->
version
=
2020090100
;
$plugin
->
release
=
'v3.8-r5'
;
$plugin
->
requires
=
20
19111804
;
$plugin
->
requires
=
20
20061500
;
$plugin
->
maturity
=
MATURITY_STABLE
;
$plugin
->
dependencies
=
array
(
'theme_boost'
=>
20
191118
00
);
$plugin
->
dependencies
=
array
(
'theme_boost'
=>
20
200615
00
);
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