Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 8774bd8 Author: Alec Ritson <hello@itsalec.co.uk> Date: Thu Jan 19 08:41:01 2023 +0000 Update composer version (#817) commit 519f070 Author: Aslam <aslam.hafidz@meteor.id> Date: Thu Jan 12 20:17:15 2023 +0700 [0.1] Hotfix - Remove collection (#783) * Hotfix - Remove collection * pint commit 0f445c9 Author: Maurice Ellis <maurice@328studios.co> Date: Thu Jan 12 04:49:33 2023 -0700 Hotfix - Properly handle adding media when disk is not local (#701) * Properly handle adding media when disk is not local In order to obtain the media from a remote location, addMediaFromDisk has to be used. addMedia only works when the file is stored on the server. You can set a default media disk for Spatie Media Library, so I used that config and then determined if it was local or not, so the image can be found and added properly. * Added storage facade * Pint fixes * Pint * Updated variables to camelcase * Update HasImages.php Co-authored-by: Alec Ritson <hello@itsalec.co.uk> commit 19ae84d Author: Ruben van Erk <github@accounts.rubenvanerk.nl> Date: Wed Jan 11 08:25:16 2023 +0100 Check language code unique when updating (#786) * Add unique rule for code when updating a language * Convert unique language code rule to string commit be0aca5 Author: Alec Ritson <hello@itsalec.co.uk> Date: Fri Dec 2 10:53:40 2022 +0000 Release - 0.1.5 (#765) * Update CHANGELOG.md * Changelog and assets
- Loading branch information