Today I released symfony 1.2.3, bringing you a number of bug fixes in the admin generator and both ORM plugins. The number of issues for 1.2 is going down, so I expect the next 1.2 release to follow in about mid March unless some serious problem comes up.

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

Upgrade

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

$ pear upgrade symfony/symfony-1.2.3

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
Published in #Releases