Master Symfony2 fundamentals

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

L'audit Qualité par SensioLabs

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

symfony 1.2.5 ready for download by Fabian Lange – March 28, 2009 – 6 comments

As promised with the last release I released symfony 1.2.5 today, still during late March :-). 1.2.5 brings you quite a number of bug fixes. While most of the bug fixes are of smaller nature, I would recommend this release to all users of symfony 1.2. The PHPdoc got some love for this release and we also made a number of fixes and tweaks for the forms framework.

The whole list of closed tickets can be found in the Trac Roadmap for 1.2.5 or the Changelog file

Upgrade

Please upgrade your existing projects by updating the reference to the 1.2.5 subversion tag or by running the PEAR upgrade command:

$ pear upgrade symfony/symfony-1.2.5

If you use the 1.2 branch from our SVN repository, just run the svn update command to upgrade your project.

Last but not least, don't forget to clear your cache by running for doctrine:

$ php symfony doctrine:build-model
$ php symfony doctrine:build-forms
$ php symfony doctrine:build-filters
$ php symfony cache:clear

or when using propel:

$ php symfony propel:build-model
$ php symfony propel:build-forms
$ php symfony propel:build-filters
$ php symfony cache:clear

Add a Comment

You must be connected to post a comment.

Comments RSS

  • gravatar
    #1 Hugo said on the 2009/03/28 at 19:49
    Nice work :)

    I'm trying to keep some parts of the documentation up to date.
  • gravatar
    #2 Syam said on the 2009/03/29 at 16:03
    Good news :)

    Hugo : Where to contrib for documentation ?
    Didn't found this on the wiki but the translated pages.
  • gravatar
    #3 And said on the 2009/03/29 at 18:44
    Great news! Lots of small fixes.
  • gravatar
    #4 Hugo said on the 2009/03/29 at 21:41
    @Syam : you can contribute to the documentation by opening documentation tickets on the Trac if you find some mistakes in Definitive Guide, Jobeet, Forms Book... I will make my best to fix them as soon as possible.

    If you want to write some documentation, you have to use the wiki for it :)
  • gravatar
    #5 Malas said on the 2009/03/30 at 16:55
    Thank you VERY much for fixing bugs in the form framework
  • gravatar
    #6 fernando said on the 2009/04/01 at 19:54
    how i can update o to this version from 1.0 version.. offline.. :S thk..