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
2e2a68a1
Commit
2e2a68a1
authored
5 years ago
by
Kathrin Osswald
Browse files
Options
Downloads
Patches
Plain Diff
Release v3.8-r1
parent
4187b277
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES.md
+1
-1
1 addition, 1 deletion
CHANGES.md
version.php
+2
-2
2 additions, 2 deletions
version.php
with
3 additions
and
3 deletions
CHANGES.md
+
1
−
1
View file @
2e2a68a1
...
...
@@ -4,7 +4,7 @@ moodle-theme_boost_campus
Changes
-------
###
Unr
elease
d
###
R
elease
v3.8-r1
*
2020-03-24 - Changed setting imageareaitemslink to imageareaitemsattributes to be able to add alt text to the images.
*
2020-03-10 - Fixed accessibility issues with in-course settings.
...
...
This diff is collapsed.
Click to expand it.
version.php
+
2
−
2
View file @
2e2a68a1
...
...
@@ -25,8 +25,8 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
component
=
'theme_boost_campus'
;
$plugin
->
version
=
202003
08
00
;
$plugin
->
release
=
'v3.
7
-r
4
'
;
$plugin
->
version
=
202003
24
00
;
$plugin
->
release
=
'v3.
8
-r
1
'
;
$plugin
->
requires
=
2019111800
;
$plugin
->
maturity
=
MATURITY_STABLE
;
$plugin
->
dependencies
=
array
(
'theme_boost'
=>
2019111800
);
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