Skip to content
This repository has been archived by the owner on May 7, 2019. It is now read-only.

Releases: TheReverend403/uPste

1.0.1

06 Apr 19:43
Compare
Choose a tag to compare
  • Fixed missing translation for deleting users.

1.0.0

06 Apr 18:13
Compare
Choose a tag to compare
  • Started doing actual releases with versions.
  • Switched filesystem structure from uploads/$filename to uploads/md5(user_id)/md5(first_character_of_filename) to help performance on certain filesystems.

Breaking Changes:

  • Due to the directory structure change, you will be required to run foreach (\App\Models\Upload::all() as $upload) { $upload->migrate(); } in the php artisan tinker console immediately after upgrade in order for your uploads to be available again. It is recommended you make a backup of storage/app/ first.