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...