forked from cloudfoundry-attic/php-buildpack-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
45 lines (32 loc) · 1.29 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
v1.0.2 Sep 30, 2014
====================
* Resolve broken buildpack version output.
(https://www.pivotaltracker.com/story/show/79781536)
(https://www.pivotaltracker.com/n/projects/966314/stories/79702506)
v1.0.1 Jul 21, 2014
====================
* Merge v20 of Heroku Buildpack
(https://github.com/heroku/heroku-buildpack-php/tree/v20)
* Improve README including links to appropriate documentation online.
(https://www.pivotaltracker.com/story/show/69192654)
(https://www.pivotaltracker.com/story/show/74815686)
* Use precompiled Python instead of building it during compile.
https://www.pivotaltracker.com/story/show/74322414
* Remove python and offline cached dependencies after compile. Lessens the
size of the droplet due to the upstream buildpack copying itself into the app.
(https://www.pivotaltracker.com/story/show/74322414)
* Support Cake library
(https://www.pivotaltracker.com/story/show/72637582)
* Support Zend Library
(https://www.pivotaltracker.com/story/show/72637634)
* Switch to new Cloud Foundry offline dependency framework
(https://www.pivotaltracker.com/story/show/73384256)
* Support:
PHP 5.5.13
HHVM 3.1.0
Ruby 2.1.1
v1.0.0 Jun 25, 2014
===================
* Introduce Heroku PHP buildpack
* Add support for offline packaging
* Add testing framework (machete)