Update changelog

This commit is contained in:
VirtuBox
2019-08-16 00:19:48 +02:00
parent 7cb223b02a
commit 62b4e839cc
2 changed files with 3 additions and 2 deletions

View File

@@ -16,7 +16,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- nginx-core.mustache template used to render nginx.conf during stack setup
- APT Packages configuration step with `wo stack upgrade` to apply new configurations
- Cloudflare restore real_ip configuration
- WP-Rocket support with the flag `--wprocket`
- WP-Rocket plugin support with the flag `--wprocket`
- Cache-Enabler plugin support with the flag `--wpce`
- Install unattended-upgrade and enable automated security updates
- Enable time synchronization with ntp
- Additional cache exception for woocommerce

View File

@@ -380,7 +380,7 @@ def post_pref(self, apt_packages, packages):
wo_nginx.close()
with open("/etc/nginx/common/release",
"a") as release_file:
"w") as release_file:
release_file.write("v{0}"
.format(WOVariables.wo_version))
release_file.close()