Skip to content

Commit

Permalink
src build elFinder-2.1-9fede81
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Dec 20, 2023
1 parent 13f60a5 commit 4f36006
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2023-12-20 Naoki Sawada <hypweb+elfinder@gmail.com>
* elFinder (2.1.64):
- [css] re-fix #3584 css error and CI


2023-12-20 Naoki Sawada <hypweb+elfinder@gmail.com>
* elFinder (2.1.63):
- [php:core] fix download a file via context menu the windows download popup don't close (#3619)
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.63 (2.1-src Nightly: 2aa7fac) (2023-12-20)
* Version 2.1.64 (2.1-src Nightly: 9fede81) (2023-12-20)
* http://elfinder.org
*
* Copyright 2009-2023, 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.63 (2.1-src Nightly: 2aa7fac) (2023-12-20)
* Version 2.1.64 (2.1-src Nightly: 9fede81) (2023-12-20)
* http://elfinder.org
*
* Copyright 2009-2023, Studio 42
Expand Down Expand Up @@ -10748,7 +10748,7 @@ if (!window.cancelAnimationFrame) {
*
* @type String
**/
elFinder.prototype.version = '2.1.63 (2.1-src Nightly: 2aa7fac)';
elFinder.prototype.version = '2.1.64 (2.1-src Nightly: 9fede81)';



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 @@ -32,7 +32,7 @@ class elFinder
*
* @var integer
*/
protected static $ApiRevision = 63;
protected static $ApiRevision = 64;

/**
* Storages (root dirs)
Expand Down

0 comments on commit 4f36006

Please sign in to comment.