1.7.1 (2014-02-25)
Propel 1.7.1 is released!
The release is available on GitHub under the 1.7.1 tag, as archives (ZIP and TAR), and also available through Composer: propel/propel1:
{
"propel/propel1": "1.7.1"
}
As usual, the API documentation is available here: http://api.propelorm.org/ (quick access to the 1.7.1 API documentation).
Thanks to all contributors!
Here is the detailed CHANGELOG:
- Fix CS
- Fix bug with boolean value because no return FALSE value
- Changed fucntion to function
- Add yield keyword in getPhpReservedWords
- First try to load platform from the user provided build properties try to fix #815 With test
- Added hhvm to travis
- Providing tests for proposal #804
- Setters should provide fluent interface
- Removed nested dirname :)
- Fixes Issue #724
- Adapted this fix to new specifications
- Fixed type-hinting in addDefaultMutator and added tests for it
- Update links to the 1.x documentation
- Allow gh-pages to be tested
- Use datasource connection(buildtime-conf.xml) instead of globals (build.properties) while performing datadump task