From fbc1b7f22cd259d84035b07fb90ff915c90188b3 Mon Sep 17 00:00:00 2001 From: cytopia Date: Sat, 9 Mar 2019 15:10:59 +0100 Subject: [PATCH] Prepare v0.15.0 Release --- .devilbox/www/config.php | 2 +- CHANGELOG.md | 9 ++++----- README.md | 2 ++ UPDATING.md | 1 - 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.devilbox/www/config.php b/.devilbox/www/config.php index 4b0d6d8f..5caf06f8 100644 --- a/.devilbox/www/config.php +++ b/.devilbox/www/config.php @@ -13,7 +13,7 @@ error_reporting(-1); putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1'); -$DEVILBOX_VERSION = 'v0.15'; +$DEVILBOX_VERSION = 'v0.15.0'; $DEVILBOX_DATE = '2019-03-09'; $DEVILBOX_API_PAGE = 'devilbox-api/status.json'; diff --git a/CHANGELOG.md b/CHANGELOG.md index 228530ea..1ff8ce08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -Make sure to have a look at [UPDATING](Updating.md) to see any required steps for updating +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. ## [unreleasd] @@ -18,11 +18,11 @@ major versions. - This improves general performance -## v0.15.0 [unreleased] +## v0.15.0 #### Added -- [CHANGELOG](CHANGELOG.md) by the standard of: https://keepachangelog.com -- [UPDATING](UPDATING.md) provides information how to update between major versions +- [CHANGELOG](https://github.com/cytopia/devilbox/blob/master/CHANGELOG.md) by the standard of: https://keepachangelog.com +- [UPDATING](https://github.com/cytopia/devilbox/blob/master/UPDATING.md) provides information how to update between major versions - HTTP/2 support - Reverse Proxy support - Autostart scripts @@ -100,4 +100,3 @@ major versions. - XSS vulnerability in email display - Various fixes in Documentation - vhost-gen fixes - diff --git a/README.md b/README.md index e68b7fe5..d7bb52c6 100644 --- a/README.md +++ b/README.md @@ -550,6 +550,7 @@ The following batteries are available in the Devilbox intranet by default: phpMyAdmin phpPgAdmin phpRedMin + PHPMemcachedAdmin OpCacheGUI Mail viewer @@ -558,6 +559,7 @@ The following batteries are available in the Devilbox intranet by default: phpMyAdmin phpPgAdmin phpRedMin + PHPMemcached Admin OpCache GUI Mail viewer diff --git a/UPDATING.md b/UPDATING.md index d98f79ae..6a1d6673 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -27,4 +27,3 @@ you will be unable to access your current data: * [Backup Mysql](https://devilbox.readthedocs.io/en/latest/maintenance/backup-and-restore-mysql.html) * [Backup PostgreSQL](https://devilbox.readthedocs.io/en/latest/maintenance/backup-and-restore-pgsql.html) * [Backup MongoDB](https://devilbox.readthedocs.io/en/latest/maintenance/backup-and-restore-mongo.html) -