Update changelog
This commit is contained in:
@@ -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
|
- nginx-core.mustache template used to render nginx.conf during stack setup
|
||||||
- APT Packages configuration step with `wo stack upgrade` to apply new configurations
|
- APT Packages configuration step with `wo stack upgrade` to apply new configurations
|
||||||
- Cloudflare restore real_ip configuration
|
- 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
|
- Install unattended-upgrade and enable automated security updates
|
||||||
- Enable time synchronization with ntp
|
- Enable time synchronization with ntp
|
||||||
- Additional cache exception for woocommerce
|
- Additional cache exception for woocommerce
|
||||||
|
|||||||
@@ -380,7 +380,7 @@ def post_pref(self, apt_packages, packages):
|
|||||||
wo_nginx.close()
|
wo_nginx.close()
|
||||||
|
|
||||||
with open("/etc/nginx/common/release",
|
with open("/etc/nginx/common/release",
|
||||||
"a") as release_file:
|
"w") as release_file:
|
||||||
release_file.write("v{0}"
|
release_file.write("v{0}"
|
||||||
.format(WOVariables.wo_version))
|
.format(WOVariables.wo_version))
|
||||||
release_file.close()
|
release_file.close()
|
||||||
|
|||||||
Reference in New Issue
Block a user