Skip to content

Commit

Permalink
Post-release update: Change version to 2.52-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelck committed Aug 25, 2011
1 parent 2ea1283 commit e1b76b9
Show file tree
Hide file tree
Showing 35 changed files with 44 additions and 38 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 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Base configuration file
* @package KCFinder
* @version 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion core/autoload.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 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion core/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 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
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 GD image detection class
* @package KCFinder
* @version 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
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 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
4 changes: 2 additions & 2 deletions core/uploader.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Uploader class
* @package KCFinder
* @version 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand All @@ -15,7 +15,7 @@
class uploader {

/** Release version */
const VERSION = "2.51-dev";
const VERSION = "2.52-dev";

/** Config session-overrided settings
* @var array */
Expand Down
2 changes: 1 addition & 1 deletion css.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Base CSS definitions
* @package KCFinder
* @version 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
8 changes: 5 additions & 3 deletions doc/BEFORE_RELEASE
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
!!! THINGS TO DO BEFORE ZIPPING NEW PACKAGES !!!

* Delete .git directory

* Change version numbers in all source files, doc/README and core/uploader.php
VERSION class constant

* Edit doc/Changelog file

* Delete .git directory
* Edit doc/Changelog file (also in dev version)

* config.php changes:
'disabled' => true,
'uploadURL' => "upload",

* Change version numbers in dev (Git) version

* Delete this file
6 changes: 5 additions & 1 deletion doc/Changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
VERSION 2.51 - 2010-09-

VERSION 2.51 - 2010-08-25
-------------------------
* Drag and drop uploading plugin - big fixes
* Cookies problem when using single words or IPs as hostname resolved
* Vietnamese localization


VERSION 2.5 - 2010-08-23
Expand Down
2 changes: 1 addition & 1 deletion doc/README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[===========================< KCFinder 2.51-dev >================================]
[===========================< KCFinder 2.52-dev >================================]
[ ]
[ Copyright 2010, 2011 KCFinder Project ]
[ http://kcfinder.sunhater.com ]
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 2.51-dev
* @version 2.52-dev
* @author Dany Alejandro Cabrera <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion js/browser/0bject.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Base JavaScript object properties
* @package KCFinder
* @version 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion js/browser/clipboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Clipboard functionality
* @package KCFinder
* @version 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion js/browser/dropUpload.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Upload files using drag and drop
* @package KCFinder
* @version 2.51-dev
* @version 2.52-dev
* @author Forum user (updated by Pavel Tzonkov)
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion js/browser/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc File related functionality
* @package KCFinder
* @version 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion js/browser/folders.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Folder related functionality
* @package KCFinder
* @version 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion js/browser/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Object initializations
* @package KCFinder
* @version 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion js/browser/joiner.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Join all JavaScript files in current directory
* @package KCFinder
* @version 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion js/browser/misc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Miscellaneous functionality
* @package KCFinder
* @version 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion js/browser/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Settings panel functionality
* @package KCFinder
* @version 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion js/browser/toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Toolbar functionality
* @package KCFinder
* @version 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion js/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* @desc Helper object
* @package KCFinder
* @version 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
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 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
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 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion lib/class_gd.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc GD extension class
* @package KCFinder
* @version 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion lib/class_input.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Input class for GET, POST and COOKIE requests
* @package KCFinder
* @version 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
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 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
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 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
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 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
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 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
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 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
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 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion themes/oxygen/about.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ http://www.kde.org
Theme Details:

Project: KCFinder - http://kcfinder.sunhater.com
Version: 2.51-dev
Version: 2.52-dev
Author: Pavel Tzonkov <[email protected]>
Licenses: GPLv2 - http://www.opensource.org/licenses/gpl-2.0.php
LGPLv2 - http://www.opensource.org/licenses/lgpl-2.1.php
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 2.51-dev
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down

0 comments on commit e1b76b9

Please sign in to comment.