From 6b663d2df5a0a5b482dc9732f02b7d3251f924b8 Mon Sep 17 00:00:00 2001 From: cytopia Date: Fri, 12 Apr 2019 08:43:14 +0200 Subject: [PATCH 1/2] Fixed typo in wordpress documentation --- docs/examples/setup-wordpress.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/setup-wordpress.rst b/docs/examples/setup-wordpress.rst index f45b7af7..b82dffa3 100644 --- a/docs/examples/setup-wordpress.rst +++ b/docs/examples/setup-wordpress.rst @@ -146,7 +146,7 @@ path and points to the frameworks entrypoint. .. code-block:: bash - devilbox@php-7.0.20 in /shared/httpd/my-cake $ mysql -u root -h 127.0.0.1 -p -e 'CREATE DATABASE my_wp;' + devilbox@php-7.0.20 in /shared/httpd/my-wp $ mysql -u root -h 127.0.0.1 -p -e 'CREATE DATABASE my_wp;' 6. DNS record From 82206aed026fa4969f32b3ba611af9b00eaa98fc Mon Sep 17 00:00:00 2001 From: cytopia Date: Fri, 12 Apr 2019 08:43:41 +0200 Subject: [PATCH 2/2] Update project information --- .devilbox/www/config.php | 2 +- CHANGELOG.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.devilbox/www/config.php b/.devilbox/www/config.php index 59695217..1a7043d9 100644 --- a/.devilbox/www/config.php +++ b/.devilbox/www/config.php @@ -14,7 +14,7 @@ putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1'); $DEVILBOX_VERSION = 'v1.0.1'; -$DEVILBOX_DATE = '2019-03-24'; +$DEVILBOX_DATE = '2019-04-12'; $DEVILBOX_API_PAGE = 'devilbox-api/status.json'; // diff --git a/CHANGELOG.md b/CHANGELOG.md index d8cae93a..73d716cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ Make sure to have a look at [UPDATING](https://github.com/cytopia/devilbox/blob/master/UPDATING.md) to see any required steps for updating major versions. +## [Unreleased] + +#### Fixed +- Fixed various typos in documentation + ## Bugfix Release v1.0.1 (2019-03-24)