Skip to content

Commit

Permalink
2.2.5RC3. RE: #865
Browse files Browse the repository at this point in the history
  • Loading branch information
brendo committed Nov 11, 2011
1 parent f1c2dc1 commit eec77ff
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions README.markdown
@@ -1,15 +1,15 @@
# Symphony 2 #

- Version: 2.2.5RC2
- Date: November 9th, 2011
- Version: 2.2.5RC3
- Date: November 11th, 2011
- Release Notes: <http://symphony-cms.com/download/releases/version/2.2.5/>
- Github Repository: <http://github.com/symphonycms/symphony-2/tree/2.2.5RC2>
- Github Repository: <http://github.com/symphonycms/symphony-2/tree/2.2.5RC3>


## Overview

Symphony is a `PHP` & `MySQL` based CMS that utilises `XML` and `XSLT` as
its core technologies. This repository represents version "2.2.5RC2" and is considered stable.
its core technologies. This repository represents version "2.2.5RC3" and is considered stable.

Visit the forum at <http://symphony-cms.com/discuss/>

Expand All @@ -23,19 +23,19 @@ Visit the forum at <http://symphony-cms.com/discuss/>

### A note for Windows developers

While Windows is not officially supported for production, we understand many
While Windows is not officially supported for production, we understand many
developers use WAMP for Symphony development before deploying to a production
server. The Symphony team recommends that while using WAMP, developers use
server. The Symphony team recommends that while using WAMP, developers use
the latest PHP 5.3.x version during development to minimise any potential issues.
PHP5.3 provides numerous fixes and improvements to help minimise and standardise
PHP5.3 provides numerous fixes and improvements to help minimise and standardise
the result of several functions that behave slightly differently depending on the OS

## Updating From an Older Version

#### Versions Prior to 2.2

2.2 introduces numerous improvements that may affect extension compatibility.
Before updating, be sure to consult the [extension compatibility table](http://symphony-cms.com/download/extensions/compatibility/) to
2.2 introduces numerous improvements that may affect extension compatibility.
Before updating, be sure to consult the [extension compatibility table](http://symphony-cms.com/download/extensions/compatibility/) to
verify that the extensions you're using have all been updated for Symphony 2.2.

#### Versions Prior to 2.1
Expand Down Expand Up @@ -192,4 +192,4 @@ Thanks to @DavidOliver for these quick scripts.
To recursively chmod directories only:
`find /your/site/root -type d -exec chmod 755 {} \;`
To recursively chmod files only:
`find /your/site/root -type f -exec chmod 644 {} \;`.
`find /your/site/root -type f -exec chmod 644 {} \;`.
2 changes: 1 addition & 1 deletion install.php
Expand Up @@ -37,7 +37,7 @@ function __errorHandler($errno=NULL, $errstr, $errfile=NULL, $errline=NULL, $err
}

// Defines
define('kVERSION', '2.2.5RC2');
define('kVERSION', '2.2.5RC3');
define('kINSTALL_ASSET_LOCATION', './symphony/assets/installer');
define('kINSTALL_FILENAME', basename(__FILE__));
define('DOCROOT', rtrim(dirname(__FILE__), '\\/'));
Expand Down
2 changes: 1 addition & 1 deletion update.php
Expand Up @@ -62,7 +62,7 @@ function render($output){

set_error_handler('__errorHandler');

define('kVERSION', '2.2.5RC2');
define('kVERSION', '2.2.5RC3');
define('kCHANGELOG', 'http://symphony-cms.com/download/releases/version/2.2.5/');
define('kINSTALL_ASSET_LOCATION', './symphony/assets/installer');
define('kINSTALL_FILENAME', basename(__FILE__));
Expand Down

0 comments on commit eec77ff

Please sign in to comment.