Skip to content

Commit

Permalink
Prepare 1.6.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Mar 31, 2013
1 parent a73f19f commit 8b6a304
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog Of The Propel 1.6 Branch #

## 2013-03-31: Version 1.6.9 ##

e9313d0 [Sluggable] fix issue with slug ending with 0XYZ
81815e6 [Sluggable] add test to prove issue with slug ending with 0XYZ
46ff6a2 Split the `testForeignKey` into several methods. Added some phpdoc so its cleaer
409850e Fixed #617. Proved the issue #617 and fixed it.

## 2013-02-14: Version 1.6.8 ##

01ea918 Fixed #601.
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.6.9-dev
propel.version = 1.6.9

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 @@ -30,7 +30,7 @@ class Propel
/**
* The Propel version.
*/
const VERSION = '1.6.9-dev';
const VERSION = '1.6.9';

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

0 comments on commit 8b6a304

Please sign in to comment.