Skip to content

Commit

Permalink
bump version to 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
psolom committed Mar 11, 2018
1 parent 2fb9122 commit 5b94d6b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Version 2.7.2
---------------------------
- added optional connector "options.capabilities" in the initiate action #272
- avoid loading right panel folder contents when unfolding tree if click on +(plus) icon #293
- included resourceObject to "selectItem" callback #294
- minified and combined assets with new grunt config #295
- implemented customizable upload parameter name #297
- updated russian translations (minor fixes) #292
- updated dutch translations
- updated PHP connector dependency to v1.2.2
(https://github.com/servocoder/RichFilemanager-PHP/releases/tag/v1.2.2)

Backward incompatible changes:
- restructure and refactor source package files and third-party libs


Version 2.7.1
---------------------------
- implemented RFM plugin public methods "refreshFolder" and "loadFolder" #275
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.1"
"servocoder/richfilemanager-php": "1.2.2"
}
}
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.1"
"version": "2.7.2"
}
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.1",
"version": "2.7.2",
"description": "Highly customizable open-source file manager",
"main": "scripts/filemanager.js",
"repository": {
Expand Down

0 comments on commit 5b94d6b

Please sign in to comment.