From 4fb5e79f38174c5f22921c794a1b4bec3e55679b Mon Sep 17 00:00:00 2001 From: Brad Parbs Date: Mon, 16 Mar 2015 07:58:19 -0500 Subject: [PATCH] Releasing 1.7.1 to fix defaults issue --- CHANGELOG.md | 7 +++++-- README.md | 2 +- vv | 6 +++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e4e735..95d8f9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,18 @@ ## Change Log +#### 1.7.1 - *2015-3-17* #### + * Fixed bug where default themes and plugins were sometimes removed when they shouldn't be. + #### 1.7.0 - *2015-3-15* #### * Allow vv list to work with sites in subfolders * Cleaned up and fix licensing terms and information * Added experimental support for non vvv-providers, with the combination of -fp and -fsf - * Added the option to create a blank VVV site with a DB. + * Added the option to create a blank VVV site with a DB. * Added ability to remove default themes and plugins when creating a new site. * Added xip.io support to all created sites * Clarified bluepring usage when setting up a site. * Clarified deployment removal for site - * Sanitization & shellcheck fixes + * Sanitization & shellcheck fixes #### 1.6.0 - *2015-2-2* #### * Fix issue with passing in custom admin user/pass diff --git a/README.md b/README.md index 7f486f6..8856a24 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Variable VVV - The Best VVV Site Wizard ██ ██ ██ ██ - ░██ ░██░██ ░██ Variable VVV 1.7.0 + ░██ ░██░██ ░██ Variable VVV 1.7.1 ░░██ ░██ ░░██ ░██ ░░████ ░░████ The easiest way to set up ░░██ ░░██ WordPress sites with VVV! diff --git a/vv b/vv index eaac059..d641675 100755 --- a/vv +++ b/vv @@ -35,7 +35,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.1.6.0 # -version_number=1.7.0 +version_number=1.7.1 if [[ ! -z $(which tput) ]]; then normal=$(tput sgr0) @@ -429,7 +429,7 @@ list_sites() { printf " * %-30s %s %s\n" "${green}$filename${normal}" "${yellow}( $url )${normal}" "${cyan}[VVV default]${normal}" fi else - if [[ -f "$path"/"$sites_folder"/"$filename"/vvv-hosts ]]; then + if [[ -f "$path"/"$sites_folder"/"$filename"/vvv-hosts ]]; then url=$(<"$path"/"$sites_folder"/"$filename"/vvv-hosts) url=$(echo "$url" | sed -e 's/#.*$//' -e '/^$/d') urls=$(echo "$url" | wc -l) @@ -438,7 +438,7 @@ list_sites() { fi if [[ ! $clean = "true" ]]; then printf " * %-30s %s\n" "${green}$filename${normal}" "${yellow}( $url )${normal}" - + fi fi fi