Skip to content

1.7.2 (2019-11-05)

Latest
Compare
Choose a tag to compare
@staabm staabm released this 05 Nov 14:57
· 1 commit to master since this release
d46b050

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