New major version as using the new Bootstrap and FontAwesome versions will break old views.
- Now using Bootstrap 4.0
- Now using FontAwesome 5
- All views have been updated to use the new versions
- Also using CDNs for requirements where applicable (i.e. Bootstrap, FontAwesome and more)
- Application title configured in
config/settings.php
is now being used inresources/views/templates/main-layout.twig
- PHP >7.0 is now required in
composer.json
(was mandatory anyway, because of using Twig >2.0)