Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

What version of Bootstrap do I have?

Explorer ,
Mar 31, 2017 Mar 31, 2017

I was doing some learning on tutorials and I was wondered where I find what version of Bootstrap I have in DW 2017.0.1 build 9346. If it isn't version 4, when is that coming out?

Thanks

435
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Mar 31, 2017 Mar 31, 2017

digidandan  wrote

I was doing some learning on tutorials and I was wondered where I find what version of Bootstrap I have in DW 2017.0.1 build 9346. If it isn't version 4, when is that coming out?

Thanks

You have version 3 in DW. Bootstrap v4 is in beta testing and will be out officially.......who knows when, a long time coming.

Translate
LEGEND ,
Mar 31, 2017 Mar 31, 2017

digidandan  wrote

I was doing some learning on tutorials and I was wondered where I find what version of Bootstrap I have in DW 2017.0.1 build 9346. If it isn't version 4, when is that coming out?

Thanks

You have version 3 in DW. Bootstrap v4 is in beta testing and will be out officially.......who knows when, a long time coming.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 31, 2017 Mar 31, 2017
LATEST

If you use DW to create your Bootstrap and jQuery files for you, chances are you're using Bootstrap 3.7 and jQuery 1.11.3

Bootstrap 4 (Alpha)  is not a release candidate.   No word yet on the official release version date.  Read more about it below:

https://blog.getbootstrap.com/2015/08/19/bootstrap-4-alpha/

That does not preclude you from testing it.  You can use the CDN hosted links below. 

<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">

<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>

Nancy

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines