Release v3.0.0-beta-0.3 (2023-01-02)
This release provides the dvl.to
domain to be used with TLD_SUFFIX
(set to default), which eliminates the need to set any entries in /etc/hosts
, as all of its subdomain will point to 127.0.0.1
via official DNS. Domain has been acquired thanks to awesome sponsors!
Fixed
- Intranet: mail.php fixed deprecation warnings #798
Changed
- Use
dvl.to
as defaultTLD_SUFFIX
(it always poits to127.0.0.1
removing the need to create/etc/hosts
entries)
Added
- Intranet: vhost overview shows listening ports
- Intranet: vhost overview now has modals to show httpd and vhost-gen configs
- Docs: Show available tools per version in README.md
- Added
xhprof
PHP extension - Added extra_hosts:
host.docker.internal: host-gateway
(Refs #919, #575)