Skip to content

Commit

Permalink
bump version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
psolom committed Aug 16, 2016
1 parent cdc28b0 commit 7fba25f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,15 @@ Version 1.0.5
- Fixed bug: Path issue upon file selection in WYSIWYG editor
- Fixed bug: It is possible to select folders in WYSIWYG editor
- Fixed bug: Preview of media and pdf files is broken when the path contains special chars (fixed by path encoding)


Version 1.0.6
---------------------------
- removed `fileConnector` option from server-side;
- removed 'Preview' and 'Thumbnail' params from `getinfo` response;
- all preview paths (images, media, office files) are now associated to connector. Absolute paths for icons exclusively;
- all preview paths are now built at the client-side (connector independent) for better API support;
- added support of seeking for media files in PHP connector (including S3 storage plugin);
- added capability to pass custom configuration options in filemanager.php to override the default config;
- PHP connector refactored, following OOP practices;
- added icons for OpenOffice files;
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": "1.0.5",
"version": "1.0.6",
"description": "Highly customizable open-source file manager",
"main": "scripts/filemanager.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/filemanager.config.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,5 @@
"default": "default.png"
},
"url": "https://github.com/servocoder/RichFilemanager",
"version": "1.0.5"
"version": "1.0.6"
}

0 comments on commit 7fba25f

Please sign in to comment.