update changelog & issues

This commit is contained in:
VirtuBox
2019-08-27 23:41:53 +02:00
parent 54a17e796f
commit 3308df3adc
3 changed files with 11 additions and 11 deletions

View File

@@ -1,13 +1,14 @@
This issue tracker is only for issues related to WordOps. This issue tracker is only for issues directly related to WordOps.
Please use <https://community.wordops.net> for support questions. Please use <https://community.wordops.net> for support questions.
If you feel the issue is a WordOps specific issue, please attach the output of the following commands. If you feel the issue is a WordOps specific issue, please attach the output of the following commands.
System Information System Information
- [ ] lsb_release -a - [ ] `lsb_release -a`
- [ ] wo info - [ ] `wo info`
- [ ] nginx -V - [ ] `nginx -V`
- [ ] wo -v - [ ] `wo -v`
- [ ] wp cli info --allow-root - [ ] `wp cli info --allow-root`
- [ ] `curl -sL git.io/fjAp3 | sudo -E bash -`

View File

@@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### v3.9.x - [Unreleased] ### v3.9.x - [Unreleased]
### v3.9.8.4 - 2019-08-27 ### v3.9.8.4 - 2019-08-28
#### Added #### Added
@@ -19,17 +19,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Domain/Subdomain detection based on public domain suffixes list - Domain/Subdomain detection based on public domain suffixes list
- Increase Nginx & MariaDB systemd open_files limits - Increase Nginx & MariaDB systemd open_files limits
- Cronjob to update Cloudflare IPs list - Cronjob to update Cloudflare IPs list
- mariadb-backup to perform full and non-blocking databases backup - mariadb-backup to perform full and non-blocking databases backup (only installation)
- Nginx configuration check before performing start/reload/restart - Nginx configuration check before performing start/reload/restart
- Nginx mapping to proxy web-socket connections - Nginx mapping to proxy web-socket connections
- Nginx configuration rollback in case of failure with `wo stack upgrade --nginx`
#### Changed #### Changed
- eXplorer filemanager isn't installed with WordOps dashboard anymore, and a flag `--extplorer` is available. But it's still installed when running the command `wo stack install` - eXplorer filemanager isn't installed with WordOps dashboard anymore, and a flag `--extplorer` is available. But it's still installed when running the command `wo stack install`
- Template rendering function now check for a .custom file before overwriting a configuration by default. - Template rendering function now check for a .custom file before overwriting a configuration by default.
- flag `--letsencrypt=subdomain` is not required anymore, you can use `--letsencrypt` or `-le` - flag `--letsencrypt=subdomain` is not required anymore, you can use `--letsencrypt` or `-le`
- Simplify APT GPG Keys import - Simplifiy and decrease duration of `apt-key` GPG keys import
#### Fixed #### Fixed

View File

@@ -7,7 +7,7 @@
# Copyright (c) 2019 - WordOps # Copyright (c) 2019 - WordOps
# This script is licensed under M.I.T # This script is licensed under M.I.T
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# wget -qO wo wops.cc && sudo bash wo # curl -sL git.io/fjAp3 | sudo -E bash -
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# Version 3.9.8.4 - 2019-08-28 # Version 3.9.8.4 - 2019-08-28
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------