Skip to content

Commit

Permalink
bump version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
psolom committed Feb 16, 2017
1 parent 08f3b89 commit b4491fa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version 2.2.2
---------------------------
- new section "filetree" in configuration file;
- independent ajax calls for filetree and fileview #103, #104;
- selectable supports custom scrollbar (scrolling + selection);
- bugfix: missed custom scrollbar for preview mode;
- bugfix: bugfix: breadcrumbs is broken if "exclusiveFolder" is set #107;
- bugfix: close button issue on integration with CKEditor #108;


Version 2.2.1
---------------------------
- breadcrumbs instead of string for the current path #96;
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 @@ -177,5 +177,5 @@
"extra_js_async": true
},
"url": "https://github.com/servocoder/RichFilemanager",
"version": "2.2.1"
"version": "2.2.2"
}
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.1",
"version": "2.2.2",
"description": "Highly customizable open-source file manager",
"main": "scripts/filemanager.js",
"repository": {
Expand Down

0 comments on commit b4491fa

Please sign in to comment.