Skip to content

Commit af52773

Browse files
committed
Prepare 1.7.1 release
1 parent 81a7125 commit af52773

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

CHANGELOG

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
# Changelog Of The Propel 1.x Branch #
22

3-
## ????-??-??: Version 1.7.1 ##
3+
## 2014-02-25: Version 1.7.1 ##
44

5-
n/a
5+
81a7125 Fix CS
6+
19ac478 fix bug with boolean value because no return FALSE value
7+
af82270 changed fucntion to function
8+
48089c0 Add yield keyword in getPhpReservedWords
9+
82a7a32 First try to load platform from the user provided build properties try to fix #815 With test
10+
d3136b1 Added hhvm to travis
11+
30690de Providing tests for proposal #804
12+
13505a8 setters should provide fluent interface
13+
39bb8fb Removed nested dirname :)
14+
899cf90 Fixes Issue #724
15+
7b073a2 adapted this fix to new specifications
16+
e7f7c9f fixed type-hinting in addDefaultMutator and added tests for it
17+
fbf302f Update links to the 1.x documentation
18+
5c4ece0 Allow gh-pages to be tested
19+
584e2a4 use datasource connection(buildtime-conf.xml) instead of globals (build.properties) while performing datadump task
620

721
## 2013-10-21: Version 1.7.0 ##
822

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.1-dev
19+
propel.version = 1.7.1
2020

2121
propel.home = .
2222

runtime/lib/Propel.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,14 @@
2222
* @author Martin Poeschl <[email protected]> (Torque)
2323
* @author Henning P. Schmiedehausen <[email protected]> (Torque)
2424
* @author Kurt Schrader <[email protected]> (Torque)
25-
* @version $Revision$
2625
* @package propel.runtime
2726
*/
2827
class Propel
2928
{
3029
/**
3130
* The Propel version.
3231
*/
33-
const VERSION = '1.7.1-dev';
32+
const VERSION = '1.7.1';
3433

3534
/**
3635
* A constant for <code>default</code>.

0 commit comments

Comments
 (0)