This repository was archived by the owner on Jan 25, 2022. It is now read-only.
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
## 0.17.1
4
4
=========
5
5
+ 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` .
7
7
+ ` services ` in ` project.json ` renamed to ` stack `
8
8
+ User experience improved and small fixes for ` box self-update `
9
9
+ Fixed several broken aspects of WP CLI
10
10
+ 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.
13
13
+ 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.
15
15
+ Fixed ` mkdocs ` to be run without arguments to allow for help text.
16
16
+ Fixed Nginx and Apache to load ` index.html ` as default document.
17
17
+ ` 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.
19
19
+ Fixed bug in component install script.
20
20
+ Upgraded Docker to ` 18.06.0-ce `
21
-
21
+
22
22
23
23
## 0.17.0
24
24
=========
You can’t perform that action at this time.
0 commit comments