File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog Of The Propel 1.x Branch #
2
2
3
- ## ????-??-?? : Version 1.7.2 ##
3
+ ## 2019-11-05 : Version 1.7.2 ##
4
4
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
6
11
7
12
## 2014-02-25: Version 1.7.1 ##
8
13
Original file line number Diff line number Diff line change 16
16
#
17
17
# -------------------------------------------------------------------
18
18
19
- propel.version = 1.7.2-dev
19
+ propel.version = 1.7.2
20
20
21
21
propel.home = .
22
22
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class Propel
29
29
/**
30
30
* The Propel version.
31
31
*/
32
- const VERSION = '1.7.2-dev ' ;
32
+ const VERSION = '1.7.2 ' ;
33
33
34
34
/**
35
35
* A constant for <code>default</code>.
You can’t perform that action at this time.
0 commit comments