Skip to content

Commit

Permalink
Update version to v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzhixin committed May 28, 2015
1 parent 709ea28 commit 9849805
Show file tree
Hide file tree
Showing 129 changed files with 2,059 additions and 449 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
## ChangeLog

### 1.8.1

- [enh] Accessing field name in formatter.
- [enh] Improve function option to support string format for example formatter.
- [enh] Added multiple sort extension.
- [enh] Improve filter control extension.
- [bug] Fix #912 Bug when switching to card view.
- [enh] Added jsdelivr CDN.
- [bug] Fix #912: Bug when switching to card view.
- [bug] Fix #914: extra empty toolbar div bug.
- [bug] Fix bootstrap-table-pt-PT.js typo.

### 1.8.0

Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ languages: ["en", "zh-cn", "es"]
languages_string: ["English", "简体中文", "Español"]

# Custom vars
current_version: 1.8.0
current_version: 1.8.1
repo: https://github.com/wenzhixin/bootstrap-table
website: http://wenzhixin.net.cn
repos: http://repos.wenzhixin.net.cn
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-table.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-table",
"version": "1.8.0",
"version": "1.8.1",
"title": "Bootstrap Table",
"description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-table",
"version": "1.8.0",
"version": "1.8.1",
"homepage": "https://github.com/wenzhixin/bootstrap-table",
"authors": [
"zhixin <[email protected]>"
Expand Down
Loading

0 comments on commit 9849805

Please sign in to comment.