]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Bump version to 3.4.1.
authorXhmikosR <xhmikosr@gmail.com>
Wed, 13 Feb 2019 10:11:11 +0000 (12:11 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 13 Feb 2019 15:55:38 +0000 (17:55 +0200)
22 files changed:
README.md
_config.yml
docs/assets/js/src/customizer.js
js/affix.js
js/alert.js
js/button.js
js/carousel.js
js/collapse.js
js/dropdown.js
js/modal.js
js/popover.js
js/scrollspy.js
js/tab.js
js/tooltip.js
js/transition.js
less/bootstrap.less
less/theme.less
nuget/bootstrap.less.nuspec
nuget/bootstrap.nuspec
package-lock.json
package.js
package.json

index 84ae6f45d2cd0c4d5955c2141829ac1081a2690d..f8b77ee8f45246151cacc8f65efe08af79bbb178 100644 (file)
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ To get started, check out <https://getbootstrap.com/>!
 
 Several quick start options are available:
 
-* [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.4.0.zip).
+* [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.4.1.zip).
 * Clone the repo: `git clone https://github.com/twbs/bootstrap.git`.
 * Install with [Bower](https://bower.io/): `bower install bootstrap`.
 * Install with [npm](https://www.npmjs.com/): `npm install bootstrap@3`.
index da6870ed5df72f72e4902f652892f3505c8d82f6..8b7a130a2d95e8918d55bd2c39b1edab472cf0c2 100644 (file)
@@ -21,15 +21,15 @@ plugins:
   - jekyll-sitemap
 
 # Custom vars
-current_version:  3.4.0
+current_version:  3.4.1
 docs_version:     3.4
 repo:             https://github.com/twbs/bootstrap
 sass_repo:        https://github.com/twbs/bootstrap-sass
 
 download:
-  source:         https://github.com/twbs/bootstrap/archive/v3.4.0.zip
-  dist:           https://github.com/twbs/bootstrap/releases/download/v3.4.0/bootstrap-3.4.0-dist.zip
-  sass:           https://github.com/twbs/bootstrap-sass/archive/v3.4.0.tar.gz
+  source:         https://github.com/twbs/bootstrap/archive/v3.4.1.zip
+  dist:           https://github.com/twbs/bootstrap/releases/download/v3.4.1/bootstrap-3.4.1-dist.zip
+  sass:           https://github.com/twbs/bootstrap-sass/archive/v3.4.1.tar.gz
 
 blog:             https://blog.getbootstrap.com
 expo:             https://expo.getbootstrap.com
@@ -37,9 +37,9 @@ themes:           https://themes.getbootstrap.com
 
 cdn:
   # See https://www.srihash.org for info on how to generate the hashes
-  css:            https://stackpath.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css
+  css:            https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css
   css_hash:       "sha384-PmY9l28YgO4JwMKbTvgaS7XNZJ30MK9FAZjjzXtlqyZCqBY6X6bXIkM++IkyinN+"
-  css_theme:      https://stackpath.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap-theme.min.css
+  css_theme:      https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap-theme.min.css
   css_theme_hash: "sha384-jzngWsPS6op3fgRCDTESqrEJwRKck+CILhJVO5VvaAZCq8JYf8HsR/HPpBOOPZfR"
-  js:             https://stackpath.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js
+  js:             https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js
   js_hash:        "sha384-vhJnz1OVIdLktyixHY4Uk3OHEwdQqPppqYR8+5mjsauETgLOcEynD9oPHhhz18Nw"
index a6382fd0f4e05877115662ec9d4e491b691223f8..0eb3307ebccb883dc26c97b8d864be73bc775e6c 100644 (file)
@@ -12,7 +12,7 @@ window.onload = function () { // wait for load in a dumb way because B-0
   'use strict';
 
   var cw = '/*!\n' +
-           ' * Bootstrap v3.4.0 (https://getbootstrap.com/)\n' +
+           ' * Bootstrap v3.4.1 (https://getbootstrap.com/)\n' +
            ' * Copyright 2011-' + new Date().getFullYear() + ' Twitter, Inc.\n' +
            ' * Licensed under the MIT license\n' +
            ' */\n\n'
index 8aa38c424ac844034dbfb72ea32048e5db78f190..ad629048d401ce71b81e82bd38d66b2951db8049 100644 (file)
@@ -1,5 +1,5 @@
 /* ========================================================================
- * Bootstrap: affix.js v3.4.0
+ * Bootstrap: affix.js v3.4.1
  * https://getbootstrap.com/docs/3.4/javascript/#affix
  * ========================================================================
  * Copyright 2011-2019 Twitter, Inc.
@@ -30,7 +30,7 @@
     this.checkPosition()
   }
 
-  Affix.VERSION  = '3.4.0'
+  Affix.VERSION  = '3.4.1'
 
   Affix.RESET    = 'affix affix-top affix-bottom'
 
index 03c8b914306d5612bd611234223896d3546014d8..7f9606b742079598a055111fd0efa74caf6e3d5f 100644 (file)
@@ -1,5 +1,5 @@
 /* ========================================================================
- * Bootstrap: alert.js v3.4.0
+ * Bootstrap: alert.js v3.4.1
  * https://getbootstrap.com/docs/3.4/javascript/#alerts
  * ========================================================================
  * Copyright 2011-2019 Twitter, Inc.
@@ -18,7 +18,7 @@
     $(el).on('click', dismiss, this.close)
   }
 
-  Alert.VERSION = '3.4.0'
+  Alert.VERSION = '3.4.1'
 
   Alert.TRANSITION_DURATION = 150
 
index 96b379b24ae55dfd4d084254c6fb021f10de3217..ff4af20e23b519ac9bb2f43033b4ccf72e942e7d 100644 (file)
@@ -1,5 +1,5 @@
 /* ========================================================================
- * Bootstrap: button.js v3.4.0
+ * Bootstrap: button.js v3.4.1
  * https://getbootstrap.com/docs/3.4/javascript/#buttons
  * ========================================================================
  * Copyright 2011-2019 Twitter, Inc.
@@ -19,7 +19,7 @@
     this.isLoading = false
   }
 
-  Button.VERSION  = '3.4.0'
+  Button.VERSION  = '3.4.1'
 
   Button.DEFAULTS = {
     loadingText: 'loading...'
index d2193bdc51b5af8ab219aabaed4019f4d952df3f..a5fcac317088dfb2ae1baae1d558e79e54b6d213 100644 (file)
@@ -1,5 +1,5 @@
 /* ========================================================================
- * Bootstrap: carousel.js v3.4.0
+ * Bootstrap: carousel.js v3.4.1
  * https://getbootstrap.com/docs/3.4/javascript/#carousel
  * ========================================================================
  * Copyright 2011-2019 Twitter, Inc.
@@ -30,7 +30,7 @@
       .on('mouseleave.bs.carousel', $.proxy(this.cycle, this))
   }
 
-  Carousel.VERSION  = '3.4.0'
+  Carousel.VERSION  = '3.4.1'
 
   Carousel.TRANSITION_DURATION = 600
 
index 2b726067ed0a2fdb2b30784e506cbb458e707dcd..2cd5997fd552c5d772570588a5ea5777eb1935de 100644 (file)
@@ -1,5 +1,5 @@
 /* ========================================================================
- * Bootstrap: collapse.js v3.4.0
+ * Bootstrap: collapse.js v3.4.1
  * https://getbootstrap.com/docs/3.4/javascript/#collapse
  * ========================================================================
  * Copyright 2011-2019 Twitter, Inc.
@@ -30,7 +30,7 @@
     if (this.options.toggle) this.toggle()
   }
 
-  Collapse.VERSION  = '3.4.0'
+  Collapse.VERSION  = '3.4.1'
 
   Collapse.TRANSITION_DURATION = 350
 
index 814ef2811e7354b1d1ddffb38b98c49beb2119af..c4e5f65dfc77100c5345bd7e9e8ac534663cdeb5 100644 (file)
@@ -1,5 +1,5 @@
 /* ========================================================================
- * Bootstrap: dropdown.js v3.4.0
+ * Bootstrap: dropdown.js v3.4.1
  * https://getbootstrap.com/docs/3.4/javascript/#dropdowns
  * ========================================================================
  * Copyright 2011-2019 Twitter, Inc.
@@ -19,7 +19,7 @@
     $(element).on('click.bs.dropdown', this.toggle)
   }
 
-  Dropdown.VERSION = '3.4.0'
+  Dropdown.VERSION = '3.4.1'
 
   function getParent($this) {
     var selector = $this.attr('data-target')
index 5719e6ca6806c4eae7c15fe9f095875651365750..b9eca494fe7c594c2bb013515a9a053f5c9c4ca5 100644 (file)
@@ -1,5 +1,5 @@
 /* ========================================================================
- * Bootstrap: modal.js v3.4.0
+ * Bootstrap: modal.js v3.4.1
  * https://getbootstrap.com/docs/3.4/javascript/#modals
  * ========================================================================
  * Copyright 2011-2019 Twitter, Inc.
@@ -34,7 +34,7 @@
     }
   }
 
-  Modal.VERSION = '3.4.0'
+  Modal.VERSION = '3.4.1'
 
   Modal.TRANSITION_DURATION = 300
   Modal.BACKDROP_TRANSITION_DURATION = 150
index e64c3517940a574837cb26631c47ebf1efba2bd1..66a301cb8c205012a0807a396e3374d82cd8caff 100644 (file)
@@ -1,5 +1,5 @@
 /* ========================================================================
- * Bootstrap: popover.js v3.4.0
+ * Bootstrap: popover.js v3.4.1
  * https://getbootstrap.com/docs/3.4/javascript/#popovers
  * ========================================================================
  * Copyright 2011-2019 Twitter, Inc.
@@ -19,7 +19,7 @@
 
   if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js')
 
-  Popover.VERSION  = '3.4.0'
+  Popover.VERSION  = '3.4.1'
 
   Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, {
     placement: 'right',
index 821b4e4dce930d2ceefb3a07869ec04c6aad46eb..a629ac6b1c20a33f41d1b8ffd3ea822a4b91331a 100644 (file)
@@ -1,5 +1,5 @@
 /* ========================================================================
- * Bootstrap: scrollspy.js v3.4.0
+ * Bootstrap: scrollspy.js v3.4.1
  * https://getbootstrap.com/docs/3.4/javascript/#scrollspy
  * ========================================================================
  * Copyright 2011-2019 Twitter, Inc.
@@ -28,7 +28,7 @@
     this.process()
   }
 
-  ScrollSpy.VERSION  = '3.4.0'
+  ScrollSpy.VERSION  = '3.4.1'
 
   ScrollSpy.DEFAULTS = {
     offset: 10
index 78e9a5aefc88f113b0a8ffbcf62ac1e4a858ebe2..74495dffcb790a0e6039a5c0357a8b771c8f876d 100644 (file)
--- a/js/tab.js
+++ b/js/tab.js
@@ -1,5 +1,5 @@
 /* ========================================================================
- * Bootstrap: tab.js v3.4.0
+ * Bootstrap: tab.js v3.4.1
  * https://getbootstrap.com/docs/3.4/javascript/#tabs
  * ========================================================================
  * Copyright 2011-2019 Twitter, Inc.
@@ -19,7 +19,7 @@
     // jscs:enable requireDollarBeforejQueryAssignment
   }
 
-  Tab.VERSION = '3.4.0'
+  Tab.VERSION = '3.4.1'
 
   Tab.TRANSITION_DURATION = 150
 
index e605cd99ca3c909b29f08c91181a41f2015da818..c8c1c8c2eeb9ce936bce26dadbcf429419023660 100644 (file)
@@ -1,5 +1,5 @@
 /* ========================================================================
- * Bootstrap: tooltip.js v3.4.0
+ * Bootstrap: tooltip.js v3.4.1
  * https://getbootstrap.com/docs/3.4/javascript/#tooltip
  * Inspired by the original jQuery.tipsy by Jason Frame
  * ========================================================================
     this.init('tooltip', element, options)
   }
 
-  Tooltip.VERSION  = '3.4.0'
+  Tooltip.VERSION  = '3.4.1'
 
   Tooltip.TRANSITION_DURATION = 150
 
index f27228ff8fb316c86caef5c7754c9962e42b8b74..5a9a3e30f760e5265f2b7023c56e19a90fa0042a 100644 (file)
@@ -1,5 +1,5 @@
 /* ========================================================================
- * Bootstrap: transition.js v3.4.0
+ * Bootstrap: transition.js v3.4.1
  * https://getbootstrap.com/docs/3.4/javascript/#transitions
  * ========================================================================
  * Copyright 2011-2019 Twitter, Inc.
index 506eed06808ab5feb83ad8aa3c17060e6e95550b..d6161eb2e5faab96f56c4d3b0f248324e1bd0cf5 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * Bootstrap v3.4.0 (https://getbootstrap.com/)
+ * Bootstrap v3.4.1 (https://getbootstrap.com/)
  * Copyright 2011-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
index 1101b54ef22c54eeef0db0a3183384e8a5c1563f..8c66f49dd94feb0876aef454f0175202b9675e0c 100644 (file)
@@ -1,7 +1,7 @@
 // stylelint-disable selector-no-qualifying-type, selector-max-compound-selectors
 
 /*!
- * Bootstrap v3.4.0 (https://getbootstrap.com/)
+ * Bootstrap v3.4.1 (https://getbootstrap.com/)
  * Copyright 2011-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
index 2d64f6ea0062c0e5c8d3aaf18c9e9f1dda8817b2..60292c3979d04ee6997d301c8592c279845bd68b 100644 (file)
@@ -2,7 +2,7 @@
 <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
   <metadata>
     <id>bootstrap.less</id>
-    <version>3.4.0</version>
+    <version>3.4.1</version>
     <title>Bootstrap Less</title>
     <authors>Twitter, Inc.</authors>
     <owners>bootstrap</owners>
index 77f79be9d872e7542eaa8bda25e8642d128ebb47..e2a487b769d9634cf9773b64310fd0c723f48811 100644 (file)
@@ -2,7 +2,7 @@
 <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
   <metadata>
     <id>bootstrap</id>
-    <version>3.4.0</version>
+    <version>3.4.1</version>
     <title>Bootstrap CSS</title>
     <authors>Twitter, Inc.</authors>
     <owners>bootstrap</owners>
index f01aff0a7ba0d74c4ded26f7d70918d466b697fe..1bf41193222298801c6dc81cffbfa94c21b2d74d 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "bootstrap",
-  "version": "3.4.0",
+  "version": "3.4.1",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 13bf4208417e952018c4c2bc37bf79eb21a6ab24..81177e4bf8fe3ba74d459840e11a1ea3cdb7850c 100644 (file)
@@ -6,7 +6,7 @@
 Package.describe({
   name: 'twbs:bootstrap',  // https://atmospherejs.com/twbs/bootstrap
   summary: 'The most popular front-end framework for developing responsive, mobile first projects on the web.',
-  version: '3.4.0',
+  version: '3.4.1',
   git: 'https://github.com/twbs/bootstrap.git'
 });
 
index 8cbf4fd07ddd0ce19ea44f5f36ec0e20e34fb743..94910dca5ba9e9a5e440c21833b33003d787ae30 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "bootstrap",
   "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
-  "version": "3.4.0",
+  "version": "3.4.1",
   "keywords": [
     "css",
     "less",