From d802984ecbd3a9be685c4c7af7f064484c21e4b3 Mon Sep 17 00:00:00 2001
From: Kathrin Osswald <kathrin.osswald@uni-ulm.de>
Date: Thu, 17 Sep 2020 10:43:31 +0200
Subject: [PATCH] Updated referenced Bootstrap version to latest in upstream
 used version 4.5.

---
 CHANGES.md                     | 1 +
 README.md                      | 2 +-
 lang/en/theme_boost_campus.php | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index c734f07..3906ca9 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -6,6 +6,7 @@ Changes
 
 ### Unreleased
 
+* 2020-09-23 - Updated referenced Bootstrap version to latest in upstream used version 4.5.
 * 2020-09-18 - Removed fix that bullet points are cut off because it is fixed in upstream Boost now.
                NOTE: requires minimum Moodle version Moodle 3.9.2 (2020061502)
 * 2020-09-03 - Adjusted columns2.mustache template due to upstream changes in theme Boost.
diff --git a/README.md b/README.md
index f24b5ce..adcd9c3 100644
--- a/README.md
+++ b/README.md
@@ -331,7 +331,7 @@ For this reason, with this setting you can decide that the help texts should be
 ##### Change breakpoint
 
 In theme Boost, the right block column will break down even on devices with a width up to 1200 pixels (widescreen resolution of the iPad is 1024 pixels, for example).
-This is because the breakpoint is set to [media-breakpoint-down(lg)](https://getbootstrap.com/docs/4.0/layout/overview/#responsive-breakpoints").
+This is because the breakpoint is set to [media-breakpoint-down(lg)](https://getbootstrap.com/docs/4.5/layout/overview/#responsive-breakpoints").
 
 If you think there is enough space to show the content plus the blocks column side by side on a screen width of 992 pixels and up, then enable this setting. It will change the breakpoint to media-breakpoint-down(md). This will break the blocks column only on screens with widths of less than 992 pixels.
 
diff --git a/lang/en/theme_boost_campus.php b/lang/en/theme_boost_campus.php
index fc33a89..448caf1 100644
--- a/lang/en/theme_boost_campus.php
+++ b/lang/en/theme_boost_campus.php
@@ -213,7 +213,7 @@ For this reason, with this setting you can decide that the help texts should be
 $string['breakpointheadingsetting'] = 'Breakpoint';
 $string['breakpointsetting'] = 'Change breakpoint';
 $string['breakpointsetting_desc'] = 'In theme Boost, the right block column will break down even on devices with a width up to 1200 pixels (widescreen resolution of the iPad is 1024 pixels, for example).
-This is because the breakpoint is set to <a href="https://getbootstrap.com/docs/4.0/layout/overview/#responsive-breakpoints">media-breakpoint-down(lg)</a>. <br/>
+This is because the breakpoint is set to <a href="https://getbootstrap.com/docs/4.5/layout/overview/#responsive-breakpoints">media-breakpoint-down(lg)</a>. <br/>
 If you think there is enough space to show the content plus the blocks column side by side on a screen width of 992 pixels and up, then enable this setting. It will change the breakpoint to media-breakpoint-down(md). This will break the blocks column only on screens with widths of less than 992 pixels.';
 // ...Additional resources.
 $string['additionalresourcesheadingsetting'] = 'Additional resources';
-- 
GitLab