diff --git a/CHANGELOG.md b/CHANGELOG.md index 2090207..4bb87fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 3c5f515..edc0293 100644 --- a/README.md +++ b/README.md @@ -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! @@ -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` diff --git a/vv b/vv index 1279176..d7d4923 100755 --- a/vv +++ b/vv @@ -5,7 +5,7 @@ # By Brad Parbs # Originally by Alison Barrett # -# Version 1.7.2 +# Version 1.8.0 # # Varying Vagrant Vagrants (https://github.com/Varying-Vagrant-Vagrants/VVV). # @@ -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)