Skip to content

Commit

Permalink
changelog update and jquery in build html
Browse files Browse the repository at this point in the history
  • Loading branch information
troex committed Apr 9, 2012
1 parent d05b558 commit 598101f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
16 changes: 14 additions & 2 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
2010-07-10 Troex Nevelin <troex@fury.scancode.ru>
2012-04-10 Troex Nevelin <troex@fury.scancode.ru>

* elFinder (2.0):
* elFinder (2.0 rc1):
- Major code refactor
- 200+ bugs fixed since beta version
- 14 new translations
- FTP volume driver
- Advanced image editing dialog


2011-07-10 Troex Nevelin <troex@fury.scancode.ru>

* elFinder (2.0 beta):
- New branch 2.x, total rewrite from scratch
- MySQL volume driver support (as file storage)
- Full drag & drop support with HTML5 upload


2011-06-20 Troex Nevelin <troex@fury.scancode.ru>
Expand Down
6 changes: 3 additions & 3 deletions build/elfinder.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

<!-- jQuery and jQuery UI (REQUIRED) -->
<link rel="stylesheet" type="text/css" media="screen" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/smoothness/jquery-ui.css">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>

<!-- elFinder CSS (REQUIRED) -->
<link rel="stylesheet" type="text/css" media="screen" href="css/elfinder.full.css">
Expand Down Expand Up @@ -35,4 +35,4 @@
<div id="elfinder"></div>

</body>
</html>
</html>

0 comments on commit 598101f

Please sign in to comment.