File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog Of The Propel 1.x Branch #
22
3- ## ????-??-?? : Version 1.7.2 ##
3+ ## 2019-11-05 : Version 1.7.2 ##
44
5- n/a
5+ SQL injection fix: Coerce offset and limit values to integers
6+ fix support for php 5.3
7+ Applying fix for migrate connection error
8+ Honour value of 'disable_updated_at timestampable behaviour parameter
9+ Fixed diff generator when several identical columns were renamed
10+ Support column descriptions in reverse task
611
712## 2014-02-25: Version 1.7.1 ##
813
Original file line number Diff line number Diff line change 1616#
1717# -------------------------------------------------------------------
1818
19- propel.version = 1.7.2-dev
19+ propel.version = 1.7.2
2020
2121propel.home = .
2222
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class Propel
2929 /**
3030 * The Propel version.
3131 */
32- const VERSION = '1.7.2-dev ' ;
32+ const VERSION = '1.7.2 ' ;
3333
3434 /**
3535 * A constant for <code>default</code>.
You can’t perform that action at this time.
0 commit comments