The symfony team is pleased to announce the immediate availability of versions 1.3.1 and 1.4.1. These updates include a number of bug fixes and are recommended upgrades for all users.

Noteworthy changes

A bug was discovered in the Propel 1.4 behaviors that come bundled with symfony. This was a particularly tricky bug having to do with line endings that only occurred on Windows systems using the symfony PEAR package.

A bug was also discovered in the Doctrine plugin that affected magic accessors for columns ending with an underscore followed by a digit. The Doctrine form class has also been patched so files are deleted from the filesystem when a *_delete value is submitted on the appropriate field.

Check out the full CHANGELOG for more information.

Installation

If you use a Subversion checkout of the 1.3 or 1.4 branch, running svn update will get you the latest code. Or, if you've checked out the 1.3.0 or 1.4.0 tag, switch to the 1.3.1 or 1.4.1 tag. Once you updated the core, be sure to rebuild generated files and clear your cache.

// doctrine
$ php symfony doctrine:build --all-classes

// propel
$ php symfony propel:build --all-classes

$ php symfony cache:clear
Published in #Releases