Phing 2.4.0 released!
After a little over a year, we are proud to announce the availability of version 2.4 of Phing!
This release of Phing contains numerous significant enhancements over previous versions, such as new tasks (SSH, SCP, JsMin, SVN and many more), documentation fixes and numerous bug fixes.
There were also some changes that might break backwards compatibility, or change the behavior of Phing in such a way that requires changes to your build file(s), so please carefully read the UPGRADE file in the package to identify any problems that may occur with your installation.
To review the changes since the last release candidate, please visit http://phing.info/trac/query?status=closed&milestone=2.4.0. For a complete history of Phing, visit http://phing.info/trac/browser/tags/2.4.0/CHANGELOG.
Please report any issues you find in the Phing bug tracker!
Installation
To install the new version of Phing, choose one of the following options:
- Using PEAR:
$> pear channel-discover pear.phing.info $> pear install phing/phing
Or, manually download the package and install using:
$> pear install phing-2.4.0.tgz
- Full package:
