Skip to content

Commit 0e082b4

Browse files
committed
Update the version to 1.1.2
1 parent 19cde0d commit 0e082b4

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Changelog
22

3+
### 1.1.2
4+
5+
* Add switchable column option.
6+
* Add ```data-toggle``` attribute.
7+
* Add support for number search.
8+
* Use html function instead of text in header th.
9+
310
### 1.1.1
411

512
* Remove ```bootstrapVerion``` option.

bootstrap-table.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-table",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"title": "Bootstrap Table",
55
"description": "Bootstrap table displays data in a tabular format and offers rich support to radio, checkbox, sort, pagination and so on.",
66
"author": {

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-table",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"homepage": "https://github.com/wenzhixin/bootstrap-table",
55
"authors": [
66
"zhixin <wenzhixin2010@gmail.com>"

docs/documentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ <h1 id="the-defaults">The Defaults:</h1>
218218
<div class="container">
219219
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
220220
<ul class="footer-links">
221-
<li>Currently: v1.1.1</li>
221+
<li>Currently: v1.1.2</li>
222222
<li class="muted">·</li>
223223
<li><a href="http://wenzhixin.net.cn">My website</a></li>
224224
<li class="muted">·</li>

docs/examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ <h1 id="via-javascript-table">Via JavaScript</h1>
749749
<div class="container">
750750
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
751751
<ul class="footer-links">
752-
<li>Currently: v1.1.1</li>
752+
<li>Currently: v1.1.2</li>
753753
<li class="muted">·</li>
754754
<li><a href="http://wenzhixin.net.cn">My website</a></li>
755755
<li class="muted">·</li>

docs/getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h2 id="options">Options</h2>
133133
<div class="container">
134134
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
135135
<ul class="footer-links">
136-
<li>Currently: v1.1.1</li>
136+
<li>Currently: v1.1.2</li>
137137
<li class="muted">·</li>
138138
<li><a href="http://wenzhixin.net.cn">My website</a></li>
139139
<li class="muted">·</li>

src/bootstrap-table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @author zhixin wen <wenzhixin2010@gmail.com>
3-
* version: 1.1.1
3+
* version: 1.1.2
44
* https://github.com/wenzhixin/bootstrap-table/
55
*/
66

0 commit comments

Comments
 (0)