-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG
57 lines (41 loc) · 849 Bytes
/
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
46
47
48
49
50
51
52
53
54
55
56
[0.1.0]
- initial version
[0.1.1]
- Update title and tagline
[0.2.0]
- Block executing php on /webdav
- Update to new base image
[0.3.0]
- Replace webdav with sftp
- Make php.ini configurable
- Preinstall all common php modules
- Update to base image 0.10.0
[0.3.1]
* Fix index.php display
[0.4.0]
* Remove simple auth
[0.5.0]
* Add phpMyAdmin
[0.6.0]
* Add cron support
[0.6.1]
* Increase default file upload limit to 64m
[0.6.2]
* Cleanup PHP sessions
* Update PHP to 7.0.18
[1.0.0]
* Update PHP to 7.0.22
* Fix issue where cron will endlessly try to send emails
[1.1.0]
* Remove unused oauth addon
* Add documentationUrl
[1.1.1]
* Remove unused oauth addon
* Add documentationUrl
[1.1.2]
* Fix addon urls
[1.2.0]
* Update PHP 7.0.28-0ubuntu0.16.04.1
* Fix bug where env vars were not set in cron jobs
[1.2.1]
* Enable mod_headers