koel v4.1.1 Release Notes

Release Date: 2019-10-26 // over 4 years ago
  • ๐Ÿ›  This version comes with a couple of fixes and improvements, most notably:

    • ๐Ÿ›  Fixed the bug where koel is broken on mobile browsers (#1111)
    • โž• Added the ability to change the admin password from console with php artisan koel:admin:change-password
    • ๐Ÿ”จ More tests, refactorings, and optimizations on the client side

    โฌ†๏ธ To upgrade:

    1. Create a backup
    2. Run these commands

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

    ๐Ÿ‘€ Aaaand it's done! See you next time!