-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathCHANGELOG
More file actions
88 lines (56 loc) · 1.26 KB
/
CHANGELOG
File metadata and controls
88 lines (56 loc) · 1.26 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
CHANGELOG
=========
8.7.0
-----
- [FEATURE] Upgrade Ubuntu image and PHP version
7.6.2
-----
- [IMP] Detect and use docroot path case sensitive
7.6.1
-----
- [FEATURE] Build app container with php 7.0 support
7.6.0
-----
- [TASK] Raise version number to align with TYPO3
2.1.1
-----
- [TASK] Add support for popular locales
- Revert "[FEATURE] Dynamic domain with local dns container"
2.1.0
-----
- [FEATURE] Dynamic domain with local dns container
2.0.4
-----
- [TASK] Support for mac docker with volume ownership
2.0.3
-----
- [IMP] Fatal error: "Security" how to run mysqld as root!
2.0.2
-----
- [!!!TASK] Capitalize docroot to align with flow setup
2.0.1
-----
- [FEATURE] Add SSL support
2.0.0
-----
- [TASK] Use port 80 for web instead of 8080
1.0.4
-----
- [FEATURE] Add couchdb container
1.0.3
-----
- [IMP] Allow wildcard sub domain hostname
1.0.2
-----
- [IMP] Make one-off docker run container after exit
1.0.1
-----
- [TASK] Use image instead of local build
- [TASK] Enable apc cli
1.0.0
-----
- [TASK] Generate locale setting for container
- [TASK] Adjust for TYPO3 7.6
- [TASK] Use image from dockerhub in compose config
- [FEATURE] Add config for php optimization
- [TASK] Initial commit