Skip to content

Commit d46b050

Browse files
authored
prepare 1.7.2 release (#1074)
1 parent 5f8f2d6 commit d46b050

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
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

generator/default.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717
# -------------------------------------------------------------------
1818

19-
propel.version = 1.7.2-dev
19+
propel.version = 1.7.2
2020

2121
propel.home = .
2222

runtime/lib/Propel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>.

0 commit comments

Comments
 (0)