Skip to main content
digidandan
Known Participant
March 31, 2017
Answered

What version of Bootstrap do I have?

  • March 31, 2017
  • 2 replies
  • 433 views

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

    This topic has been closed for replies.
    Correct answer osgood_

    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.

    2 replies

    Nancy OShea
    Community Expert
    Community Expert
    March 31, 2017

    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
    osgood_Correct answer
    Legend
    March 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.