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

Commit

Permalink
VERSION 1.8.0 TIME
Browse files Browse the repository at this point in the history
  • Loading branch information
bradp committed Jul 25, 2015
1 parent 63afc05 commit 5b881d2
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 5 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
## Change Log

#### 1.7.1 - *2015-3-17* ####

#### 1.8.0 - *2015-7-25* ####
* Adds flag to download a search/replace db tool
* Add documentation around db prefix
* Add db prefix option / flag
* fix typo in unknown errorDate:
* Pull from upstream / fix merge conflict
* Formatting fixes
* Add beginnings for tab-complete functionality
* Add subdomain multisite installation instructions
* Creates Roots.io Bedrock install
* Adds bedrock to readme create commands
* Adds installation of bedrock
* Adds composer bedrock text to create_site_files
* Adds help and arg case
* Add windows install instuctions to readme
* Adding *.domain support to subdomain networks
* Making VV handle wildcard subdomains as VVV does per #94.
* README Update - Custom Demo Content
* Akismet typo
* Output better version update debugging, and only run when github returns a real string
* Update README to have correct version number


#### 1.7.2 - *2015-3-17* ####
* Fixed deployment creation bug where push.dir was not defined
* Created new blueprint structure
* Added new blueprint installation methods
Expand Down
4 changes: 2 additions & 2 deletions 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.7.2
░██ ░██░██ ░██ Variable VVV 1.8.0
░░██ ░██ ░░██ ░██
░░████ ░░████ The easiest way to set up
░░██ ░░██ WordPress sites with VVV!
Expand All @@ -22,7 +22,7 @@ Otherwise you'll want to clone and edit your `$PATH` to include the vv core file

### Windows Installation

* Clone `vv` to a folder somewhere.
* Clone `vv` to a folder somewhere.

`$ git clone https://github.com/bradp/vv.git`

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.7.2
# Version 1.8.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.7.2
version_number=1.8.0

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

0 comments on commit 5b881d2

Please sign in to comment.