You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+35-1Lines changed: 35 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,41 @@ title: Changelog
4
4
permalink: /docs/en-US/changelog/
5
5
---
6
6
7
-
## TBD (TBD)
7
+
## 2.2.1 (May, 2018)
8
+
9
+
Note that to update to 2.2.1, you must remove the Vagrant triggers plugin and install Vagrant 2.1
10
+
11
+
### Enhancements
12
+
13
+
* Support for Vagrant 2.1, note that older versions of Vagrant and Vagrant Triggers are now deprecated
14
+
* PHP 7.2 is now the default PHP version
15
+
* Added the TLS CA authority, making HTTPS TLS/SSL connections to VVV sites easier, see [our docs on how to set this up](https://varyingvagrantvagrants.org/docs/en-US/references/https/)
16
+
* The VVV terminal splash is now smaller, with better support for lighter colour schemes.
17
+
* The dashboard is now a separate git repo cloned on provision, that can be overriden in `vvv-custom.yml`
18
+
* PHPCompatibility PHPCS standards are now installed
19
+
* VVV now has a `version` file
20
+
* Private network IP can now be changed via `vvv-custom.yml`, see [#1407](https://github.com/Varying-Vagrant-Vagrants/VVV/pull/1407)
21
+
* Default VM RAM bumped up to `2048` from `1024`, [see #1370](https://github.com/Varying-Vagrant-Vagrants/VVV/pull/1370)
22
+
* The `src` subdomain of the WP develop site was disabled in line with changes to WP core
23
+
*`php70` added to the core utility
24
+
25
+
### Bug Fixes
26
+
27
+
* Fixed the unexpected `-f` error on Windows
28
+
* Fixed the splash not reporting git vs zip and branch on Windows
29
+
* Fixes to PHPCS installation
30
+
* Updated the box used for VMWare [see #1406](https://github.com/Varying-Vagrant-Vagrants/VVV/pull/1406)
31
+
* When cloning utilities git ran as the root user [see #1491](https://github.com/Varying-Vagrant-Vagrants/VVV/pull/1491)
32
+
* Composer ran under the root users [see #1489](https://github.com/Varying-Vagrant-Vagrants/VVV/pull/1489)
33
+
* When cloning sites, git ran as the root user [see #1490](https://github.com/Varying-Vagrant-Vagrants/VVV/pull/1490)
34
+
35
+
### Deprecations
36
+
37
+
*`vvv-wordpress-develop` has been replaced by `custom-site-template-develop`
38
+
*`vvv-wordpress` has been replaced by `custom-site-template`
39
+
* Legacy TLS certificate generation for vvv.test was removed, it was broken, use the TLS-CA utility instead
40
+
* PHP 7.0 is no longer the default PHP version used, and has been replaced with PHP 7.2, `php70` is available in the core utility [see #1484](https://github.com/Varying-Vagrant-Vagrants/VVV/pull/1484)
41
+
* Older versions of Vagrant are no longer supported, Vagrant 2.1+ is now required
0 commit comments