Skip to content

UNIT3D-Community-Edition v8.1.0

Compare
Choose a tag to compare
@HDVinnie HDVinnie released this 26 Apr 02:54
· 24 commits to master since this release
54f6745

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!

0f52a11

e4dd9bf

What's Changed

New Contributors

Full Changelog: v8.0.2...v8.1.0