From 03a63cd40faf07d86a60537d2a48bfcd2c117739 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sat, 17 Aug 2019 00:33:15 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ install | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7e7663..bcdc614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), #### Fixed - MySQLTuner installation +- `wo stack remove/purge --all` +- variable substitution in install script ### v3.9.8 - 2019-08-16 diff --git a/install b/install index efe44f6..87493c2 100755 --- a/install +++ b/install @@ -7,7 +7,7 @@ # Copyright (c) 2019 - WordOps # This script is licensed under M.I.T # ------------------------------------------------------------------------- -# Version 3.9.8 - 2019-08-16 +# Version 3.9.8 - 2019-08-17 # ------------------------------------------------------------------------- readonly wo_version_old="2.2.3" readonly wo_version_new="3.9.8"