[interchange] Bump Bootstrap versions to 3.3.7

Josh Lavin interchange-cvs at icdevgroup.org
Tue Oct 11 18:17:31 UTC 2016


commit 5295eaf01ef9c60b30c2497b5ea268a989821846
Author: Josh Lavin <digory at cpan.org>
Date:   Tue Oct 11 11:15:02 2016 -0700

    Bump Bootstrap versions to 3.3.7
    
    Also jQuery and html5shiv

 dist/strap/variables/CSS |    6 +++---
 dist/strap/variables/JS  |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/dist/strap/variables/CSS b/dist/strap/variables/CSS
index 2ea117f..2112188 100644
--- a/dist/strap/variables/CSS
+++ b/dist/strap/variables/CSS
@@ -1,7 +1,7 @@
-	<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
+	<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
 
 	<!-- Optional theme -->
-	[comment]<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">[/comment]
+	<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"> -->
 
 	<!-- Site-specific styles and Bootstrap overrides -->
 	<link rel="stylesheet" href="[var WWW_DIR]/css/strap.css">
@@ -9,6 +9,6 @@
 	<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
 	<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 	[strip reparse=0]<!--[if lt IE 9]>
-		<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+		<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
 		<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 	<![endif]-->[/strip]
diff --git a/dist/strap/variables/JS b/dist/strap/variables/JS
index 11a2e7c..0d84eb1 100644
--- a/dist/strap/variables/JS
+++ b/dist/strap/variables/JS
@@ -1,5 +1,5 @@
-<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
 <script src="[var WWW_DIR]/js/jquery.matchHeight.js"></script>
 <script>
 $(document).ready(function() {



More information about the interchange-cvs mailing list