Skip to content

Commit

Permalink
src build elFinder-2.1-4585bdd
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Aug 19, 2018
1 parent ee00de0 commit b63acc4
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2018-08-xx Naoki Sawada <hypweb+elfinder@gmail.com>
2018-08-19 Naoki Sawada <hypweb+elfinder@gmail.com>

* elFinder (2.1.41):
- [ui:cwd] Fixed #2583 `uiOptions.cwd.oldSchool` is no longer working
Expand All @@ -15,6 +15,9 @@
- [cmd:upload] Fixed #2607 hash@undefined on select folder upload
- [cmd:mkfile] Fixed #2609 allow creation of various file types
- [img] Fixed #2503 make icons-big.svg and use it
- [VD:Dropbox2] Fixed options definition test (PR #2619)
- [js:core] Fixed #2616 can't close dialogelfinder if can't connect to the connector
- [php:plugin:Watermark] Fixed #2621 add option `ratio`, `position`, `marginX` and `marginY`
- 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.40 (2.1-src Nightly: 4f3a7a1) (2018-08-19)
* Version 2.1.41 (2.1-src Nightly: 4585bdd) (2018-08-19)
* http://elfinder.org
*
* Copyright 2009-2018, 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.40 (2.1-src Nightly: 4f3a7a1) (2018-08-19)
* Version 2.1.41 (2.1-src Nightly: 4585bdd) (2018-08-19)
* http://elfinder.org
*
* Copyright 2009-2018, Studio 42
Expand Down Expand Up @@ -9661,7 +9661,7 @@ if (!window.cancelAnimationFrame) {
*
* @type String
**/
elFinder.prototype.version = '2.1.40 (2.1-src Nightly: 4f3a7a1)';
elFinder.prototype.version = '2.1.41 (2.1-src Nightly: 4585bdd)';



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 = 40;
protected static $ApiRevision = 41;

/**
* Storages (root dirs)
Expand Down

0 comments on commit b63acc4

Please sign in to comment.