mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-20 05:17:53 +00:00
Prepare v0.15.0 Release
This commit is contained in:
parent
6de4a56fa3
commit
fbc1b7f22c
@ -13,7 +13,7 @@ error_reporting(-1);
|
|||||||
putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts: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_DATE = '2019-03-09';
|
||||||
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
|
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# 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.
|
major versions.
|
||||||
|
|
||||||
## [unreleasd]
|
## [unreleasd]
|
||||||
@ -18,11 +18,11 @@ major versions.
|
|||||||
- This improves general performance
|
- This improves general performance
|
||||||
|
|
||||||
|
|
||||||
## v0.15.0 [unreleased]
|
## v0.15.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
- [CHANGELOG](CHANGELOG.md) by the standard of: https://keepachangelog.com
|
- [CHANGELOG](https://github.com/cytopia/devilbox/blob/master/CHANGELOG.md) by the standard of: https://keepachangelog.com
|
||||||
- [UPDATING](UPDATING.md) provides information how to update between major versions
|
- [UPDATING](https://github.com/cytopia/devilbox/blob/master/UPDATING.md) provides information how to update between major versions
|
||||||
- HTTP/2 support
|
- HTTP/2 support
|
||||||
- Reverse Proxy support
|
- Reverse Proxy support
|
||||||
- Autostart scripts
|
- Autostart scripts
|
||||||
@ -100,4 +100,3 @@ major versions.
|
|||||||
- XSS vulnerability in email display
|
- XSS vulnerability in email display
|
||||||
- Various fixes in Documentation
|
- Various fixes in Documentation
|
||||||
- vhost-gen fixes
|
- 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="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="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/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><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>
|
<td><img width="64" style="width:64px;" src="https://raw.githubusercontent.com/cytopia/icons/master/128x128/email.png" alt="Mail viewer" /></td>
|
||||||
</tr>
|
</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="https://www.phpmyadmin.net">phpMyAdmin</a></td>
|
||||||
<td><a href="http://phppgadmin.sourceforge.net">phpPgAdmin</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/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><a href="https://github.com/PeeHaa/OpCacheGUI">OpCache GUI</a></td>
|
||||||
<td>Mail viewer</td>
|
<td>Mail viewer</td>
|
||||||
</tr>
|
</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 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 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)
|
* [Backup MongoDB](https://devilbox.readthedocs.io/en/latest/maintenance/backup-and-restore-mongo.html)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user