Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 682c388

Browse files
committed
Cleaned up CHANGELOG for 0.17.1
1 parent 4287225 commit 682c388

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
## 0.17.1
44
=========
55
+ Greatly simplified Vagrantfile while expanding capabilities.
6-
+ Expanded `project.json` to include `hostname` and `localdev.version`.
6+
+ Expanded `project.json` to include `.hostname` and `.localdev.version`.
77
+ `services` in `project.json` renamed to `stack`
88
+ User experience improved and small fixes for `box self-update`
99
+ Fixed several broken aspects of WP CLI
1010
+ Fixed several broken aspects of Composer
11-
+ Fixed WP CLI so it no longer requires being included in `stack` to run.
12-
+ Elinated the creation of `/provision` directory in root of
11+
+ Fixed WP CLI so it no longer require to be included in `stack` to run.
12+
+ Eliminated the creation of `/provision` directory in root of user's project.
1313
+ Added `$_ENV['CLI_HOST']` to contain `wplib.box` when running WP CLI.
14-
+ Added `$_ENV['DB_HOST']` to contain `wplib.box` when running WP CLI.
14+
+ Added `$_ENV['DB_HOST']` to contain `172.42.0.1` when running WP CLI.
1515
+ Fixed `mkdocs` to be run without arguments to allow for help text.
1616
+ Fixed Nginx and Apache to load `index.html` as default document.
1717
+ `box startup` no longer has side-effect of backuping database.
18-
+ Created `--short` version of `box status`, `box version`, etc.
18+
+ Created `--short` switch for `box status`, `box version`, etc.
1919
+ Fixed bug in component install script.
2020
+ Upgraded Docker to `18.06.0-ce`
21-
21+
2222

2323
## 0.17.0
2424
=========

0 commit comments

Comments
 (0)