Skip to content

Commit

Permalink
bump version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
psolom committed Apr 2, 2017
1 parent 049c951 commit 5c2c43f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 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.1
---------------------------
- extended drag and drop: ability to drag items between panels (tree <-> view) #133;
- improved items behavior on draggable and selectable actions
- improved view items rendering performance
- bugfix: wrong unselect behavior for selected items
- bugfix: wrong position of "parent" item in case "folderPosition" options is set to "top" #143;


Version 2.3.0
---------------------------
- Java connector (Spring MVC) support, thanks @fabriceci #126;
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 @@ -195,5 +195,5 @@
"extra_js_async": true
},
"url": "https://github.com/servocoder/RichFilemanager",
"version": "2.3.0"
"version": "2.3.1"
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ <h1 data-bind="text: rdo().attributes.name, attr: {title: rdo().id}"></h1>
<script type="text/javascript" src="scripts/toast/lib/toast.min.js"></script>
<script type="text/javascript" src="scripts/purl/purl.min.js"></script>
<!-- Load filemanager script -->
<script type="text/javascript" src="scripts/filemanager.js"></script>
<script type="text/javascript" src="scripts/filemanager.min.js"></script>
<script type="text/javascript" src="config/filemanager.init.js"></script>

<!-- Start RichFilemanager plugin -->
Expand Down
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.0",
"version": "2.3.1",
"description": "Highly customizable open-source file manager",
"main": "scripts/filemanager.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions scripts/filemanager.min.js

Large diffs are not rendered by default.

0 comments on commit 5c2c43f

Please sign in to comment.