Skip to content

v0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Mar 19:41
· 15 commits to develop since this release
5e941c8

Added

  • [accounts] Name, login email and password can now be changed from the User menu
  • [installer] A new systemd unit servidor.service is now auto-enabled
  • [projects] PHP version can now be set when creating a project
  • [projects] Added support for enabling HTTPS and setting SSL certificates
  • [projects] The presence or absence of the 'www.' can now optionally be forced

Changed

  • [chore] Bumped default PHP version for services to 8.1
  • [chore] Upgraded Laravel framework to version 10
  • [chore] PHPStan reporting increased from level 5 to 6
  • [projects] App/redirect creation steps are now added to progress modal together
  • [projects] Project Apps and Project Redirects are now simply Project Services

Fixed

  • [installer] Curl snippet in README now saves setup.sh to the right place
  • [projects] The logs header is now correctly displayed when there are logs
  • [projects] Values on the Creation form no longer fail to reset when navigating away
  • [projects] Missing steps when saving project apps are now correctly added
  • [projects] Progress bar no longer jumps around somewhat eratically during creation
  • [projects] Deleting a project is now possible even when it has a service attached

Removed

  • PHP 8.0 is no longer supported for Servidor itself (but services can still use it)