From a8f53a630ad715beaefb1ba08813874a8f0dbcf1 Mon Sep 17 00:00:00 2001 From: pavel Date: Sat, 23 Jun 2018 22:31:26 +0300 Subject: [PATCH] bump version to 2.7.6 --- changelog | 11 +++++++++++ composer.json | 2 +- config/filemanager.config.default.json | 2 +- package.json | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/changelog b/changelog index faaf8fda..223a2ba1 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,14 @@ +Version 2.7.6 +--------------------------- +- improved renderer responsiveness while recursive search #315 +- added custom request params to the "downloadItem" action #318 +- enhanced .Net Core Framework connector #316 #319 +- added capability to set custom client configuration file path #329 +- prevented caching language files #332 +- updated PHP connector dependency to v1.2.6 +(https://github.com/servocoder/RichFilemanager-PHP/releases/tag/v1.2.6) + + Version 2.7.5 --------------------------- - bugfix: server-side errors haven't shown on upload #305 diff --git a/composer.json b/composer.json index 8e430345..1fa919b7 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,6 @@ "vendor-dir": "connectors/php/vendor" }, "require": { - "servocoder/richfilemanager-php": "1.2.4" + "servocoder/richfilemanager-php": "1.2.6" } } \ No newline at end of file diff --git a/config/filemanager.config.default.json b/config/filemanager.config.default.json index d802e54c..39d588bd 100644 --- a/config/filemanager.config.default.json +++ b/config/filemanager.config.default.json @@ -192,5 +192,5 @@ "extra_js_async": true }, "url": "https://github.com/servocoder/RichFilemanager", - "version": "2.7.5" + "version": "2.7.6" } diff --git a/package.json b/package.json index 19d41a74..fc28c933 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rich-filemanager", - "version": "2.7.5", + "version": "2.7.6", "description": "Highly customizable open-source file manager", "main": "scripts/filemanager.js", "repository": {