Archives


Master Symfony2 fundamentals

Be trained by SensioLabs experts (2 to 6 day sessions -- French or English).
trainings.sensiolabs.com

Symfony hosting done right

ServerGrove, outstanding support at the right price for your Symfony hosting needs.
servergrove.com

L'audit Qualité par SensioLabs

200 points de contrôle de votre applicatif web.
audit.sensiolabs.com

gravatar
symfony 1.3.8 and 1.4.8
by Kris Wallsmith – September 24, 2010 – 2 comments

Versions 1.3.7 and 1.4.7 included a regression in the web debug toolbar. We've fixed this issue, which only affected your development environment, in these new releases. Some language files for the admin generator were updated as well. For details check out the CHANGELOG.

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_8

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

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

// symfony 1.3
$ pear upgrade symfony/symfony-1.3.8

// symfony 1.4
$ pear upgrade symfony/symfony-1.4.8

Add a Comment

You must be connected to post a comment.

Comments RSS

  • gravatar
    #1 kk said on the 2010/09/24 at 06:23
    Great. Thanks.
  • gravatar
    #2 COil said on the 2010/09/24 at 09:44
    What about this regression on Doctrine ? It's quiet critical and an other user has reported the issue. http://trac.symfony-project.org/ticket/9092