This repository was archived by the owner on Jan 25, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
www/wp-content/themes/wplib-box-welcome Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11# WPLib Box ChangeLog
22
3+ ## 0.16.2
4+ To be added soon:
5+
36## 0.16.1
47This release allowed us to catch up on some of the things we missed with ` 0.16.0 ` :
58
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ system "vagrant plugin install vagrant-hostsupdater" \
391391Vagrant . 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' )
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments