Skip to content

Commit 8a5afdb

Browse files
committed
src build elFinder-2.1-c97a077
1 parent d5d0da5 commit 8a5afdb

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

css/elfinder.full.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* elFinder - file manager for web
3-
* Version 2.1.54 (2.1-src Nightly: 27fc9d5) (2020-03-18)
3+
* Version 2.1.55 (2.1-src Nightly: c97a077) (2020-03-18)
44
* http://elfinder.org
55
*
66
* Copyright 2009-2020, Studio 42

css/elfinder.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/elfinder.full.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* elFinder - file manager for web
3-
* Version 2.1.54 (2.1-src Nightly: 27fc9d5) (2020-03-18)
3+
* Version 2.1.55 (2.1-src Nightly: c97a077) (2020-03-18)
44
* http://elfinder.org
55
*
66
* Copyright 2009-2020, Studio 42
@@ -10717,7 +10717,7 @@ if (!window.cancelAnimationFrame) {
1071710717
*
1071810718
* @type String
1071910719
**/
10720-
elFinder.prototype.version = '2.1.54 (2.1-src Nightly: 27fc9d5)';
10720+
elFinder.prototype.version = '2.1.55 (2.1-src Nightly: c97a077)';
1072110721

1072210722

1072310723

js/elfinder.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

php/elFinder.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class elFinder
3232
*
3333
* @var integer
3434
*/
35-
protected static $ApiRevision = 54;
35+
protected static $ApiRevision = 55;
3636

3737
/**
3838
* Storages (root dirs)

0 commit comments

Comments
 (0)