Skip to content

Commit

Permalink
Update the changelog for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Apr 28, 2015
1 parent 1019dda commit a6878a5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## v0.4.0, 2012-04-28

### New features

* Update PHP to 5.5.24
* Improve the nginx config to support SSL endpoints
* Add a way to authenticate github api calls for composer by setting an oauth token in ``COMPOSER_GITHUB_TOKEN``
* Add support for the Yii framework
* Add support for the composer cakephp package to detect Cakephp
* Add support of extension with dependencies in the compile script
* Add support for the AMQP extension. Add ``ext-amqp`` to your requirements in your composer.json to enable it
* Add support for the SSH2 extension. Add ``ext-ssh2`` to your requirements in your composer.json to enable it
* Add support for the FTP extension. Add ``ext-ftp`` to your requirements in your composer.json to enable it

### Bug fixes

* Made the build scripts compatible with Linux
* Don't use the fifo for logs as it does not work on logplex
* Show script name and line number when errors occur to make buildpack errors easier to debug
* Update the build scripts to avoid using vulcan, which does not work anymore
* Update the sorting of versions to handle them properly

## v0.3.7, 2015-04-28

### Changes
Expand Down

0 comments on commit a6878a5

Please sign in to comment.