Skip to content

Commit

Permalink
bump version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
psolom committed Mar 17, 2017
1 parent 991fa91 commit 3c35faf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Version 2.3.0
---------------------------
- Java connector (Spring MVC) support, thanks @fabriceci #126;
- Support Markdown files side-by-side interactive editing, thanks @dereks #88;
- Custom renderers support. CodeMirror and MarkdownIt are implemented #85;
- Capability to render index file content in folder listing mode (similar to what GitHub does) #88;
- Capability to preview renderable files right after opening;
- Support Java lang in renderer / editor preview #118;
- PHP connector: added capability to define logfile path #123;
- bugfix: remove "time" query parameter upon file selection #116;
- bugfix: unable to retrieve absolute path, even when "previewUrl" is specified #116;
- bugfix: issues while copying file URL; better preview mode support #120
- bugfix: folder isn't loaded when opened from filetree and preview mode is enabled #120;
- bugfix: logger configuration doesn't take effect in PHP connector #123;
- bugfix: wrong position of "parent" item in IE #124;


Version 2.2.2
---------------------------
- new section "filetree" in configuration file;
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 @@ -197,5 +197,5 @@
"extra_js_async": true
},
"url": "https://github.com/servocoder/RichFilemanager",
"version": "2.2.2"
"version": "2.3.0"
}
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.2.2",
"version": "2.3.0",
"description": "Highly customizable open-source file manager",
"main": "scripts/filemanager.js",
"repository": {
Expand Down

0 comments on commit 3c35faf

Please sign in to comment.