- Updated all TLDs from .localhost to .test
- Restoring older DevA backups will replace TLDs to .test
- Removed update scripts before release 9
- Added prompt before starting the installation
- Fixed issues during PHP installation in macOS
- Enabled proc_open & proc_close PHP function required for Composer
- Enabled allow_url_fopen for Composer
- Phalcon source directory removed after compilation
- Fixed PHP not working due to wrong user in FPM config on Linux
- Fixed issue where older PHP version packages were being installed in Linux
- Updated all TLDs from .dev to .localhost due to .dev being official now
- Revised disabled_functions in PHP, less restrictive
- PHP now comes installed with Argon2 and Imagick on macOS
- Install script only asks for a root password once now
- PHP updated to version 7.2
- Bug fixes
- Rebuilt DevA — now public
- Using MySQL 5.7 instead of MariaDB on macOS
- Now possible to edit a virtual host
- Added support for Ubuntu
- Reverted allow_url_fopen to the default value
- Now possible to input the SMTP account through a dialog
- Removed memcached
- Updated the GitHub API URLs with the new username
- Small visual improvement to the 404 page
- Fixed script not checking if DevA is installed
- Fixed script not moving itself to the correct path after installation
- Fixed issue during installation when upgrading Homebrew
- Removed Xcode Command Line Tools check, Homebrew now does that
- Brew packages update check now working properly
- Functions shell_exec, passthru & stream_select no longer disabled (VSCode)
- Show phpinfo() action checks if both Nginx and PHP are running
- Improved and organised DevA code (more functions, less code)
- Added MD5 hash of the backup file on completion
- Changed "Press ENTER to continue" to "Press any key to continue" everywhere
- Added disable_functions setting to PHP config
- Some commands are now run simultaneously to improve speed
- Fixed MariaDB not starting after Homebrew prune command (restart services)
- Removed deva shortcut to the control panel, now it's dev only
- Backup now creates a MySQL dump instead of compressing the data dir
- Improved the user interface
- Disabled allow_url_fopen in php.ini (Just like Plesk, use cURL instead)
- Added action to see DevA changelog
- Fixed date not showing in new vhost files
- Updated the interface colors
- Removed number after underscore in service versions
- Improved DevA script code
- Backup token file contains the version of each service
- phpinfo() file now contains a random token on creation
- Adding a virtual host checks if / was added
- Adding a virtual host checks if full path was used
- Adding a virtual host checks if host name is alphanumeric
- Added action to fix file permissions
- Added action to run brew doctor
- Added a 404 page
- Updates are now performed through a single script
- Updates page now installs DevA updates
- Updated config download URLs to GitHub
- Updated README.md with database accesses and update instructions
- Resolved all shellcheck notices on the deva script
- PHP-FPM processes are now started on demand to save battery/memory
- Enabled auth on MongoDB
- Added action to show phpinfo()
- Initial release