Skip to content

Commit

Permalink
release elFinder version 2.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Nov 21, 2016
1 parent e429d6e commit 4f8b556
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
10 changes: 10 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2016-11-21 Naoki Sawada <[email protected]>

* elFinder (2.1.18):

- [VD:FTP] Fixed #1757 cause infinite loop with getting stat of second level items from system root
- [js:core] Fixed #1761 problem of chunk merge request on 2.1.17
- [php:core] Fixed #1762 broken backward compatibility of PHP < 5.4 on 2.1.17
- And some minor bug fixes


2016-11-19 Naoki Sawada <[email protected]>

* elFinder (2.1.17):
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.17 (2.1-src Nightly: 8c5a7f6) (2016-11-21)
* Version 2.1.18 (2016-11-21)
* 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.

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.17 (2.1-src Nightly: 8c5a7f6) (2016-11-21)
* Version 2.1.18 (2016-11-21)
* http://elfinder.org
*
* Copyright 2009-2016, Studio 42
Expand Down Expand Up @@ -6544,7 +6544,7 @@ if (!Object.keys) {
*
* @type String
**/
elFinder.prototype.version = '2.1.17 (2.1-src Nightly: 8c5a7f6)';
elFinder.prototype.version = '2.1.18';



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.17",
"version": "2.1.18",
"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 4f8b556

Please sign in to comment.