diff --git a/changelog b/changelog index 2e39ed42..1d0aa523 100644 --- a/changelog +++ b/changelog @@ -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) diff --git a/package.json b/package.json index a198f4e9..242f07f3 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/scripts/filemanager.config.default.json b/scripts/filemanager.config.default.json index 1883ffc8..1cc3764a 100644 --- a/scripts/filemanager.config.default.json +++ b/scripts/filemanager.config.default.json @@ -159,5 +159,5 @@ "extra_js_async": true }, "url": "https://github.com/servocoder/RichFilemanager", - "version": "2.0.2" + "version": "2.0.3" } \ No newline at end of file