-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG
62 lines (44 loc) · 1.08 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[0.1.0]
- initial version
[0.2.0]
- fixed cron
- removed disable_functions from /etc/php/7.4/cli/php.ini
[0.3.0]
- switch to using the php.ini in /app/data to enable functions
- Set memory limit to 1.25GB for a better experience
[0.4.0]
- Fixed the disabling of debug mode
- Added proper versioning in the Dockerfile
[0.5.0]
- Automated config
[0.6.1]
- Moved DB config to the correct config file
[0.7.0]
- Fixed compatability with modules
- Automatically install the updater and ONLYOFFICE modules
[0.8.0]
- Moved app code to /app/code for secrity
[1.0.0]
- Updating is done cleanly now
[1.0.1]
- Enable pretty URLs by default
[1.0.2]
- Fixed line endings
[1.0.3]
- HOTFIX: Fixed start.sh perms
[1.1.0]
- Updated to HumHub 1.9.0
[1.1.1]
- Fixed issue where the new DB is not used when cloning from a backup
[1.3.0]
- Updated to base image 3.2.0
[1.4.0]
- Updated to humhub 1.11.1
- Added optional SSO
[1.5.0]
- Removed requirement to restart after initial setup
[1.5.1]
- Expose /app/code/static/img to the file browser
[1.6.0]
- Updated to humhub 1.11.2
- Updated documentation in README