From 2dde7fe94a171471e04a89494937fc9cbb4d4ca6 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Wed, 6 Nov 2019 00:28:24 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + tests/travis.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 780e0f9..93deedc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Import rtCamp:EasyEngine GPG key to avoid issues with previous nginx repository - Unable to issue certificate for a domain if a subdomain certificate exist - Incorrect WP-CLI path site_url_https function +- `wo stack upgrade --ngxblocker` not working properly ### v3.10.1 - 2019-10-30 diff --git a/tests/travis.sh b/tests/travis.sh index d1ac05b..357a5b1 100644 --- a/tests/travis.sh +++ b/tests/travis.sh @@ -230,7 +230,7 @@ wo info echo -e "${CGREEN}#############################################${CEND}" echo -e ' wo stack purge ' echo -e "${CGREEN}#############################################${CEND}" -stack_purge='nginx php php73 mysql redis fail2ban clamav proftpd netdata phpmyadmin composer dashboard extplorer adminer redis ufw ngxblocker cheat' +stack_purge='nginx php php73 mysql redis fail2ban clamav proftpd netdata phpmyadmin composer dashboard extplorer adminer redis ufw ngxblocker cheat nanorc' for stack in $stack_purge; do echo -ne " purging $stack [..]\r" if {