Skip to content

Commit

Permalink
bump version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
psolom committed Dec 13, 2016
1 parent a9bb81d commit c06430e
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.0.3
---------------------------
- added "overrideClientConfig" option in PHP connector config file, "false" by default
- added callback functions for some urls modification, described in Wiki article "Configuration"
- moved application plugin initialization to the index file
- adjusted Wiki articles and ReadMe.md file
- bugfix: broken "exclusiveFolder" query param


Version 2.0.2
---------------------------
- ASHX connector is up-to-date (thanks @richeflits)
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.0.2",
"version": "2.0.3",
"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 @@ -159,5 +159,5 @@
"extra_js_async": true
},
"url": "https://github.com/servocoder/RichFilemanager",
"version": "2.0.2"
"version": "2.0.3"
}

0 comments on commit c06430e

Please sign in to comment.