Skip to content

Commit

Permalink
release elFinder version 2.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed May 19, 2017
1 parent 4674314 commit 085b4f8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2017-05-xx Naoki Sawada <[email protected]>
2017-05-19 Naoki Sawada <[email protected]>

* elFinder (2.1.24):
- [js:options] Fixed #1947 add client option `dispInlineRegex` for legacy connectors
Expand All @@ -23,6 +23,7 @@
- [VD:abstract] Fixed #2000 `elFinderVolumeDriver::imageUtil()` is not working properly
- [plugin:normalizer] Fixed #2004 add an option `umlauts
- [VD:LocalFileSystem] Fixed #2009 corrention of an option `keepTimestamp`(upload)`
- [ui:cwd,stat] Fixed #2010 sync problem when deleted any items in search results view
- And some minor bug fixes


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.23 (2.1-src Nightly: 052ca39) (2017-05-18)
* Version 2.1.24 (2017-05-19)
* 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.23 (2.1-src Nightly: 052ca39) (2017-05-18)
* Version 2.1.24 (2017-05-19)
* http://elfinder.org
*
* Copyright 2009-2017, Studio 42
Expand Down Expand Up @@ -7567,7 +7567,7 @@ if (!Object.assign) {
*
* @type String
**/
elFinder.prototype.version = '2.1.23 (2.1-src Nightly: 052ca39)';
elFinder.prototype.version = '2.1.24';



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.23",
"version": "2.1.24",
"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 085b4f8

Please sign in to comment.