File tree Expand file tree Collapse file tree 3 files changed +18
-5
lines changed
Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1616#
1717# -------------------------------------------------------------------
1818
19- propel.version = 1.7.1-dev
19+ propel.version = 1.7.1
2020
2121propel.home = .
2222
Original file line number Diff line number Diff line change 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 */
2827class 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>.
You can’t perform that action at this time.
0 commit comments