Skip to content

Commit dc70405

Browse files
committed
Update the version to 1.1.4
1 parent 6291dc9 commit dc70405

15 files changed

+29
-16
lines changed

CHANGELOG.md

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

3+
### 1.1.4
4+
5+
* Fix ```destroy``` method bug.
6+
* Initialize table data from HTML.
7+
* Fix the hidden table reset header bug.
8+
39
### 1.1.3
410

511
* Add ```events``` column option.

CONTRIBUTORS.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bootstrap-table is due to the excellent work of the following contributors:
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>203</td>
19+
<td>215</td>
2020
<tr>
2121
<tr>
2222
<td><img src="https://avatars.githubusercontent.com/u/6866443?v=2" width="32" height="32"> janborup</td>
@@ -33,6 +33,13 @@ bootstrap-table is due to the excellent work of the following contributors:
3333
<td>1</td>
3434
<tr>
3535
<tr>
36+
<td><img src="https://avatars.githubusercontent.com/u/385731?v=2" width="32" height="32"> wodka</td>
37+
<td><a href="https://github.com/wodka">wodka</a></td>
38+
<td>Vienna</td>
39+
<td></td>
40+
<td>1</td>
41+
<tr>
42+
<tr>
3643
<td><img src="https://avatars.githubusercontent.com/u/775601?v=2" width="32" height="32"> <a href="mailto:muzical84@hotmail.com">Janet</a></td>
3744
<td><a href="https://github.com/Muzical84">Muzical84</a></td>
3845
<td>Midwest</td>
@@ -49,4 +56,4 @@ bootstrap-table is due to the excellent work of the following contributors:
4956

5057
</table>
5158

52-
Update date: 2014-08-07, created with https://github.com/wenzhixin/github-contributors
59+
Update date: 2014-08-14, 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.3",
3+
"version": "1.1.4",
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.3",
3+
"version": "1.1.4",
44
"homepage": "https://github.com/wenzhixin/bootstrap-table",
55
"authors": [
66
"zhixin <wenzhixin2010@gmail.com>"

dist/bootstrap-table.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/bootstrap-table.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/locale/bootstrap-table-da-DK.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bootstrap-table - v1.1.3 - 2014-08-12
2+
* bootstrap-table - v1.1.4 - 2014-08-14
33
* https://github.com/wenzhixin/bootstrap-table
44
* Copyright (c) 2014 zhixin wen
55
* Licensed MIT License

dist/locale/bootstrap-table-en.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bootstrap-table - v1.1.3 - 2014-08-12
2+
* bootstrap-table - v1.1.4 - 2014-08-14
33
* https://github.com/wenzhixin/bootstrap-table
44
* Copyright (c) 2014 zhixin wen
55
* Licensed MIT License

dist/locale/bootstrap-table-pt-BR.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bootstrap-table - v1.1.3 - 2014-08-12
2+
* bootstrap-table - v1.1.4 - 2014-08-14
33
* https://github.com/wenzhixin/bootstrap-table
44
* Copyright (c) 2014 zhixin wen
55
* Licensed MIT License

dist/locale/bootstrap-table-zh-CN.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bootstrap-table - v1.1.3 - 2014-08-12
2+
* bootstrap-table - v1.1.4 - 2014-08-14
33
* https://github.com/wenzhixin/bootstrap-table
44
* Copyright (c) 2014 zhixin wen
55
* Licensed MIT License

0 commit comments

Comments
 (0)