Skip to content

Commit

Permalink
Set version numbers to 2.5.6 and added upgrade routes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexC committed Oct 17, 2010
1 parent 1e96463 commit 096acec
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions NEWS
Expand Up @@ -5,6 +5,14 @@ TangoCMS NEWS (Basic ChangeLog for Users)
A complete ChangeLog can be found at http://tangocms.org/changelog


2.5.6 (2010-10-17)
========================

-- Bug Fixes

* Bug #317: WYSIWYG editor changes text to "[object Object]"


2.5.5 (2010-06-15)
========================

Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -7,7 +7,7 @@ Details
========================

* TangoCMS, http://tangocms.org, is an Open Source (GNU/GPL 2.1) PHP Content Management System (CMS).
* Version, 2.5.5
* Version, 2.5.6
* Advised to read the User Guide/Manual, http://manual.tangocms.org, prior to installation.
* For more support, see http://tangocms.org/community for details on how to get community support on any issue you may have.

Expand Down
2 changes: 1 addition & 1 deletion config/default.dist/config.ini.php
Expand Up @@ -151,7 +151,7 @@
title = "Powered By TangoCMS"
title_format = "[PAGE] | [SITE_TITLE]"
slogan = "Powered by TangoCMS"
version = 2.5.5
version = 2.5.6

;---
; Meta Data
Expand Down
2 changes: 1 addition & 1 deletion install/index.php
Expand Up @@ -20,7 +20,7 @@
define( '_PATH_APPLICATION', '../application' );
define( '_APP_MODE', 'installation' );

define( '_PROJECT_LATEST_VERSION', '2.5.5' );
define( '_PROJECT_LATEST_VERSION', '2.5.6' );

// Include the main index.php file
require_once '../index.php';
Expand Down
2 changes: 1 addition & 1 deletion install/modules/upgrade/controllers/stage1.php
Expand Up @@ -22,7 +22,7 @@ class Upgrade_controller_stage1 extends Zula_ControllerBase {
# Stable versions
'2.3.0', '2.3.1', '2.3.2', '2.3.3',
'2.4.0',
'2.5.0', '2.5.1', '2.5.2', '2.5.3', '2.5.4',
'2.5.0', '2.5.1', '2.5.2', '2.5.3', '2.5.4', '2.5.5',

# Dev versions
'2.3.50', '2.3.51', '2.3.52', '2.3.53', '2.3.54', '2.3.55', '2.3.56',
Expand Down
1 change: 1 addition & 0 deletions install/modules/upgrade/controllers/stage4.php
Expand Up @@ -21,6 +21,7 @@ class Upgrade_controller_stage4 extends Zula_ControllerBase {
*/
protected $routes = array(
# Stable Releases
'2.5.5' => '2.5.6',
'2.5.4' => '2.5.5',
'2.5.3' => '2.5.4',
'2.5.2' => '2.5.3',
Expand Down

0 comments on commit 096acec

Please sign in to comment.