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

Commit

Permalink
Update to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bradp committed May 16, 2016
1 parent bd92b7f commit 1c67b1c
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 4 deletions.
36 changes: 35 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
## Change Log

#### 1.10.0 - *2016-5-16* ####

* After vv-config gets created, display a command that will populate the file correctly in case it failed
* use new HOME var for all usages
* If HOME is not set, force it
* Fix wording for maybe vagrant halt
* Fix trunk installation.
* Document support for configuring `menus` through a VV blueprint, too.
* Fix bug where spaces in a DB name would cause VV to fail removing it.
* Document the ability to use `network_options` to configure multisite.
* Document ability to configure widgets using the blueprint file.
* Added Linux install instructions
* Edit README.md to better describe post_site_creation_finished hook.
* Use same hook name as prior attempt to remove the site database.
* Add better Mac OS X instructions to the `README.md` file.
* Bring Vagrant up if it's not running and `DROP` the site DB.
* Also remove the PHP `vv-install` script after a successful run.
* Add support for defining `vvv-host` subdomains in a blueprint.
* Use `vagrant global-status` output to check if VVV is running.
* Convert spaces to dashes in domains, support spaces in file paths.
* Yes should be default if captialized
* Use recursive flag for removing directories
* Fix booleans in deployment-create
* Merge pull request #205 from eriktdesign/patch-1
* Added note to the README.md about the possibility to override the config file in the home directory by one in the local directory.
* Fix vvv path prompting issues
* Fixed issue with config file not created on first run, causing repeated prompts for VVV directory path.
* Check for local `.vv-config` file that overrides the one in `$HOME`.
* Adds vagrant_maybe_halt, test is VVV is running before running time consuming `vagrant halt` closes #194
* Change the command to restart & provision a vagrant VM
* https all the links!
* Fix tab completion commas
* Merge pull request #180 from Ipstenu/patch-1
* Set color=never for all grep commands to fix bug in version and path functions

#### 1.9.3 - *2015-10-4* ####

* Add Hooks system for extensibility and modifications
Expand Down Expand Up @@ -28,7 +63,6 @@
* Fix blank site webroot folder creation
* Fix remove site not actually removing backups from vagrant-triggers


#### 1.8.0 - *2015-7-25* ####
* Adds flag to download a search/replace db tool
* Add documentation around db prefix
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.9.3
░██ ░██░██ ░██ Variable VVV 1.10.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.9.3
# Version 1.10.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.9.3
version_number=1.10.0

if [ -z "$HOME" ]; then
home="~";
Expand Down

0 comments on commit 1c67b1c

Please sign in to comment.