mirror of
https://github.com/cytopia/devilbox.git
synced 2025-04-14 22:26:43 +00:00
commit
c0530520a1
@ -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';
|
||||
|
||||
//
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user