Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-theme_boost_campus_child
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_child
Commits
1b16e46c
Commit
1b16e46c
authored
5 years ago
by
Kathrin Osswald
Browse files
Options
Downloads
Patches
Plain Diff
Prepare compatibility for Moodle 3.8.
parent
bd3e32d2
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
+1
-1
1 addition, 1 deletion
.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
8 additions
and
4 deletions
.travis.yml
+
1
−
1
View file @
1b16e46c
...
@@ -26,7 +26,7 @@ php:
...
@@ -26,7 +26,7 @@ php:
env
:
env
:
global
:
global
:
-
MOODLE_BRANCH=MOODLE_3
7
_STABLE
-
MOODLE_BRANCH=MOODLE_3
8
_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 @
1b16e46c
...
@@ -4,6 +4,10 @@ moodle-theme_boost_campus_child
...
@@ -4,6 +4,10 @@ moodle-theme_boost_campus_child
Changes
Changes
-------
-------
### Unreleased
*
2020-03-25 - Prepare compatibility for Moodle 3.8.
### v3.7-r1
### v3.7-r1
*
2019-09-27 - Check compatibility for Moodle 3.7, no functionality change.
*
2019-09-27 - Check compatibility for Moodle 3.7, no functionality change.
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
1b16e46c
...
@@ -9,7 +9,7 @@ Moodle Boost Campus child theme which is intended to get the full Boost Campus f
...
@@ -9,7 +9,7 @@ Moodle Boost Campus child theme which is intended to get the full Boost Campus f
Requirements
Requirements
------------
------------
This plugin requires Moodle 3.
7
+
This plugin requires Moodle 3.
8
+
Motivation for this theme
Motivation for this theme
...
...
This diff is collapsed.
Click to expand it.
version.php
+
2
−
2
View file @
1b16e46c
...
@@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die();
...
@@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die();
$plugin
->
component
=
'theme_boost_campus_child'
;
$plugin
->
component
=
'theme_boost_campus_child'
;
$plugin
->
version
=
2019092700
;
$plugin
->
version
=
2019092700
;
$plugin
->
release
=
'v3.7-r1'
;
$plugin
->
release
=
'v3.7-r1'
;
$plugin
->
requires
=
2019
052000.05
;
$plugin
->
requires
=
2019
111800
;
$plugin
->
maturity
=
MATURITY_STABLE
;
$plugin
->
maturity
=
MATURITY_STABLE
;
$plugin
->
dependencies
=
array
(
'theme_boost'
=>
2019
0520
00
,
'theme_boost_campus'
=>
20
190705
00
);
$plugin
->
dependencies
=
array
(
'theme_boost'
=>
2019
1118
00
,
'theme_boost_campus'
=>
20
200324
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