Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

Commit 4eb040b

Browse files
committed
release v1.12.2
1 parent 625c4f6 commit 4eb040b

File tree

146 files changed

+251
-230
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+251
-230
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions

README.md

Lines changed: 3 additions & 3 deletions

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"replacement"
99
],
1010
"homepage": "http://silviomoreto.github.io/bootstrap-select",
11-
"version": "1.12.1",
11+
"version": "1.12.2",
1212
"authors": [
1313
{
1414
"name": "Silvio Moreto",

dist/css/bootstrap-select.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-select.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/bootstrap-select.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap-select v1.12.1 (http://silviomoreto.github.io/bootstrap-select)
2+
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
33
*
44
* Copyright 2013-2017 bootstrap-select
55
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
@@ -327,7 +327,7 @@
327327
this.init();
328328
};
329329

330-
Selectpicker.VERSION = '1.12.1';
330+
Selectpicker.VERSION = '1.12.2';
331331

332332
// part of this is duplicated in i18n/defaults-en_US.js. Make sure to update both.
333333
Selectpicker.DEFAULTS = {

dist/js/bootstrap-select.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/i18n/defaults-ar_AR.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap-select v1.12.1 (http://silviomoreto.github.io/bootstrap-select)
2+
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
33
*
44
* Copyright 2013-2017 bootstrap-select
55
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)

dist/js/i18n/defaults-ar_AR.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap-select v1.12.1 (http://silviomoreto.github.io/bootstrap-select)
2+
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
33
*
44
* Copyright 2013-2017 bootstrap-select
55
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)

dist/js/i18n/defaults-bg_BG.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap-select v1.12.1 (http://silviomoreto.github.io/bootstrap-select)
2+
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
33
*
44
* Copyright 2013-2017 bootstrap-select
55
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)

0 commit comments

Comments
 (0)