Propel 1.7.2 is released!
mostly fixing bugs and a security related fix
The release is available on GitHub under the 1.7.2 tag and through Composer: propel/propel1:
{
"propel/propel1": "1.7.2"
}
Here is the detailed CHANGELOG:
- SQL injection fix: Coerce offset and limit values to integers
- fix support for php 5.3
- Applying fix for migrate connection error
- Honour value of 'disable_updated_at timestampable behaviour parameter
- Fixed diff generator when several identical columns were renamed
- Support column descriptions in reverse task