Skip to content

Commit 8fa0d30

Browse files
authored
Release v4.3.1. (#28252)
1 parent dae20da commit 8fa0d30

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+594
-153
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141

4242
Several quick start options are available:
4343

44-
- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.3.0.zip)
44+
- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.3.1.zip)
4545
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
4646
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap`
47-
- Install with [yarn](https://yarnpkg.com/): `yarn add [email protected].0`
48-
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:4.3.0`
47+
- Install with [yarn](https://yarnpkg.com/): `yarn add [email protected].1`
48+
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:4.3.1`
4949
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass`
5050

5151
Read the [Getting started page](https://getbootstrap.com/docs/4.3/getting-started/introduction/) for information on the framework contents, templates and examples, and more.

_config.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ social_image_path: /docs/4.3/assets/brand/bootstrap-social.png
3333
social_logo_path: /docs/4.3/assets/brand/bootstrap-social-logo.png
3434

3535
# Custom variables
36-
current_version: 4.3.0
37-
current_ruby_version: 4.3.0
36+
current_version: 4.3.1
37+
current_ruby_version: 4.3.1
3838
docs_version: 4.3
3939
repo: "https://github.com/twbs/bootstrap"
4040
slack: "https://bootstrap-slack.herokuapp.com"
@@ -44,17 +44,17 @@ expo: "https://expo.getbootstrap.com"
4444
themes: "https://themes.getbootstrap.com"
4545

4646
download:
47-
source: "https://github.com/twbs/bootstrap/archive/v4.3.0.zip"
48-
dist: "https://github.com/twbs/bootstrap/releases/download/v4.3.0/bootstrap-4.3.0-dist.zip"
47+
source: "https://github.com/twbs/bootstrap/archive/v4.3.1.zip"
48+
dist: "https://github.com/twbs/bootstrap/releases/download/v4.3.1/bootstrap-4.3.1-dist.zip"
4949

5050
cdn:
5151
# See https://www.srihash.org for info on how to generate the hashes
52-
css: "https://stackpath.bootstrapcdn.com/bootstrap/4.3.0/css/bootstrap.min.css"
53-
css_hash: "sha384-PDle/QlgIONtM1aqA2Qemk5gPOE7wFq8+Em+G/hmo5Iq0CCmYZLv3fVRDJ4MMwEA"
54-
js: "https://stackpath.bootstrapcdn.com/bootstrap/4.3.0/js/bootstrap.min.js"
55-
js_hash: "sha384-7aThvCh9TypR7fIc2HV4O/nFMVCBwyIUKL8XCtKE+8xgCgl/PQGuFsvShjr74PBp"
56-
js_bundle: "https://stackpath.bootstrapcdn.com/bootstrap/4.3.0/js/bootstrap.bundle.min.js"
57-
js_bundle_hash: "sha384-VoPFvGr9GxhDT3n8vqqZ46twP5lgex+raTCfICQy73NLhN7ZqSfCtfSn4mLA2EFA"
52+
css: "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
53+
css_hash: "sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
54+
js: "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
55+
js_hash: "sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
56+
js_bundle: "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js"
57+
js_bundle_hash: "sha384-xrRywqdh3PHs8keKZN+8zzc5TX0GRTLCcmivcbNJWm2rs5C8PRhcEn3czEjhAO9o"
5858
jquery: "https://code.jquery.com/jquery-3.3.1.slim.min.js"
5959
jquery_hash: "sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
6060
popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"

dist/css/bootstrap-grid.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-grid.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-grid.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-grid.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-reboot.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-reboot.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-reboot.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-reboot.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)