Skip to content

Commit

Permalink
Updated summary. Added placeholder for CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
jdorfman committed Jul 25, 2016
1 parent 25b8f25 commit cefd1b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ All content within `_posts/` is copyright Bootstrap. Do not reuse any part witho

Made by [@mdo](https://twitter.com/mdo), built on [Jekyll](https://github.com/jekyll/jekyll), and hosted on [GitHub Pages](http://pages.github.com/).

<3
<3
15 changes: 2 additions & 13 deletions _posts/2016-07-25-bootstrap-3-3-7-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 3.3.7
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/p0OX_8YvFxA?rel=0" width="760" height="570" allowfullscreen></iframe>
</div>

Bootstrap 3.3.7 is here! We've had over XXX commits and 80 closed issues and pull requests from nearly XX contributors since our last release. Woohoo!
Bootstrap 3.3.7 is here! We've had over 220 commits and 80 closed issues and pull requests from nearly 30 contributors since our last release. Woohoo!

Here are some of the highlights:

Expand All @@ -29,18 +29,7 @@ Hit the [project repository](https://github.com/twbs/bootstrap) or [Sass reposit

## Bootstrap CDN

After reviewing the changelog, update your CDN links to point to the v3.3.7 files:

{% highlight html %}
<!-- Latest compiled and minified CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-xxx" crossorigin="anonymous">

<!-- Optional theme -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" rel="stylesheet" integrity="sha384-xxx" crossorigin="anonymous">

<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-xxx" crossorigin="anonymous"></script>
{% endhighlight %}
The CDN will be updated soon.

<3,

Expand Down

0 comments on commit cefd1b5

Please sign in to comment.