Skip to content

Commit e4cd24a

Browse files
committed
Update changelog
1 parent 4340077 commit e4cd24a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [1.4.2] - Service release
5+
6+
- **NOTE:** During the 1.4.1 / 1.4.0 release we have introduced a bug for Ubuntu 20.04 and 18.04 users with multiple network ports on the server. This release will solve the issue caused by this bug! If you are unable to download the backup please do the following:
7+
8+
```
9+
iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
10+
```
11+
12+
Then run the update via
13+
14+
```
15+
apt update && apt upgrade
16+
```
17+
18+
### Bugfixes
19+
20+
- Fix issue wit startup script for iptables / network (#1849) (@myrevery)
21+
- Fix problem with acciditenly replacing nginx.conf during upgrade nginx (#1878 / @myrevery)
22+
- Fix issue with installing Ubuntu 18.04
23+
- Fix issue with login into filemanger as admin user
24+
- Added proxy_extentions back to support older custom templates
25+
- Added the posibilty to skip the forced reboot when interactive is set to no
26+
- Fixed an issue with modx template
27+
428
## [1.4.1] - Bug fix
529

630
- Fixed bug with 2FA enabled logins

0 commit comments

Comments
 (0)