Skip to content

Commit 79e4ccc

Browse files
committed
Update the version to 1.1.3
1 parent d29ddec commit 79e4ccc

File tree

8 files changed

+26
-12
lines changed

8 files changed

+26
-12
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.3
4+
5+
* Add ```events``` column option.
6+
* Add ```checkboxHeader``` option.
7+
* Add ```queryParamsType``` option.
8+
* Fix ie class bug, and fix duplicated data error.
9+
310
### 1.1.2
411

512
* Add switchable column option.

CONTRIBUTORS.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,35 @@ bootstrap-table is due to the excellent work of the following contributors:
1212
</tr>
1313

1414
<tr>
15-
<td><img src="https://avatars.githubusercontent.com/u/2117018?v=1" width="32" height="32"> <a href="mailto:wenzhixin2010@gmail.com">文翼</a></td>
15+
<td><img src="https://avatars.githubusercontent.com/u/2117018?v=2" width="32" height="32"> <a href="mailto:wenzhixin2010@gmail.com">文翼</a></td>
1616
<td><a href="https://github.com/wenzhixin">wenzhixin</a></td>
1717
<td>Guangzhou, China</td>
1818
<td><a href="http://wenzhixin.net.cn">http://wenzhixin.net.cn</a></td>
19-
<td>180</td>
19+
<td>203</td>
2020
<tr>
2121
<tr>
22-
<td><img src="https://avatars.githubusercontent.com/u/6866443?v=1" width="32" height="32"> janborup</td>
22+
<td><img src="https://avatars.githubusercontent.com/u/6866443?v=2" width="32" height="32"> janborup</td>
2323
<td><a href="https://github.com/janborup">janborup</a></td>
2424
<td></td>
2525
<td></td>
2626
<td>3</td>
2727
<tr>
2828
<tr>
29-
<td><img src="https://avatars.githubusercontent.com/u/1701102?v=1" width="32" height="32"> egcerqueira</td>
29+
<td><img src="https://avatars.githubusercontent.com/u/1701102?v=2" width="32" height="32"> egcerqueira</td>
3030
<td><a href="https://github.com/egcerqueira">egcerqueira</a></td>
3131
<td></td>
3232
<td></td>
3333
<td>1</td>
3434
<tr>
3535
<tr>
36-
<td><img src="https://avatars.githubusercontent.com/u/1369261?v=1" width="32" height="32"> Tomislav Simić</td>
36+
<td><img src="https://avatars.githubusercontent.com/u/775601?v=2" width="32" height="32"> <a href="mailto:muzical84@hotmail.com">Janet</a></td>
37+
<td><a href="https://github.com/Muzical84">Muzical84</a></td>
38+
<td>Midwest</td>
39+
<td><a href="http://twitter.com/JesusFreak84">http://twitter.com/JesusFreak84</a></td>
40+
<td>1</td>
41+
<tr>
42+
<tr>
43+
<td><img src="https://avatars.githubusercontent.com/u/1369261?v=2" width="32" height="32"> Tomislav Simić</td>
3744
<td><a href="https://github.com/petougao">petougao</a></td>
3845
<td>Serbia, Europe</td>
3946
<td><a href="http://dadizajn.net">http://dadizajn.net</a></td>
@@ -42,4 +49,4 @@ bootstrap-table is due to the excellent work of the following contributors:
4249

4350
</table>
4451

45-
Update date: 2014-07-30, created with https://github.com/wenzhixin/github-contributors
52+
Update date: 2014-08-07, created with https://github.com/wenzhixin/github-contributors

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.2",
3+
"version": "1.1.3",
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.2",
3+
"version": "1.1.3",
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
@@ -130,7 +130,7 @@ <h1 id="localizations">
130130
<div class="container">
131131
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
132132
<ul class="footer-links">
133-
<li>Currently: v1.1.2</li>
133+
<li>Currently: v1.1.3</li>
134134
<li class="muted">·</li>
135135
<li><a href="http://wenzhixin.net.cn">My website</a></li>
136136
<li class="muted">·</li>

docs/examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ <h1 id="via-javascript-table">Via JavaScript</h1>
783783
<div class="container">
784784
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
785785
<ul class="footer-links">
786-
<li>Currently: v1.1.2</li>
786+
<li>Currently: v1.1.3</li>
787787
<li class="muted">·</li>
788788
<li><a href="http://wenzhixin.net.cn">My website</a></li>
789789
<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.2</li>
136+
<li>Currently: v1.1.3</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.2
3+
* version: 1.1.3
44
* https://github.com/wenzhixin/bootstrap-table/
55
*/
66

0 commit comments

Comments
 (0)