UNIT3D-Community-Edition v8.1.0
Caution
Please do following before running php artisan git:update
command
Bring site offline with php artisan down
Edit your .env
file with sudo nano .env
manually rename these in .env and save and exit.
-BROADCAST_DRIVER=redis
-CACHE_DRIVER=redis
+BROADCAST_CONNECTION=redis
+CACHE_STORE=redis
Start updater php artisan git:update
PLEASE PAY CLOSE ATTENTION TO THESE REQUIRED CONFIG CHANGES!
What's Changed
- (Update) Group Requirements Page by @Obi-Wana in #3722
- (Update) two-factor-auth-form.blade.php lang by @BitPyrate in #3716
- (Fix) Call to a member function pluck() on array by @LostRager in #3717
- (Fix) Duplicate data-type-id attribute on torrent row component by @crKtv in #3731
- (Fix) Bug #3729 by @HDVinnie in #3733
- (Fix) Bug #3724 by @HDVinnie in #3734
- (Update) Dependencies by @HDVinnie in #3737
- (Fix) Helpdesk Route by @HDVinnie in #3738
- (Add) Request #3676 by @HDVinnie in #3742
- (Update) TMDb/IMDb icons for meta partials by @EkoNesLeg in #3743
- (Update) Images by @HDVinnie in #3749
- (Add) Missing media search by @Obi-Wana in #3753
- (Update) User profile invite persmission - 2fa by @Audionut in #3754
- (Update) Warning Notifications by @HDVinnie in #3757
- (Fix) Group Validation by @HDVinnie in #3755
- (Fix) Playlist permissions by @HDVinnie in #3758
- (Fix) Primary language metadata class by @MiM-MiM in #3760
- (Refactor) Change input type for better 2FA inference by @EkoNesLeg in #3759
- (Add) Request #3745 by @HDVinnie in #3762
- (Fix) Viewing stats from external tracker by @Roardom in #3764
- (Fix) All torrents should be added to the external tracker by @Roardom in #3765
- (Fix) Add/remove featured torrents to external tracker by @Roardom in #3766
- (Fix) Connectivity check on external tracker by @Roardom in #3767
- (Fix) Refresh the torrent before sending to external tracker by @Roardom in #3768
- (Update) API Torrent Resource by @Audionut in #3771
- (Update) Meta data by @HDVinnie in #3773
- (Update) Laravel 11 by @HDVinnie in #3774
- (Fix) User Search by @HDVinnie in #3775
- (Update) Disable PHP announce when external tracker is enabled by @Roardom in #3781
- (Fix) Topic reads on home page by @Roardom in #3780
- (Update) Automatically resize textarea input depending on content by @Roardom in #3779
- (Fix) Bug #3752 by @HDVinnie in #3782
- (Release) v8.1.0 by @HDVinnie in #3783
New Contributors
- @BitPyrate made their first contribution in #3716
- @Audionut made their first contribution in #3754
Full Changelog: v8.0.2...v8.1.0