Add link to changelog after upgrade
This commit is contained in:
@@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
- Set opcache.preload_user for PHP 7.4
|
- Set opcache.preload_user for PHP 7.4
|
||||||
|
- Link to GitHub changelog after WordOps upgrade
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
1
install
1
install
@@ -761,6 +761,7 @@ else
|
|||||||
echo
|
echo
|
||||||
elif [ "$wo_upgrade" = "1" ]; then
|
elif [ "$wo_upgrade" = "1" ]; then
|
||||||
wo_lib_echo "WordOps (wo) upgrade to $wo_version_new was succesfull!"
|
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
|
echo
|
||||||
wo_lib_echo "To upgrade WordOps web stacks, you can use the command:"
|
wo_lib_echo "To upgrade WordOps web stacks, you can use the command:"
|
||||||
wo_lib_echo_info "wo stack upgrade"
|
wo_lib_echo_info "wo stack upgrade"
|
||||||
|
|||||||
Reference in New Issue
Block a user