Update changelog
This commit is contained in:
@@ -8,6 +8,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
|
|
||||||
### v3.15.0 - [Unreleased]
|
### v3.15.0 - [Unreleased]
|
||||||
|
|
||||||
|
### v3.14.2 - 2022-04-29
|
||||||
|
|
||||||
|
#### Fixed
|
||||||
|
|
||||||
|
- Git unsafe directories issue
|
||||||
|
- WP_DEBUG variable in wp-config.php
|
||||||
|
|
||||||
### v3.14.1 - 2022-02-16
|
### v3.14.1 - 2022-02-16
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|||||||
4
install
4
install
@@ -9,7 +9,7 @@
|
|||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# wget -qO wo wops.cc && sudo -E bash wo
|
# wget -qO wo wops.cc && sudo -E bash wo
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# Version 3.14.2 - 2022-04-28
|
# Version 3.14.2 - 2022-04-29
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
# CONTENTS
|
# CONTENTS
|
||||||
@@ -787,7 +787,7 @@ wo_php_fix() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
wo_git_secure_path() {
|
wo_git_secure_path() {
|
||||||
if ! grep -q "directory = *" ~/.gitconfig; then
|
if ! grep -q "safe" ~/.gitconfig; then
|
||||||
echo -e "\n[safe]\n directory = *" >> ~/.gitconfig
|
echo -e "\n[safe]\n directory = *" >> ~/.gitconfig
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user