Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhater committed Jul 9, 2014
1 parent e6884a9 commit 7d8614f
Show file tree
Hide file tree
Showing 42 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion browse.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Browser calling script
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion core/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc This file is included first, before each other
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion core/class/browser.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Browser actions class
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion core/class/minifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Minify JS & CSS
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
4 changes: 2 additions & 2 deletions core/class/uploader.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Uploader class
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand All @@ -17,7 +17,7 @@
class uploader {

/** Release version */
const VERSION = "3.11";
const VERSION = "3.12";

/** Config session-overrided settings
* @var array */
Expand Down
2 changes: 1 addition & 1 deletion core/types/type_img.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Image detection class
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion core/types/type_mime.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc MIME type detection class
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion css/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Join all CSS files from current directory
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion doc/Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 3.12 - 2014-07-
VERSION 3.12 - 2014-07-09
-------------------------
* XSS security fix
* Performance fix
Expand Down
2 changes: 1 addition & 1 deletion integration/BolmerCMS.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc CMS integration code: BolmerCMS
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Borisov Evgeniy <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion integration/drupal.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc CMS integration code: Drupal
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Dany Alejandro Cabrera <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion js/010.jquery.fixes.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* @desc My jQuery UI & Uniform fixes
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion js/020.jquery.rightClick.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* @desc Right Click jQuery Plugin
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion js/029.jquery.agent.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* @desc User Agent jQuery Plugin
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion js/030.jquery.helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* @desc Helper functions integrated in jQuery
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion js/031.jquery.md5.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* @desc Helper MD5 checksum function
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion js/040.object.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* @desc Base JavaScript object properties
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion js/041.dialogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* @desc Dialog boxes functionality
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion js/050.init.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* @desc Object initializations
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion js/060.toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* @desc Toolbar functionality
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion js/070.settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* @desc Settings panel functionality
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion js/080.files.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* @desc File related functionality
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion js/090.folders.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* @desc Folder related functionality
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion js/091.menus.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* @desc Context menus
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion js/091.viewImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* @desc Image viewer
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion js/100.clipboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* @desc Clipboard functionality
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion js/110.dropUpload.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion js/120.misc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* @desc Miscellaneous functionality
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion js/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Join all JavaScript files from current directory
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion js_localize.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Load language labels into JavaScript
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion lang/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Default English localization
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion lib/class_image.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Abstract image driver class
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion lib/class_image_gd.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc GD image driver class
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion lib/class_image_gmagick.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc GraphicsMagick image driver class
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion lib/class_image_imagick.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc ImageMagick image driver class
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion lib/class_zipFolder.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @desc Directory to ZIP file archivator
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion lib/helper_dir.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Directory helper class
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion lib/helper_file.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc File helper class
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion lib/helper_httpCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc HTTP cache helper class
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion lib/helper_path.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Path helper class
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion lib/helper_text.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Text processing helper class
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down
2 changes: 1 addition & 1 deletion upload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Upload calling script
* @package KCFinder
* @version 3.10
* @version 3.12
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
Expand Down

0 comments on commit 7d8614f

Please sign in to comment.