Skip to content

Commit 0c1c13e

Browse files
committed
Update the version to 1.1.1
1 parent d69291f commit 0c1c13e

File tree

7 files changed

+14
-6
lines changed

7 files changed

+14
-6
lines changed

CHANGELOG.md

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

3+
### 1.1.1
4+
5+
* Remove ```bootstrapVerion``` option.
6+
* Add ```data-page-list``` attribute.
7+
* Fix search data error.
8+
* Non case sensitive search in client side.
9+
* Added support for Danish translation.
10+
311
### 1.1.0
412

513
* Fix old firefox browser display error.

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.0",
3+
"version": "1.1.1",
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.0",
3+
"version": "1.1.1",
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
@@ -202,7 +202,7 @@ <h1 id="the-defaults">The Defaults:</h1>
202202
<div class="container">
203203
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
204204
<ul class="footer-links">
205-
<li>Currently: v1.1.0</li>
205+
<li>Currently: v1.1.1</li>
206206
<li class="muted">·</li>
207207
<li><a href="http://wenzhixin.net.cn">My website</a></li>
208208
<li class="muted">·</li>

docs/examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ <h1 id="via-javascript-table">Via JavaScript</h1>
739739
<div class="container">
740740
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
741741
<ul class="footer-links">
742-
<li>Currently: v1.1.0</li>
742+
<li>Currently: v1.1.1</li>
743743
<li class="muted">·</li>
744744
<li><a href="http://wenzhixin.net.cn">My website</a></li>
745745
<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.0</li>
136+
<li>Currently: v1.1.1</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.0
3+
* version: 1.1.1
44
* https://github.com/wenzhixin/bootstrap-table/
55
*/
66

0 commit comments

Comments
 (0)