Skip to content

v3.3.0

Compare
Choose a tag to compare
@jaydrogers jaydrogers released this 30 Jul 16:19
· 36 commits to main since this release

🤩 New Features

🐛 Bug Fixes & Improvements

  • Improve stop signals for faster exit experiences with fpm-apache and fpm-nginx (#402)
  • Fix docs regarding AUTORUN_LARAVEL_MIGRATION_ISOLATION by @florian-nolte in #398
  • Remove redundant PHP values in PHP FPM conf (Fixes #395) by @jaydrogers in #399
  • Remove warning of http2 directive is deprecated in FPM-NGINX (#363)
  • Configure permissions on /run directory for compatibility with cloud providers by @jaydrogers & @hajekj in #385
  • Improve os-release file processing by @szepeviktor in #367
  • Fix ID command usage by @szepeviktor in #368
  • Mobile menu freezes on Navigation by @danpastori in #375

🤓 Dependency Updates

  • Update install-php-extensions to v2.2.19
  • Update S6 Overlay to v3.2.0.0 by @jaydrogers in #384

🧼 Cleanup & Polishing

New Contributors