diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 77ccba4..212c00c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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 for support questions. If you feel the issue is a WordOps specific issue, please attach the output of the following commands. System Information -- [ ] lsb_release -a -- [ ] wo info -- [ ] nginx -V -- [ ] wo -v -- [ ] wp cli info --allow-root +- [ ] `lsb_release -a` +- [ ] `wo info` +- [ ] `nginx -V` +- [ ] `wo -v` +- [ ] `wp cli info --allow-root` +- [ ] `curl -sL git.io/fjAp3 | sudo -E bash -` diff --git a/CHANGELOG.md b/CHANGELOG.md index d58d8c0..fa968e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.8.4 - 2019-08-27 +### v3.9.8.4 - 2019-08-28 #### 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 - Increase Nginx & MariaDB systemd open_files limits - 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 mapping to proxy web-socket connections -- Nginx configuration rollback in case of failure with `wo stack upgrade --nginx` #### 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` - 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` -- Simplify APT GPG Keys import +- Simplifiy and decrease duration of `apt-key` GPG keys import #### Fixed diff --git a/tests/issue.sh b/tests/issue.sh index 6a0408b..61bf57e 100644 --- a/tests/issue.sh +++ b/tests/issue.sh @@ -7,7 +7,7 @@ # Copyright (c) 2019 - WordOps # 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 # -------------------------------------------------------------------------