Changelog 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. VERSION 3.12 - 2014-07-09
  2. -------------------------
  3. * XSS security fix
  4. * Performance fix
  5. * taphold event added. Emulates right-click on touchscreen devices
  6. * Click with Shift key functionality added
  7. * Minor fixes
  8. VERSION 3.11 - 2014-04-21
  9. -------------------------
  10. * "Unknown error." fixes when using `_normalizeFilenames` setting
  11. and upon new folder creation
  12. VERSION 3.10 - 2014-04-16
  13. -------------------------
  14. * Important secirity fixes
  15. VERSION 3.0 - 2014-04-08
  16. ------------------------
  17. * Minor fixes
  18. VERSION 3.0-pre1 - 2014-04-02
  19. -----------------------------
  20. * Now KCFinder requires PHP >= 5.3 becouse of using namespace: "kcfinder"
  21. * Support CSS & JavaScript minifier (on the fly)
  22. * jQuery UI & Uniform support. New theme & theme engine (old themes are not supported)
  23. * Improvements in JavaScript code to be well compressed and faster
  24. * Keep PNG transparency in generated thumbnails
  25. * New image viewer
  26. VERSION 2.54 - 2014-03-12
  27. -------------------------
  28. * Performance fix only
  29. VERSION 2.53 - 2014-02-22
  30. -------------------------
  31. * Session start fix
  32. * TinyMCE 4 support
  33. VERSION 2.52 - 2014-01-20
  34. -------------------------
  35. * Various image drivers support (gd, imagemagick, graphicsmagic)
  36. * Auto-rotate images based on EXIF data
  37. * PNG watermark support
  38. VERSION 2.51 - 2010-08-25
  39. -------------------------
  40. * Drag and drop uploading plugin - big fixes
  41. * Cookies problem when using single words or IPs as hostname resolved
  42. * Vietnamese localization
  43. VERSION 2.5 - 2010-08-23
  44. ------------------------
  45. * Drupal module support
  46. * Drag and drop uploading plugin
  47. * Two more language labels
  48. * Localhost cookies bugfix
  49. * Renaming current folder bugfix
  50. * Small bugfixes
  51. VERSION 2.41 - 2010-07-24
  52. -------------------------
  53. * Directory types engine improvement
  54. * New 'denyExtensionRename' config setting added
  55. VERSION 2.4 - 2010-07-20
  56. ------------------------
  57. * Online checking if new version is released in About box. To use this
  58. feature you should to have Curl, HTTP or Socket extension, or
  59. allow_url_fopen ini setting should be "on"
  60. * New 'denyUpdateCheck' config setting added
  61. * New 'dark' theme added (made by Dark Preacher)
  62. * Additional 'theme' GET parameter to choose a theme from URL
  63. * Thumbnails loading improvement
  64. * Some changes in Oxygen CSS theme
  65. * Replace alert() and confirm() JavaScript functions with good-looking boxes
  66. * Safari 3 right-click fix
  67. * Small bugfixes
  68. VERSION 2.32 - 2010-07-11
  69. -------------------------
  70. * 'filenameChangeChars' and 'dirnameChangeChars' config settings added
  71. * Content-Type header fix for css.php, js_localize.php and
  72. js/browser/joiner.php
  73. * CKEditorFuncNum with index 0 bugfix
  74. * Session save handler example in core/autoload.php
  75. VERSION 2.31 - 2010-07-01
  76. -------------------------
  77. * Proportional uploaded image resize bugfix
  78. * Slideshow bugfixes
  79. * Other small bugfixes
  80. VERSION 2.3 - 2010-06-25
  81. ------------------------
  82. * Replace XML Ajax responses with JSON
  83. * Replace old 'readonly' config option with advanced 'access' option
  84. PLEASE UPDATE YOUR OLD CONFIG FILE!!!
  85. * Slideshow images in current folder using arrow keys
  86. * Multipe files upload similar to Facebook upload (not works in IE!)
  87. * Option to set protocol, domain and port in 'uploadURL' setting
  88. * Bugfixes
  89. VERSION 2.21 - 2010-11-19
  90. -------------------------
  91. * Bugfixes only
  92. VERSION 2.2 - 2010-07-27
  93. ------------------------
  94. * Many bugfixes
  95. * Read-only config option
  96. VERSION 2.1 - 2010-07-04
  97. ------------------------
  98. * Endless JavaScript loop on KCFinder disable bugfix
  99. * New config setting whether to generate .htaccess file in upload folder
  100. * Upload to specified folder from CKEditor & FCKeditor direct upload dialog
  101. * Select multiple files bugfixes
  102. VERSION 2.0 - 2010-07-01
  103. ------------------------
  104. * Brand new core
  105. * Option to resize files/folders panels with mouse drag
  106. * Select multiple files with Ctrl key
  107. * Return list of files to custom integrating application
  108. * Animated folder tree
  109. * Directory Type specific configuration settings
  110. * Download multiple files or a folder as ZIP file
  111. VERSION 1.7 - 2010-06-17
  112. ------------------------
  113. * Maximize toolbar button
  114. * Clipboard for copying and moving multiple files
  115. * Show warning if the browser is not capable to display KCFinder
  116. * Google Chrome Frame support for old versions of Internet Explorer
  117. VERSION 1.6 - 2010-06-02
  118. ------------------------
  119. * Support of Windows Apache server
  120. * Support of Fileinfo PHP extension to detect mime types (*mime directory type)
  121. * Option to deny globaly some dangerous extensions like exe, php, pl, cgi etc
  122. * Check for denied file extension on file rename
  123. * Disallow to upload hidden files (with names begins with .)
  124. * Missing last character of filenames without extension bugfix
  125. * Some small bugfixes
  126. VERSION 1.5 - 2010-05-30
  127. ------------------------
  128. * Filenames with spaces download bugfix
  129. * FCKEditor direct upload bugfix
  130. * Thumbnail generation bugfixes
  131. VERSION 1.4 - 2010-05-24
  132. ------------------------
  133. * Client-side caching bugfix
  134. * Custom integrations - window.KCFinder.callBack()
  135. * Security fixes
  136. VERSION 1.3 - 2010-05-06
  137. ------------------------
  138. * Another session bugfix. Now session configuratin works!
  139. * Show filename by default bugfix
  140. * Loading box on top right corner
  141. VERSION 1.2 - 2010-05-03
  142. ------------------------
  143. * Thumbnail generation bugfix
  144. * Session bugfix
  145. * other small bugfixes