Skip to content

Commit fbc1b7f

Browse files
committed
Prepare v0.15.0 Release
1 parent 6de4a56 commit fbc1b7f

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.devilbox/www/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
1414

1515

16-
$DEVILBOX_VERSION = 'v0.15';
16+
$DEVILBOX_VERSION = 'v0.15.0';
1717
$DEVILBOX_DATE = '2019-03-09';
1818
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
1919

CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
Make sure to have a look at [UPDATING](Updating.md) to see any required steps for updating
3+
Make sure to have a look at [UPDATING](https://github.com/cytopia/devilbox/blob/master/UPDATING.md) to see any required steps for updating
44
major versions.
55

66
## [unreleasd]
@@ -18,11 +18,11 @@ major versions.
1818
- This improves general performance
1919

2020

21-
## v0.15.0 [unreleased]
21+
## v0.15.0
2222

2323
#### Added
24-
- [CHANGELOG](CHANGELOG.md) by the standard of: https://keepachangelog.com
25-
- [UPDATING](UPDATING.md) provides information how to update between major versions
24+
- [CHANGELOG](https://github.com/cytopia/devilbox/blob/master/CHANGELOG.md) by the standard of: https://keepachangelog.com
25+
- [UPDATING](https://github.com/cytopia/devilbox/blob/master/UPDATING.md) provides information how to update between major versions
2626
- HTTP/2 support
2727
- Reverse Proxy support
2828
- Autostart scripts
@@ -100,4 +100,3 @@ major versions.
100100
- XSS vulnerability in email display
101101
- Various fixes in Documentation
102102
- vhost-gen fixes
103-

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,7 @@ The following batteries are available in the Devilbox intranet by default:
550550
<td><a href="https://www.phpmyadmin.net"><img width="64" style="width:64px;" src="https://raw.githubusercontent.com/cytopia/icons/master/128x128/phpmyadmin.png" alt="phpMyAdmin" /></a></td>
551551
<td><a href="http://phppgadmin.sourceforge.net"><img width="64" style="width:64px;" src="https://raw.githubusercontent.com/cytopia/icons/master/128x128/phppgadmin.png" alt="phpPgAdmin" /></a></td>
552552
<td><a href="https://github.com/sasanrose/phpredmin"><img width="64" style="width:64px;" src="https://raw.githubusercontent.com/cytopia/icons/master/128x128/phpredmin.png" alt="phpRedMin" /></a></td>
553+
<td><a href="https://github.com/elijaa/phpmemcachedadmin"><img width="64" style="width:64px;" src="https://raw.githubusercontent.com/cytopia/icons/master/128x128/phpmemcachedadmin.png" alt="PHPMemcachedAdmin" /></a></td>
553554
<td><a href="https://github.com/PeeHaa/OpCacheGUI"><img width="64" style="width:64px;" src="https://raw.githubusercontent.com/cytopia/icons/master/128x128/opcachegui.png" alt="OpCacheGUI" /></a></td>
554555
<td><img width="64" style="width:64px;" src="https://raw.githubusercontent.com/cytopia/icons/master/128x128/email.png" alt="Mail viewer" /></td>
555556
</tr>
@@ -558,6 +559,7 @@ The following batteries are available in the Devilbox intranet by default:
558559
<td><a href="https://www.phpmyadmin.net">phpMyAdmin</a></td>
559560
<td><a href="http://phppgadmin.sourceforge.net">phpPgAdmin</a></td>
560561
<td><a href="https://github.com/sasanrose/phpredmin">phpRedMin</a></td>
562+
<td><a href="https://github.com/elijaa/phpmemcachedadmin">PHPMemcached Admin</a></td>
561563
<td><a href="https://github.com/PeeHaa/OpCacheGUI">OpCache GUI</a></td>
562564
<td>Mail viewer</td>
563565
</tr>

UPDATING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ you will be unable to access your current data:
2727
* [Backup Mysql](https://devilbox.readthedocs.io/en/latest/maintenance/backup-and-restore-mysql.html)
2828
* [Backup PostgreSQL](https://devilbox.readthedocs.io/en/latest/maintenance/backup-and-restore-pgsql.html)
2929
* [Backup MongoDB](https://devilbox.readthedocs.io/en/latest/maintenance/backup-and-restore-mongo.html)
30-

0 commit comments

Comments
 (0)