Skip to content

Releases: Varying-Vagrant-Vagrants/VVV

3.4.1

04 Jun 15:47
4317d11

Choose a tag to compare

Merge pull request #2175 from Varying-Vagrant-Vagrants/develop

3.4.1 release

3.3.0

26 Feb 16:23

Choose a tag to compare

activate mailhog for all

3.2.0

05 Nov 11:52
d3216b3

Choose a tag to compare

Merge pull request #1990 from roykho/fix/typo

Fix typo

3.1.1

08 Aug 13:32
b77afc5

Choose a tag to compare

Merge pull request #1921 from Varying-Vagrant-Vagrants/develop

3.1.1

3.1.0

08 Aug 13:32
c727e91

Choose a tag to compare

Merge pull request #1863 from Varying-Vagrant-Vagrants/develop

3.1

3.0.0

08 Aug 13:31
c9d33ff

Choose a tag to compare

Merge pull request #1812 from Varying-Vagrant-Vagrants/develop

Release VVV 3

2.6.0

02 Apr 18:59
7d50c47

Choose a tag to compare

2.5.1

17 Jan 19:03
e0b1821

Choose a tag to compare

Merge pull request #1714 from Varying-Vagrant-Vagrants/develop

v2.5.1

VVV 2.2.1

22 May 22:09
d68db35

Choose a tag to compare

VVV 2.1.0

08 Nov 18:36

Choose a tag to compare

2.1.0 release post

Enhancements

  • Add cosmetic improvements to provisioning. This cleans up quite a bit of the junk that displayed on many lines when it should have displayed on one. See #1247.
  • Update ack-grep to 2.16. See #1148.
  • Dashboard (http://vvv.test) links now open in new tabs. See #1168.
  • Speed up checking for vvv-hosts files in Vagrantfile. See #1182.
  • Pass more configuration data to the VirtualBox VM on boot. See #1197.
  • Link to varyingvagrantvagrants.org's Add New Site in the http://vvv.test dashboard. See #1220.
  • Build the VirtualBox VM name from the Vagrant directory and path hash. See #1236.
  • PHPCS is now installed via Composer. See #922.
  • VVV now uses .test instead of .dev for new installs and the dashboard. See #583.
  • Added the VIP minimum coding standards to PHPCS. See #1279.

Bugs

  • Fix a wrong path for phpcs and phpcbf executables. See #1200.
  • Force Composer to use the scripts directory instead of bin. See #1202.
  • Fix bug installing rvm (which broke MailCatcher). See #1235.
  • Add phpcodesniffer-standard to PHPCS's composer.json. See #1239.
  • Ignore provision generated PHPCS files in Git. See #1276.

Documentation

Many updates to VVV's documentation were made between the release of 2.0.0 and now. As of 2.1.0, the process to contributing to documentation has changed to use the varyingvagrantvagrants.org repository. This allows the workflow for shipping documentation changes to proceed separately from shipping VVV releases.