From 8047440acf533f9c980635d0f11b511877c614b1 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Tue, 4 Feb 2020 12:26:36 +0100 Subject: [PATCH] Add link to changelog after upgrade --- CHANGELOG.md | 1 + install | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a6698c..3c405ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), #### Added - Set opcache.preload_user for PHP 7.4 +- Link to GitHub changelog after WordOps upgrade #### Fixed diff --git a/install b/install index 3e6b609..5c296c1 100755 --- a/install +++ b/install @@ -761,6 +761,7 @@ else echo elif [ "$wo_upgrade" = "1" ]; then wo_lib_echo "WordOps (wo) upgrade to $wo_version_new was succesfull!" + wo_lib_echo "Changelog is available on https://github.com/WordOps/WordOps/releases/tag/$wo_version_new" echo wo_lib_echo "To upgrade WordOps web stacks, you can use the command:" wo_lib_echo_info "wo stack upgrade"