The core team is happy to announce the latest patch versions of symfony 1.3 and 1.4 have been released and are available for immediate download. These releases include a fix for a longstanding issue when rendering the response title, Javascripts, stylesheets, etc from a template partial, as well as a tweak to the default session_cache_limiter value. For a full list of changes, checkout the changelog.

There have been some important fixes made to the Doctrine 1.2 branch which have not been released as an official version by the Doctrine team yet. We have decided to include these fixes in these releases of symfony by "pegging" the Doctrine external at a specific revision. When Doctrine 1.2.4 is released, we will release again. That release will be the final release cut from the symfony 1.3 branch. Of course, symfony 1.4 will enjoy long term support from the core team for another two years.

How to Upgrade

If you've checked out a copy of the tag from Subversion you can switch to the latest version:

// symfony 1.3
$ svn switch http://svn.symfony-project.com/tags/RELEASE_1_3_9

// symfony 1.4
$ svn switch http://svn.symfony-project.com/tags/RELEASE_1_4_9

If you are using the PEAR package you can update using the pear command:

// symfony 1.3
$ pear upgrade symfony/symfony-1.3.9

// symfony 1.4
$ pear upgrade symfony/symfony-1.4.9
Published in #Releases