Skip to content

Commit

Permalink
release elFinder version 2.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Dec 10, 2016
1 parent 41acf1f commit 8f89bea
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 9 deletions.
19 changes: 19 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
2016-12-10 Naoki Sawada <hypweb@gmail.com>

* elFinder (2.1.19):
- [js] Fixed #1000 Wrap compiled code in UMD (for commonJs and AMD support)
- [VD:OneDrive,Box] Fixed #1774 dose not work when PHP has `open_basedir`
- [cmd:edit,php:core] Fixed #1779 save contents with original character encoding
- [ui:toolbar] Fixed #1778 displayTextLabel option not works
- [cmd:edit] add encoding select box rel. #1779
- [cmd:search] Fixed #1782 search by mimetype dose not work (>=2.1.16)
- [ui:dialog] Fixed #1785 trigger resize event with `maximize:on` in minimize element
- [VD:abstract] Fixed #1783 Illegal duplicate data as bind in duplicate command
- [cmd:edit] include elFinder instance as `fm` into `ta.editor` property
- [js:core] Fixed #1791 implement JS, CSS loader and auto load of elFinder CSS
- [cmd:resize] Fixed #1789 bug that crop image size is change while dragging
- [js:core] Fixed #1788 bug that chunked upload timeout processing is invalid
- [VD:abstract] Fixed #1799 uses `link()` in exec `zipdl` to more faster
- And some minor bug fixes


2016-11-21 Naoki Sawada <hypweb@gmail.com>

* elFinder (2.1.18):
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.18 (2.1-src Nightly: 9d4693d) (2016-12-09)
* Version 2.1.19 (2016-12-10)
* http://elfinder.org
*
* Copyright 2009-2016, 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.

7 changes: 4 additions & 3 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.18 (2.1-src Nightly: 9d4693d) (2016-12-09)
* Version 2.1.19 (2016-12-10)
* http://elfinder.org
*
* Copyright 2009-2016, Studio 42
Expand Down Expand Up @@ -6670,7 +6670,7 @@ if (!Object.keys) {
*
* @type String
**/
elFinder.prototype.version = '2.1.18 (2.1-src Nightly: 9d4693d)';
elFinder.prototype.version = '2.1.19';



Expand Down Expand Up @@ -15504,7 +15504,8 @@ $.fn.elfindertree = function(fm, opts) {
}
}

sync(true);
// fm.cwd() became empty object when cwd removed
fm.cwd().hash && sync(true);
})
// remove dirs
.remove(function(e) {
Expand Down
6 changes: 3 additions & 3 deletions js/elfinder.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elfinder",
"version": "2.1.18",
"version": "2.1.19",
"description": "Open-source file manager for web, written in JavaScript using jQuery and jQuery UI.",
"author": "Studio-42 (https://github.com/Studio-42/elFinder)",
"license": "3-clauses BSD",
Expand Down

0 comments on commit 8f89bea

Please sign in to comment.