Skip to content

Commit

Permalink
bump version to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
psolom committed Apr 30, 2017
1 parent 136c996 commit 4a5a0cb
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.3.3
---------------------------
- bugfix: incorrect displaying of items extracted from archive;
- bugfix: (S3 storage) configured ACL doesn't apply #152;
- bugfix: (S3 storage) error upon renaming folders which includes subfolders #168;
- bugfix: (S3 storage) video doesn't playback on preview #169;
- bugfix: clipboard copy / cut doesn't work on filetree items #170;


Version 2.3.2
---------------------------
- implement "extract" action to unzip archives #22;
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 @@ -157,5 +157,5 @@
"extra_js_async": true
},
"url": "https://github.com/servocoder/RichFilemanager",
"version": "2.3.2"
"version": "2.3.3"
}
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.3.2",
"version": "2.3.3",
"description": "Highly customizable open-source file manager",
"main": "scripts/filemanager.js",
"repository": {
Expand Down

0 comments on commit 4a5a0cb

Please sign in to comment.