mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-19 12:57:52 +00:00
Merge pull request #534 from cytopia/release/v0.15.0
Devilbox Release v0.15.0
This commit is contained in:
commit
4e429a97c3
@ -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';
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -550,6 +550,7 @@ The following batteries are available in the Devilbox intranet by default:
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<td><img width="64" style="width:64px;" src="https://raw.githubusercontent.com/cytopia/icons/master/128x128/email.png" alt="Mail viewer" /></td>
|
||||
</tr>
|
||||
@ -558,6 +559,7 @@ The following batteries are available in the Devilbox intranet by default:
|
||||
<td><a href="https://www.phpmyadmin.net">phpMyAdmin</a></td>
|
||||
<td><a href="http://phppgadmin.sourceforge.net">phpPgAdmin</a></td>
|
||||
<td><a href="https://github.com/sasanrose/phpredmin">phpRedMin</a></td>
|
||||
<td><a href="https://github.com/elijaa/phpmemcachedadmin">PHPMemcached Admin</a></td>
|
||||
<td><a href="https://github.com/PeeHaa/OpCacheGUI">OpCache GUI</a></td>
|
||||
<td>Mail viewer</td>
|
||||
</tr>
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user