Skip to content

Commit 55b6f5e

Browse files
committed
Revert unrelated version changes.
1 parent f93f0f2 commit 55b6f5e

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

docs/4.1/about/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ layout: docs
33
title: About
44
description: Learn more about the team maintaining Bootstrap, how and why the project started, and how to get involved.
55
redirect_from:
6-
- "/docs/4.1/about/"
7-
- "/docs/4.1/history/"
8-
- "/docs/4.1/team/"
6+
- "/docs/4.0/about/"
7+
- "/docs/4.0/history/"
8+
- "/docs/4.0/team/"
99
group: about
1010
---
1111

docs/4.1/components/buttons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: docs
33
title: Buttons
44
description: Use Bootstrap's custom button styles for actions in forms, dialogs, and more with support for multiple sizes, states, and more.
55
group: components
6-
redirect_from: "/docs/4.1/components/"
6+
redirect_from: "/docs/4.0/components/"
77
toc: true
88
---
99

docs/4.1/content/reboot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: docs
33
title: Reboot
44
description: Reboot, a collection of element-specific CSS changes in a single file, kickstart Bootstrap to provide an elegant, consistent, and simple baseline to build upon.
55
group: content
6-
redirect_from: "/docs/4.1/content/"
6+
redirect_from: "/docs/4.0/content/"
77
toc: true
88
---
99

docs/4.1/getting-started/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: Get started with Bootstrap, the world's most popular framework for
55
group: getting-started
66
redirect_from:
77
- /docs/
8-
- /docs/4.1/
9-
- /docs/4.1/getting-started/
8+
- /docs/4.0/
9+
- /docs/4.0/getting-started/
1010
- /docs/getting-started/
1111
toc: true
1212
---

docs/4.1/getting-started/theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Theming Bootstrap
44
description: Customize Bootstrap 4 with our new built-in Sass variables for global style preferences for easy theming and component changes.
55
group: getting-started
66
toc: true
7-
redirect_from: "/docs/4.1/getting-started/options/"
7+
redirect_from: "/docs/4.0/getting-started/options/"
88
---
99

1010
## Introduction

docs/4.1/layout/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: docs
33
title: Overview
44
description: Components and options for laying out your Bootstrap project, including wrapping containers, a powerful grid system, a flexible media object, and responsive utility classes.
55
group: layout
6-
redirect_from: "/docs/4.1/layout/"
6+
redirect_from: "/docs/4.0/layout/"
77
toc: true
88
---
99

docs/4.1/migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Here are the big ticket items you'll want to be aware of when moving from v3 to
121121

122122
## By component
123123

124-
This list highlights key changes by component between v3.x.x and v4.1.0.
124+
This list highlights key changes by component between v3.x.x and v4.0.0.
125125

126126
### Reboot
127127

@@ -319,7 +319,7 @@ Our documentation received an upgrade across the board as well. Here's the low d
319319

320320
### Responsive utilities
321321

322-
All `@screen-` variables have been removed in v4.1.0. Use the `media-breakpoint-up()`, `media-breakpoint-down()`, or `media-breakpoint-only()` Sass mixins or the `$grid-breakpoints` Sass map instead.
322+
All `@screen-` variables have been removed in v4.0.0. Use the `media-breakpoint-up()`, `media-breakpoint-down()`, or `media-breakpoint-only()` Sass mixins or the `$grid-breakpoints` Sass map instead.
323323

324324
Our responsive utility classes have largely been removed in favor of explicit `display` utilities.
325325

docs/4.1/utilities/borders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: docs
33
title: Borders
44
description: Use border utilities to quickly style the border and border-radius of an element. Great for images, buttons, or any other element.
55
group: utilities
6-
redirect_from: "/docs/4.1/utilities/"
6+
redirect_from: "/docs/4.0/utilities/"
77
toc: true
88
---
99

js/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import Util from './util'
3131
const maxMajor = 4
3232

3333
if (version[0] < ltMajor && version[1] < minMinor || version[0] === minMajor && version[1] === minMinor && version[2] < minPatch || version[0] >= maxMajor) {
34-
throw new Error('Bootstrap\'s JavaScript requires at least jQuery v1.9.1 but less than v4.1.0')
34+
throw new Error('Bootstrap\'s JavaScript requires at least jQuery v1.9.1 but less than v4.0.0')
3535
}
3636
})($)
3737

0 commit comments

Comments
 (0)