Skip to content

Commit

Permalink
release elFinder version 2.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Jul 17, 2017
1 parent f9cfd0a commit 2a4a721
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 7 deletions.
19 changes: 19 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
2017-07-17 Naoki Sawada <[email protected]>

* elFinder (2.1.26):
- [php:core] Fixed #2069 add static method `elFinder::getApiFullVersion()`
- [js:core] Fixed #2073 auto loading of language files implemented in core
- [cmd:help] Fixed #2074 add the Preference tab
- [js:core] Fixed #2079 lost binded user functions with node.elfinder('reload')
- [cmd:help] Fixed #2076 problem of content area height synchronization
- [js:core] Fixed #2081 problem that updating of `uiCmdMap`
- [cmd:resize] Fixed #2085 "Save As" dose not work in 2.1.25
- [cmd:rm] Fixed #2086 problem of cmd mode sync on the item selected
- [js:core] Fixed #2076 cancel full screen mode on `destroy`
- [cmd:rm] Fixed #2087 JavaScript error when hide `rm` icon in toolbar
- [cmd:netmount] Fixed #2088 problem of shows error dialog behind this dialog
- [cmd:rm] Fixed #2087 button icon label is wrong until boot up
- [php:connector] Supports X-Sendfile and similar file-download accelerators
- And some minor bug fixes


2017-06-23 Naoki Sawada <[email protected]>

* elFinder (2.1.25):
Expand Down
2 changes: 1 addition & 1 deletion css/elfinder.full.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* elFinder - file manager for web
* Version 2.1.25 (2017-07-17)
* Version 2.1.26 (2017-07-17)
* http://elfinder.org
*
* Copyright 2009-2017, Studio 42
Expand Down
2 changes: 1 addition & 1 deletion css/elfinder.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions js/elfinder.full.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* elFinder - file manager for web
* Version 2.1.25 (2017-07-17)
* Version 2.1.26 (2017-07-17)
* http://elfinder.org
*
* Copyright 2009-2017, Studio 42
Expand Down Expand Up @@ -8020,7 +8020,7 @@ if (!Object.assign) {
*
* @type String
**/
elFinder.prototype.version = '2.1.25';
elFinder.prototype.version = '2.1.26';



Expand Down
4 changes: 2 additions & 2 deletions js/elfinder.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion php/elFinder.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class elFinder {
*
* @var integer
*/
protected static $ApiRevision = 25;
protected static $ApiRevision = 26;

/**
* Storages (root dirs)
Expand Down

0 comments on commit 2a4a721

Please sign in to comment.