Skip to content

Commit a8f53a6

Browse files
committed
bump version to 2.7.6
1 parent 0ed5cee commit a8f53a6

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Version 2.7.6
2+
---------------------------
3+
- improved renderer responsiveness while recursive search #315
4+
- added custom request params to the "downloadItem" action #318
5+
- enhanced .Net Core Framework connector #316 #319
6+
- added capability to set custom client configuration file path #329
7+
- prevented caching language files #332
8+
- updated PHP connector dependency to v1.2.6
9+
(https://github.com/servocoder/RichFilemanager-PHP/releases/tag/v1.2.6)
10+
11+
112
Version 2.7.5
213
---------------------------
314
- bugfix: server-side errors haven't shown on upload #305

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"vendor-dir": "connectors/php/vendor"
2626
},
2727
"require": {
28-
"servocoder/richfilemanager-php": "1.2.4"
28+
"servocoder/richfilemanager-php": "1.2.6"
2929
}
3030
}

config/filemanager.config.default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,5 +192,5 @@
192192
"extra_js_async": true
193193
},
194194
"url": "https://github.com/servocoder/RichFilemanager",
195-
"version": "2.7.5"
195+
"version": "2.7.6"
196196
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rich-filemanager",
3-
"version": "2.7.5",
3+
"version": "2.7.6",
44
"description": "Highly customizable open-source file manager",
55
"main": "scripts/filemanager.js",
66
"repository": {

0 commit comments

Comments
 (0)