Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.1.0 source code.tar.gz | 2016-11-30 | 190.1 kB | |
1.1.0 source code.zip | 2016-11-30 | 238.9 kB | |
README.md | 2016-11-30 | 266 Bytes | |
Totals: 3 Items | 429.2 kB | 0 |
- Add translations for update messages
- Fix episode number if it > 99
- Toggle button to check or uncheck all episodes of an season once
To upgrade, run:
:::bash
git fetch
git checkout 1.1.0
cd backend
composer install
php artisan migrate