Releases: Digital-Media/fhooe-webdev
Releases · Digital-Media/fhooe-webdev
v1.4.0
v1.4.0
Changed
- Updated to Ubuntu 22.04 box by Bento
- Updated to MariaDB 10.11
- Updated to PHP 8.2.3
- Updated to Xdebug 3.2.0
- Updated to Composer 2.5.4
- Updated to php_cs 3.7.2
- Updated to phpMyAdmin 5.2.1
- Switched folder for web applications from
code
towebapp
- Updated the dashboard (content and third-party libraries)
v1.3.0
v1.3.0
Added
- Added a HTTP-only dev host with PHP error messages enabled at port 81.
- Added a dashboard to the root site
- Set
COMPOSER_RUNTIME_ENV
tovirtualbox
in/home/vagrant/.profile
. This addssleep()
calls in Composer 2.0.12 and above to avoid files not being ready due to the slow synced folders. See composer/composer#9627 for details.
Changed
- Switched IP address to 172.16.7.7 to avoid clashes with common router configurations.
- Updated to Ubuntu 21.10 box by Bento
- Updated to MariaDB 10.7.3
- Updated to PHP 8.1.2
- Updated to Xdebug 3.1.2
- Updated to Composer 2.2.6
- Updated to php_cs 3.6.2
- Updated to phpMyAdmin 5.1.3 (switched from apt-get to Composer install)
- Activated Xdebug code coverage mode
Removed
- Removed all install scripts.
v1.2.1
Changed
- Update to PHP 8.0.3.
- Update to Xdebug 3.0.3.
- Update to MariaDB 10.5.9.
Fixed
- Xdebug 3 developer extensions are now activated (better errors, enhance var_dump, etc.).
v1.2.0
Changed
- Switched to Ubuntu 20.04 LTS for the base image.
- New fhooe/fhooe-webdev box built upon the base image.
- Update to PHP 8.0.
- Update to MariaDB 10.5.
- Update to latest Composer, PHP_CodeSniffer and phpMyAdmin versions.
- Update to Xdebug 3. It is set to debug mode (profiler and tracer are disabled).
- README.md updated with current instructions.
- Removed integrations of Redis and ElasticSearch. They can be installed when needed through the supplied scripts in the
bin
directory.
v1.1.0
Added
- Separate README.md for the base image.
Changed
- Switched to Ubuntu 18.04 LTS for the base image.
- New fhooe/fhooe-webdev box built upon the base image.
- Update to PHP 7.4.
- Update to MariaDB 10.4.
- Update to Redis Server 5.0.
- Update to Elasticsearch 7.6.
- Update to latest Composer, PHP_CodeSniffer and phpMyAdmin versions.
- README.md updated with current instructions.
- Elasticsearch service is stopped upon startup to save memory.
v1.0.0
Added
- Initial release of this Vagrantfile. Uses the fhooe/fhooe-webdev box.
- Initial release of the fhooe-webdev-base Vagrantfile that enhances a ubuntu/bento-16.04 box with Apache2, PHP 7.1, Redis Server and Elasticsearch.
- Various shell scripts for convenience.
- phpinfo.php for easy installation checks.