Skip to content

Commit

Permalink
prepare 1.7.2 release (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored Nov 5, 2019
1 parent 5f8f2d6 commit d46b050
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog Of The Propel 1.x Branch #

## ????-??-??: Version 1.7.2 ##
## 2019-11-05: Version 1.7.2 ##

n/a
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

## 2014-02-25: Version 1.7.1 ##

Expand Down
2 changes: 1 addition & 1 deletion generator/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#
# -------------------------------------------------------------------

propel.version = 1.7.2-dev
propel.version = 1.7.2

propel.home = .

Expand Down
2 changes: 1 addition & 1 deletion runtime/lib/Propel.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Propel
/**
* The Propel version.
*/
const VERSION = '1.7.2-dev';
const VERSION = '1.7.2';

/**
* A constant for <code>default</code>.
Expand Down

0 comments on commit d46b050

Please sign in to comment.