diff --git a/browse.php b/browse.php index 94bf8b2..da99552 100644 --- a/browse.php +++ b/browse.php @@ -4,7 +4,7 @@ * * @desc Browser calling script * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/core/bootstrap.php b/core/bootstrap.php index 38df3e4..bd98538 100644 --- a/core/bootstrap.php +++ b/core/bootstrap.php @@ -4,7 +4,7 @@ * * @desc This file is included first, before each other * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/core/class/browser.php b/core/class/browser.php index db0e5a8..36d1350 100644 --- a/core/class/browser.php +++ b/core/class/browser.php @@ -4,7 +4,7 @@ * * @desc Browser actions class * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/core/class/minifier.php b/core/class/minifier.php index 13081cc..dfe7eab 100644 --- a/core/class/minifier.php +++ b/core/class/minifier.php @@ -4,7 +4,7 @@ * * @desc Minify JS & CSS * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/core/class/uploader.php b/core/class/uploader.php index 6eb2d2a..9a39335 100644 --- a/core/class/uploader.php +++ b/core/class/uploader.php @@ -4,7 +4,7 @@ * * @desc Uploader class * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 @@ -17,7 +17,7 @@ class uploader { /** Release version */ - const VERSION = "3.11"; + const VERSION = "3.12"; /** Config session-overrided settings * @var array */ diff --git a/core/types/type_img.php b/core/types/type_img.php index a933590..378e59d 100644 --- a/core/types/type_img.php +++ b/core/types/type_img.php @@ -4,7 +4,7 @@ * * @desc Image detection class * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/core/types/type_mime.php b/core/types/type_mime.php index 28c4286..96cc514 100644 --- a/core/types/type_mime.php +++ b/core/types/type_mime.php @@ -4,7 +4,7 @@ * * @desc MIME type detection class * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/css/index.php b/css/index.php index 110c42e..0347e40 100644 --- a/css/index.php +++ b/css/index.php @@ -4,7 +4,7 @@ * * @desc Join all CSS files from current directory * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/doc/Changelog b/doc/Changelog index af2c11d..528f367 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,4 +1,4 @@ -VERSION 3.12 - 2014-07- +VERSION 3.12 - 2014-07-09 ------------------------- * XSS security fix * Performance fix diff --git a/integration/BolmerCMS.php b/integration/BolmerCMS.php index 838ee3c..8281a96 100644 --- a/integration/BolmerCMS.php +++ b/integration/BolmerCMS.php @@ -4,7 +4,7 @@ * * @desc CMS integration code: BolmerCMS * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Borisov Evgeniy * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/integration/drupal.php b/integration/drupal.php index f2f14c3..e0c5577 100644 --- a/integration/drupal.php +++ b/integration/drupal.php @@ -4,7 +4,7 @@ * * @desc CMS integration code: Drupal * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Dany Alejandro Cabrera * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/js/010.jquery.fixes.js b/js/010.jquery.fixes.js index 4b3c875..3fd4696 100644 --- a/js/010.jquery.fixes.js +++ b/js/010.jquery.fixes.js @@ -2,7 +2,7 @@ * * @desc My jQuery UI & Uniform fixes * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/js/020.jquery.rightClick.js b/js/020.jquery.rightClick.js index c0b65be..4266e12 100644 --- a/js/020.jquery.rightClick.js +++ b/js/020.jquery.rightClick.js @@ -2,7 +2,7 @@ * * @desc Right Click jQuery Plugin * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/js/029.jquery.agent.js b/js/029.jquery.agent.js index 97c3fa2..9ba84de 100644 --- a/js/029.jquery.agent.js +++ b/js/029.jquery.agent.js @@ -2,7 +2,7 @@ * * @desc User Agent jQuery Plugin * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/js/030.jquery.helper.js b/js/030.jquery.helper.js index 105ef0e..c4c6543 100644 --- a/js/030.jquery.helper.js +++ b/js/030.jquery.helper.js @@ -2,7 +2,7 @@ * * @desc Helper functions integrated in jQuery * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/js/031.jquery.md5.js b/js/031.jquery.md5.js index 959e668..a25c7b3 100644 --- a/js/031.jquery.md5.js +++ b/js/031.jquery.md5.js @@ -2,7 +2,7 @@ * * @desc Helper MD5 checksum function * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/js/040.object.js b/js/040.object.js index 07e510a..def317f 100644 --- a/js/040.object.js +++ b/js/040.object.js @@ -2,7 +2,7 @@ * * @desc Base JavaScript object properties * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/js/041.dialogs.js b/js/041.dialogs.js index c7a7718..8a9c5f3 100644 --- a/js/041.dialogs.js +++ b/js/041.dialogs.js @@ -2,7 +2,7 @@ * * @desc Dialog boxes functionality * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/js/050.init.js b/js/050.init.js index 6ea5a56..d032415 100644 --- a/js/050.init.js +++ b/js/050.init.js @@ -2,7 +2,7 @@ * * @desc Object initializations * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/js/060.toolbar.js b/js/060.toolbar.js index c920c48..4c71b0a 100644 --- a/js/060.toolbar.js +++ b/js/060.toolbar.js @@ -2,7 +2,7 @@ * * @desc Toolbar functionality * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/js/070.settings.js b/js/070.settings.js index 39bdc89..ce52b74 100644 --- a/js/070.settings.js +++ b/js/070.settings.js @@ -2,7 +2,7 @@ * * @desc Settings panel functionality * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/js/080.files.js b/js/080.files.js index 6a33fd6..610c4ad 100644 --- a/js/080.files.js +++ b/js/080.files.js @@ -2,7 +2,7 @@ * * @desc File related functionality * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/js/090.folders.js b/js/090.folders.js index 51c4f31..3ee2146 100644 --- a/js/090.folders.js +++ b/js/090.folders.js @@ -2,7 +2,7 @@ * * @desc Folder related functionality * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/js/091.menus.js b/js/091.menus.js index 5192bff..d587abd 100644 --- a/js/091.menus.js +++ b/js/091.menus.js @@ -2,7 +2,7 @@ * * @desc Context menus * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/js/091.viewImage.js b/js/091.viewImage.js index 1558bc0..4d4f13d 100644 --- a/js/091.viewImage.js +++ b/js/091.viewImage.js @@ -2,7 +2,7 @@ * * @desc Image viewer * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/js/100.clipboard.js b/js/100.clipboard.js index 457a041..85f0b77 100644 --- a/js/100.clipboard.js +++ b/js/100.clipboard.js @@ -2,7 +2,7 @@ * * @desc Clipboard functionality * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/js/110.dropUpload.js b/js/110.dropUpload.js index 1c088a5..6837c82 100644 --- a/js/110.dropUpload.js +++ b/js/110.dropUpload.js @@ -2,7 +2,7 @@ * * @desc Upload files using drag and drop * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Forum user (updated by Pavel Tzonkov) * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/js/120.misc.js b/js/120.misc.js index aa07dac..f716178 100644 --- a/js/120.misc.js +++ b/js/120.misc.js @@ -2,7 +2,7 @@ * * @desc Miscellaneous functionality * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/js/index.php b/js/index.php index 84e7760..627bae5 100644 --- a/js/index.php +++ b/js/index.php @@ -4,7 +4,7 @@ * * @desc Join all JavaScript files from current directory * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/js_localize.php b/js_localize.php index 8a505e8..d84df78 100644 --- a/js_localize.php +++ b/js_localize.php @@ -4,7 +4,7 @@ * * @desc Load language labels into JavaScript * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/lang/en.php b/lang/en.php index 1e13bf4..d520800 100644 --- a/lang/en.php +++ b/lang/en.php @@ -4,7 +4,7 @@ * * @desc Default English localization * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/lib/class_image.php b/lib/class_image.php index e84f731..4905652 100644 --- a/lib/class_image.php +++ b/lib/class_image.php @@ -4,7 +4,7 @@ * * @desc Abstract image driver class * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/lib/class_image_gd.php b/lib/class_image_gd.php index 293f17a..b46ec6c 100644 --- a/lib/class_image_gd.php +++ b/lib/class_image_gd.php @@ -4,7 +4,7 @@ * * @desc GD image driver class * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/lib/class_image_gmagick.php b/lib/class_image_gmagick.php index 839ea69..f49b0f1 100644 --- a/lib/class_image_gmagick.php +++ b/lib/class_image_gmagick.php @@ -4,7 +4,7 @@ * * @desc GraphicsMagick image driver class * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/lib/class_image_imagick.php b/lib/class_image_imagick.php index 8c1d126..e3dfa33 100644 --- a/lib/class_image_imagick.php +++ b/lib/class_image_imagick.php @@ -4,7 +4,7 @@ * * @desc ImageMagick image driver class * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/lib/class_zipFolder.php b/lib/class_zipFolder.php index bd12ca2..7dc6e64 100644 --- a/lib/class_zipFolder.php +++ b/lib/class_zipFolder.php @@ -5,7 +5,7 @@ * * @desc Directory to ZIP file archivator * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/lib/helper_dir.php b/lib/helper_dir.php index cdd9afb..dcc057f 100644 --- a/lib/helper_dir.php +++ b/lib/helper_dir.php @@ -4,7 +4,7 @@ * * @desc Directory helper class * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/lib/helper_file.php b/lib/helper_file.php index a48cfcd..4119ec9 100644 --- a/lib/helper_file.php +++ b/lib/helper_file.php @@ -4,7 +4,7 @@ * * @desc File helper class * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/lib/helper_httpCache.php b/lib/helper_httpCache.php index aea704e..8d51e8c 100644 --- a/lib/helper_httpCache.php +++ b/lib/helper_httpCache.php @@ -4,7 +4,7 @@ * * @desc HTTP cache helper class * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/lib/helper_path.php b/lib/helper_path.php index f5052da..9a34913 100644 --- a/lib/helper_path.php +++ b/lib/helper_path.php @@ -4,7 +4,7 @@ * * @desc Path helper class * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/lib/helper_text.php b/lib/helper_text.php index 2589059..15fcae2 100644 --- a/lib/helper_text.php +++ b/lib/helper_text.php @@ -4,7 +4,7 @@ * * @desc Text processing helper class * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 diff --git a/upload.php b/upload.php index 8e18272..dd6cfb2 100644 --- a/upload.php +++ b/upload.php @@ -4,7 +4,7 @@ * * @desc Upload calling script * @package KCFinder - * @version 3.10 + * @version 3.12 * @author Pavel Tzonkov * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3