ソースを参照

Update the version to 1.1.1

zhixin 11 年 前
コミット
0c1c13ede5

+ 8 - 0
CHANGELOG.md

@@ -1,5 +1,13 @@
 ## Changelog
 
+### 1.1.1
+
+* Remove ```bootstrapVerion``` option.
+* Add ```data-page-list``` attribute.
+* Fix search data error.
+* Non case sensitive search in client side.
+* Added support for Danish translation.
+
 ### 1.1.0
 
 * Fix old firefox browser display error.

+ 1 - 1
bootstrap-table.jquery.json

@@ -1,6 +1,6 @@
 {
     "name": "bootstrap-table",
-    "version": "1.1.0",
+    "version": "1.1.1",
     "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.0",
+  "version": "1.1.1",
   "homepage": "https://github.com/wenzhixin/bootstrap-table",
   "authors": [
     "zhixin <wenzhixin2010@gmail.com>"

+ 1 - 1
docs/documentation.html

@@ -202,7 +202,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.0</li>
+            <li>Currently: v1.1.1</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

@@ -739,7 +739,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.0</li>
+            <li>Currently: v1.1.1</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.0</li>
+            <li>Currently: v1.1.1</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.0
+ * version: 1.1.1
  * https://github.com/wenzhixin/bootstrap-table/
  */