koel v4.2.1 Release Notes

Release Date: 2019-11-29 // over 4 years ago
  • This is a bug fix version. Specifically:

    • 👍 The bottom support bar now respects user preferences
    • 👍 manifest.json.example is added. To enable PWA support for Koel, copy this file into manifest.json and modify its content accordingly.

    ⬆️ To upgrade:

    1. Create a backup
    2. Run these commands

      git pull git checkout v4.2.1 git submodule update --init --recursive composer install php artisan koel:init