Blog: Get Ready For Propel 1.6: The Beta 1 Is Released.

The Propel Team – 19 January 2011

Propel 1.6 has been in development for several months, and yet it has always been ready for real life use. Each added feature is backwards compatible, unit tested, and documented. But until now, only a handfull of developers dared to install it due to its “under development” status.

Guess what? Propel 1.6 is now in beta state. This means that most of the features of the final 1.6 are already there, and that it’s almost ready for your production application. It also means that we need more feedback from beta testers to help us find and fix the last bugs before a stable release that should come within a couple months.

And to motivate you to upgrade, here is a brief list of highlights from the 1.6 version:

The updated Propel 1.6 documentation offers a more detailed list of new features in Propel 1.6.

To upgrade, use your favorite distribution:

Subversion tag

> svn checkout http://svn.propelorm.org/tags/1.6.0BETA1

PEAR

> sudo pear config-set preferred_state beta
> sudo pear upgrade propel/propel_generator
> sudo pear upgrade propel/propel_runtime

Download

As usual, don’t forget to rebuild your object model classes using the om task. And don’t hesitate to send us feedback on the developers mailing-list, or by opening tickets on the Propel Trac.