Skip to content

Commit

Permalink
bump version to 2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
psolom committed Jun 23, 2018
1 parent 0ed5cee commit a8f53a6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"vendor-dir": "connectors/php/vendor"
},
"require": {
"servocoder/richfilemanager-php": "1.2.4"
"servocoder/richfilemanager-php": "1.2.6"
}
}
2 changes: 1 addition & 1 deletion config/filemanager.config.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,5 +192,5 @@
"extra_js_async": true
},
"url": "https://github.com/servocoder/RichFilemanager",
"version": "2.7.5"
"version": "2.7.6"
}
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.7.5",
"version": "2.7.6",
"description": "Highly customizable open-source file manager",
"main": "scripts/filemanager.js",
"repository": {
Expand Down

0 comments on commit a8f53a6

Please sign in to comment.