浏览代码

Update the version to 1.1.4

zhixin 11 年之前
父节点
当前提交
dc70405f0c

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 ## Changelog
 
+### 1.1.4
+
+* Fix ```destroy``` method bug.
+* Initialize table data from HTML.
+* Fix the hidden table reset header bug.
+
 ### 1.1.3
 
 * Add ```events``` column option.

+ 9 - 2
CONTRIBUTORS.md

@@ -16,7 +16,7 @@ bootstrap-table is due to the excellent work of the following contributors:
 <td><a href="https://github.com/wenzhixin">wenzhixin</a></td>
 <td>Guangzhou, China</td>
 <td><a href="http://wenzhixin.net.cn">http://wenzhixin.net.cn</a></td>
-<td>203</td>
+<td>215</td>
 <tr>
 <tr>
 <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:
 <td>1</td>
 <tr>
 <tr>
+<td><img src="https://avatars.githubusercontent.com/u/385731?v=2" width="32" height="32"> wodka</td>
+<td><a href="https://github.com/wodka">wodka</a></td>
+<td>Vienna</td>
+<td></td>
+<td>1</td>
+<tr>
+<tr>
 <td><img src="https://avatars.githubusercontent.com/u/775601?v=2" width="32" height="32"> <a href="mailto:muzical84@hotmail.com">Janet</a></td>
 <td><a href="https://github.com/Muzical84">Muzical84</a></td>
 <td>Midwest</td>
@@ -49,4 +56,4 @@ bootstrap-table is due to the excellent work of the following contributors:
 
 </table>
 
-Update date: 2014-08-07, created with https://github.com/wenzhixin/github-contributors
+Update date: 2014-08-14, created with https://github.com/wenzhixin/github-contributors

+ 1 - 1
bootstrap-table.jquery.json

@@ -1,6 +1,6 @@
 {
     "name": "bootstrap-table",
-    "version": "1.1.3",
+    "version": "1.1.4",
     "title": "Bootstrap Table",
     "description": "Bootstrap table displays data in a tabular format and offers rich support to radio, checkbox, sort, pagination and so on.",
     "author": {

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
   "name": "bootstrap-table",
-  "version": "1.1.3",
+  "version": "1.1.4",
   "homepage": "https://github.com/wenzhixin/bootstrap-table",
   "authors": [
     "zhixin <wenzhixin2010@gmail.com>"

+ 1 - 1
dist/bootstrap-table.min.css

@@ -1,5 +1,5 @@
 /*
-* bootstrap-table - v1.1.3 - 2014-08-12
+* bootstrap-table - v1.1.4 - 2014-08-14
 * https://github.com/wenzhixin/bootstrap-table
 * Copyright (c) 2014 zhixin wen
 * Licensed MIT License

文件差异内容过多而无法显示
+ 2 - 2
dist/bootstrap-table.min.js


+ 1 - 1
dist/locale/bootstrap-table-da-DK.min.js

@@ -1,5 +1,5 @@
 /*
-* bootstrap-table - v1.1.3 - 2014-08-12
+* bootstrap-table - v1.1.4 - 2014-08-14
 * https://github.com/wenzhixin/bootstrap-table
 * Copyright (c) 2014 zhixin wen
 * Licensed MIT License

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

@@ -1,5 +1,5 @@
 /*
-* bootstrap-table - v1.1.3 - 2014-08-12
+* bootstrap-table - v1.1.4 - 2014-08-14
 * https://github.com/wenzhixin/bootstrap-table
 * Copyright (c) 2014 zhixin wen
 * Licensed MIT License

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

@@ -1,5 +1,5 @@
 /*
-* bootstrap-table - v1.1.3 - 2014-08-12
+* bootstrap-table - v1.1.4 - 2014-08-14
 * https://github.com/wenzhixin/bootstrap-table
 * Copyright (c) 2014 zhixin wen
 * Licensed MIT License

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

@@ -1,5 +1,5 @@
 /*
-* bootstrap-table - v1.1.3 - 2014-08-12
+* bootstrap-table - v1.1.4 - 2014-08-14
 * https://github.com/wenzhixin/bootstrap-table
 * Copyright (c) 2014 zhixin wen
 * Licensed MIT License

+ 1 - 1
dist/locale/bootstrap-table-zh-TW.min.js

@@ -1,5 +1,5 @@
 /*
-* bootstrap-table - v1.1.3 - 2014-08-12
+* bootstrap-table - v1.1.4 - 2014-08-14
 * https://github.com/wenzhixin/bootstrap-table
 * Copyright (c) 2014 zhixin wen
 * Licensed MIT License

+ 1 - 1
docs/documentation.html

@@ -130,7 +130,7 @@
     <div class="container">
         <p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
         <ul class="footer-links">
-            <li>Currently: v1.1.3</li>
+            <li>Currently: v1.1.4</li>
             <li class="muted">·</li>
             <li><a href="http://wenzhixin.net.cn">My website</a></li>
             <li class="muted">·</li>

+ 1 - 1
docs/examples.html

@@ -876,7 +876,7 @@
     <div class="container">
         <p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
         <ul class="footer-links">
-            <li>Currently: v1.1.3</li>
+            <li>Currently: v1.1.4</li>
             <li class="muted">·</li>
             <li><a href="http://wenzhixin.net.cn">My website</a></li>
             <li class="muted">·</li>

+ 1 - 1
docs/getting-started.html

@@ -133,7 +133,7 @@
     <div class="container">
         <p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
         <ul class="footer-links">
-            <li>Currently: v1.1.3</li>
+            <li>Currently: v1.1.4</li>
             <li class="muted">·</li>
             <li><a href="http://wenzhixin.net.cn">My website</a></li>
             <li class="muted">·</li>

+ 1 - 1
src/bootstrap-table.js

@@ -1,6 +1,6 @@
 /**
  * @author zhixin wen <wenzhixin2010@gmail.com>
- * version: 1.1.3
+ * version: 1.1.4
  * https://github.com/wenzhixin/bootstrap-table/
  */