Skip to content

Commit

Permalink
bump version to 2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
psolom committed Nov 17, 2017
1 parent 5fe5afd commit b09b80e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 2.6.4
---------------------------
- reworked folder loader for filetree and right panel #255
- implemented "beforeSetRequestParams" and "beforeSendRequest" callback functions #260
- bugfix: should close folder in right panel upon delete its ancestor n filetree #261
- added template for GitHub issues
- better file renderers support


Version 2.6.3
---------------------------
- improvement: direct upload upon simple file uploads #247
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.3"
"version": "2.6.4"
}
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.3",
"version": "2.6.4",
"description": "Highly customizable open-source file manager",
"main": "scripts/filemanager.js",
"repository": {
Expand Down

0 comments on commit b09b80e

Please sign in to comment.