Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Commit

Permalink
Version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bradp committed Mar 15, 2015
1 parent 5044c52 commit c984374
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## Change Log

#### 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 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

#### 1.6.0 - *2015-2-2* ####
* Fix issue with passing in custom admin user/pass
* Adds ability to import a local database export.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Variable VVV - The Best VVV Site Wizard

██ ██ ██ ██
░██ ░██░██ ░██ Variable VVV 1.6.0
░██ ░██░██ ░██ Variable VVV 1.7.0
░░██ ░██ ░░██ ░██
░░████ ░░████ The easiest way to set up
░░██ ░░██ WordPress sites with VVV!
Expand Down
4 changes: 2 additions & 2 deletions vv
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# By Brad Parbs <[email protected]>
# Originally by Alison Barrett <[email protected]>
#
# Version 1.6.0
# Version 1.7.0
#
# Varying Vagrant Vagrants (https://github.com/Varying-Vagrant-Vagrants/VVV).
#
Expand Down Expand Up @@ -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.6.0
version_number=1.7.0

if [[ ! -z $(which tput) ]]; then
normal=$(tput sgr0)
Expand Down

0 comments on commit c984374

Please sign in to comment.