Browse Source

Update the version to 1.1.2

zhixin 11 years ago
parent
commit
0e082b4412
7 changed files with 13 additions and 6 deletions
  1. 7 0
      CHANGELOG.md
  2. 1 1
      bootstrap-table.jquery.json
  3. 1 1
      bower.json
  4. 1 1
      docs/documentation.html
  5. 1 1
      docs/examples.html
  6. 1 1
      docs/getting-started.html
  7. 1 1
      src/bootstrap-table.js

+ 7 - 0
CHANGELOG.md

@@ -1,5 +1,12 @@
 ## Changelog
 
+### 1.1.2
+
+* Add switchable column option.
+* Add ```data-toggle``` attribute.
+* Add support for number search.
+* Use html function instead of text in header th.
+
 ### 1.1.1
 
 * Remove ```bootstrapVerion``` option.

+ 1 - 1
bootstrap-table.jquery.json

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

+ 1 - 1
docs/documentation.html

@@ -218,7 +218,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.1</li>
+            <li>Currently: v1.1.2</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

@@ -749,7 +749,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.1</li>
+            <li>Currently: v1.1.2</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.1</li>
+            <li>Currently: v1.1.2</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.1
+ * version: 1.1.2
  * https://github.com/wenzhixin/bootstrap-table/
  */