Blog: Propel 1.6.1 is Released

The Propel Team – 14 June 2011

Propel 1.6.1, the first maintenance release of the 1.6 branch, is now available. Most of the changes fix bugs in migrations, phpDoc comments, and limit cases. You can find the full changelog in the Propel 1.6 documentation. Thanks to all the developers who contributed to this release by opening tickets, providing patches, and trying to find the best solution.

To upgrade, use your favorite distribution:

Subversion tag

> svn checkout http://svn.propelorm.org/tags/1.6.1

Git clone

> git clone git://github.com/Xosofox/propel.git

PEAR

> sudo pear upgrade propel/propel-generator
> sudo pear upgrade propel/propel-runtime

Download