Skip to content

Commit

Permalink
bump version to 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
psolom committed Oct 29, 2017
1 parent a711370 commit debe3d5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Version 2.6.2
---------------------------
- implemented progress bar for batch operations #249
- bugfix: type filters do not work with the list view #225 #228
- Java connector: added file type check before uploading files #245
- Chinese (Taiwan) language: updated translations #240
- Persian (Farsi) language: added lang file #250 #251
- Arabic language: complete rewrite #230
- Portuguese language: updated translations


Version 2.6.1 (Hotfix)
---------------------------
- better compression with uglifyJs
Expand Down
2 changes: 1 addition & 1 deletion config/filemanager.config.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,5 +181,5 @@
"extra_js_async": true
},
"url": "https://github.com/servocoder/RichFilemanager",
"version": "2.6.1"
"version": "2.6.2"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rich-filemanager",
"version": "2.6.1",
"version": "2.6.2",
"description": "Highly customizable open-source file manager",
"main": "scripts/filemanager.js",
"repository": {
Expand Down

0 comments on commit debe3d5

Please sign in to comment.