Skip to content

Commit

Permalink
bump version to 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
psolom committed Feb 25, 2018
1 parent 3f94c02 commit 7bc3431
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions changelog
@@ -1,3 +1,13 @@
Version 2.7.1
---------------------------
- implemented RFM plugin public methods "refreshFolder" and "loadFolder" #275
- bugfix: problem with folder downloading #273
- bigfix: redirect on failed authentication doesn't work #278
- bugfix: fileroot issue with symbolic links #285
- updated PHP connector dependency to v1.2.1
(https://github.com/servocoder/RichFilemanager-PHP/releases/tag/v1.2.1)


Version 2.7.0
---------------------------
- server-side search implemented, relative to the open folder #271
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -25,6 +25,6 @@
"vendor-dir": "connectors/php/vendor"
},
"require": {
"servocoder/richfilemanager-php": "1.2.*"
"servocoder/richfilemanager-php": "1.2.1"
}
}
2 changes: 1 addition & 1 deletion config/filemanager.config.default.json
Expand Up @@ -192,5 +192,5 @@
"extra_js_async": true
},
"url": "https://github.com/servocoder/RichFilemanager",
"version": "2.7.0"
"version": "2.7.1"
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rich-filemanager",
"version": "2.7.0",
"version": "2.7.1",
"description": "Highly customizable open-source file manager",
"main": "scripts/filemanager.js",
"repository": {
Expand Down

0 comments on commit 7bc3431

Please sign in to comment.