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

Commit 9c304ef

Browse files
committed
Merge branch '0.16.2'
# Conflicts: # CHANGELOG.md
2 parents 00cdf5a + 42ee784 commit 9c304ef

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# WPLib Box ChangeLog
22

33
## 0.16.2
4+
=======
45
This release allowed us to catch up on some of the things we missed with `0.16.1`:
56

6-
+ Pending...
7+
+ Details to be added soon.
78

89
## 0.16.1
910
This release allowed us to catch up on some of the things we missed with `0.16.0`:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![Latest Stable Version](https://img.shields.io/badge/stable-0.16.0-blue.svg)
2-
![Latest Testing Version](https://img.shields.io/badge/testing-0.16.1-red.svg)
2+
![Latest Testing Version](https://img.shields.io/badge/testing-0.16.2-red.svg)
33
[![License](https://poser.pugx.org/wplib/wplib-box/license)](https://packagist.org/packages/wplib/wplib-box)
44

55
![WPLib-Box](https://github.com/wplib/wplib.github.io/raw/master/WPLib-Box-100x.png)
@@ -28,10 +28,10 @@ But, multi-project version coming very soon...
2828
## Links
2929
- [Quick Start](http://wplib.github.io/wplib-box/#quickstart)
3030
- [Full Documentation](http://wplib.github.io/wplib-box/)
31-
- [Interactive Help](https://wplib.slack.com) on [Slack](https://slackhq.com) <em>(Join [here](https://slackpass.io/wplib))</em>
31+
- [Hands-on Help](https://wplib.slack.com) via [Slack](https://slackhq.com) <em>(Join [here](https://launchpass.com/wplib))</em>
3232

3333
### A note about the `master` branch
34-
The `master` branch currently contains the contents of `0.16.1` branch as of 12 May 2018.
34+
The `master` branch currently contains the contents of `0.16.2` branch as of 22 May 2018.
3535

3636

3737
## Troubleshooting, Questions and Feedback/Bug Reports

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ system "vagrant plugin install vagrant-hostsupdater" \
391391
Vagrant.configure(2) do |config|
392392

393393
config.vm.box = "wplib/wplib"
394-
config.vm.box_version = "0.16.1"
394+
config.vm.box_version = "0.16.2"
395395

396396
File.write('IP', "10.10.10.#{rand(10..250)}") if not File.exists?('IP')
397397
File.write('HOSTNAME', "wplib.box") if not File.exists?('HOSTNAME')

project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"services" : {
3-
"database": "wplib/mysql:5.5.59",
4-
"webserver": "wplib/nginx:1.13.9",
3+
"database": "wplib/mysql:5.5.60",
4+
"webserver": "wplib/nginx:1.13.12",
55
"processvm": "wplib/php-fpm:7.1.16",
6-
"kvstore": "wplib/redis:4.0.8"
6+
"kvstore": "wplib/redis:4.0.9"
77
}
88
}

www/wp-content/themes/wplib-box-welcome/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<div id="outer">
2525
<img src="<?php echo get_template_directory_uri(); ?>/images/logo.png" width="100" height="100" alt="WPLib Box Logo"/>
2626
<h1>WPLib Box Welcome Theme</h1>
27-
<h2>Version 0.16.1</h2>
27+
<h2>Version 0.16.2</h2>
2828
<div id="content">
2929
<p>Hello and welcome to WPLib Box. This theme should help you get started.</p>
3030
<p>Things you will likely want to do, in order:</p>

0 commit comments

Comments
 (0)